- Updated documentation and sample usage
- Resolved an issue in iOS 17.4 & 17.5 that prevented the ATT dialog from appearing. Thanks daltoncabrera
- Added PrivacyInfo.xcprivacy to comply with Apple's new requirements
- Updated the example usage to guide people to use a better approach for avoiding some potential issues when calling native functions
- Began to use defaultTargetPlatform to aid proper unit testing. Thanks EArminjon2
- Removed unnecessary checks from sample code
- Updated documentation and usage example
- Updated documentation
- Changed license to MIT
- Fixed example to comply null safety
- Fixed typo in example
- Updated README.md to clarify IDFA access before iOS 14.5
- Removed SKAdNetworkItems from README and added a link to official google docs
- Migrated to null safety. Thanks untp
- Formatted dart files.
- FEATURE: Added trackingAuthorizationStatus (thanks to https://github.com/untp)
- Updated example to show custom tracking explainer message
- Improved documentation
- FIXED: requestTrackingAuthorization() is now working on ios 6.0+ devices
- Improved documentation
- Formatted dart files.
- Improved metadata.
- First public release.