blob: 7a2e3ab74e72e088ff76c07e863e3ee631ac8c5a [file] [log] [blame] [view]
## NEXT
* Fixes newly enabled analyzer options.
## 2.0.2
* Add native unit tests.
* Updated installation instructions in README.
## 2.0.1
* Add `implements` to the pubspec.
## 2.0.0
* Migrate to null safety.
## 0.0.1+12
* Update Flutter SDK constraint.
## 0.0.1+11
* Remove unused `test` dependency.
* Update Dart SDK constraint in example.
## 0.0.1+10
* Remove iOS and Android folders from the example app.
## 0.0.1+9
* Remove Android folder from `shared_preferences_macos`.
## 0.0.1+8
* Declare API stability and compatibility with `1.0.0` (more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0).
## 0.0.1+7
* Fix CocoaPods podspec lint warnings.
## 0.0.1+6
* Make the pedantic dev_dependency explicit.
## 0.0.1+5
* Fix readme
## 0.0.1+4
* Bump gradle version to avoid bugs with android projects
## 0.0.1+3
* Update README.
## 0.0.1+2
* Remove unused onMethodCall method.
## 0.0.1+1
* Add an android/ folder with no-op implementation to workaround https://github.com/flutter/flutter/issues/46898.
## 0.0.1
* Initial open source release.