Skip to content

Releases: patrick-fu/flutter_shared_preference_app_group

2.1.0

31 May 14:03
e6f1ede

Choose a tag to compare

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

09 May 15:09

Choose a tag to compare

What's Changed

  • Remove the unneeded empty dictionary in NSPrivacyCollectedDataTypes by @alirp88 in #11

Full Changelog: 1.1.0...1.1.1

1.1.0

09 May 15:08

Choose a tag to compare

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