- 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.
- Remove the unneeded empty dictionary in NSPrivacyCollectedDataTypes by @alirp88 in #11
-
Added retrieving string array, getting values of individual types by @XuanHanTan in #7
-
Add iOS privacy manifest by @konnic in #9
- Adapt to flutter v2.10
- Migrated to null safety, and the minimum supported dart sdk version is upgraded to 2.12.0
- Add
getAll,removeAllfunctions
- Update README
-
Fix
getfunction -
Add a simple demo application
- Initial Open Source release.