Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 921 Bytes

File metadata and controls

46 lines (25 loc) · 921 Bytes

2.1.0

  • Add macOS support, sharing the Darwin implementation with iOS via sharedDarwinSource.
  • Support both Swift Package Manager and CocoaPods on macOS.

2.0.0

  • 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.

1.1.1

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

1.1.0

  • Added retrieving string array, getting values of individual types by @XuanHanTan in #7

  • Add iOS privacy manifest by @konnic in #9

1.0.0

  • Adapt to flutter v2.10

0.3.0

  • Migrated to null safety, and the minimum supported dart sdk version is upgraded to 2.12.0

0.2.0

  • Add getAll, removeAll functions

0.1.1+1

  • Update README

0.1.1

  • Fix get function

  • Add a simple demo application

0.1.0

  • Initial Open Source release.