Releases: patrick-fu/flutter_shared_preference_app_group
Releases · patrick-fu/flutter_shared_preference_app_group
2.1.0
Published to pub.dev: https://pub.dev/packages/shared_preference_app_group/versions/2.1.0
This release includes the 2.0.0 and 2.1.0 changes since the previous GitHub Release (1.1.1).
Changes:
- Add macOS support, sharing the Darwin implementation with iOS via
sharedDarwinSource. - Support both Swift Package Manager and CocoaPods on macOS.
- Add Swift Package Manager support for iOS.
- Raise the minimum supported Flutter version to 3.41.0 and Dart version to 3.11.0.
- Raise the minimum supported iOS version to 13.0.
- Harden native App Group initialization and plugin error handling.
- Add GitHub Actions CI for Flutter package checks and Darwin integration.
1.1.1
What's Changed
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- Remove redundant nullability sign by @7Hazard in #6
- Add iOS privacy manifest by @konnic in #9
- Added retrieving string array, getting values of individual types by @XuanHanTan in #7
Full Changelog: 1.0.0...1.1.0