launch_app_store 2.0.0
launch_app_store: ^2.0.0 copied to clipboard
A Flutter plugin to reviews in Google Play Store and Apple App Store.
2.0.0 #
- chore: renamed
LaunchReviewclass toLaunchAppStore, MethodChannel name tolaunch_app_store, and Android package tocom.jbferreira.launchappstoreto match the plugin'slaunch_app_storename
1.1.5 #
- chore: add Swift Package Manager support for iOS and update deployment target to 13.0
1.1.3 #
- Replace deprecated openURL with openURL:options:completionHandler for iOS compatibility. Thanks for @nosuke0926
1.1.2 #
- Upgrade Kotlin version to 17 and Gradle version to 8.1
1.1.0 #
- Migrate project for Flutter 3.22 and Android 14 (API level 34)
1.0.2 #
- Corrige bug ios
1.0.0 #
- Migrate project