android_play_install_referrer 0.4.0 android_play_install_referrer: ^0.4.0 copied to clipboard
A Flutter plugin for the Android Play Install Referrer API. You can use it to securely retrieve referral content from Google Play.
0.4.0 #
- Updates Gradle to 8.3
- Updates AGP to 8.1.0
- Updates java/kotlin compilation target to 1.8
0.3.0 #
- Update Gradle version to keep compatibility with Flutter
- Updated example to use v2 embedding
0.2.1 #
- Minor improvement to onDetachedFromEngine
0.2.0 #
- Fix for DeadObjectException
- Only query Install Referrer API once
0.1.1 #
- Fix null safety issue with nullable strings
0.1.0 #
- Enable null safety
0.0.4 #
- Expose new ReferrerDetails fields
0.0.3 #
- Update Gradle
- Update installreferrer dependency to 2.1
0.0.2 #
- Update installreferrer dependency to 1.1.2 to remove unnecessary WRITE_EXTERNAL_STORAGE and READ_EXTERNAL_STORAGE permissions.
0.0.1 #
- Google Play Install Referrer API for Android