flutter_open_appstore icon indicating copy to clipboard operation
flutter_open_appstore copied to clipboard

Flutter plugin for opening the AppStore or PlayStore

Results 6 flutter_open_appstore issues
Sort by recently updated
recently updated
newest added

LOG: The plugin `open_appstore` uses a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android...

I'm facing this issue when trying to compile ios version of my Flutter app (it's an Objective-C project) with `flutter app build` I'm getting the following error: ``` The "Swift...

Hello maintainers. I migrate this library using flutter migrate tools. Please review and publish for a Flutter 2 null safety

Do you plan to upgrade this package to the new [null-saftey](https://flutter.dev/docs/null-safety)?

Getting the following error on Android with this simple use case: `OpenAppstore.launch(androidAppId: "...", iOSAppId: "...);` ``` E/MethodChannel#flutter.moum.open_appstore(13237): Failed to handle method call E/MethodChannel#flutter.moum.open_appstore(13237): java.lang.IllegalStateException: Reply already submitted E/MethodChannel#flutter.moum.open_appstore(13237): at io.flutter.embedding.engine.dart.DartMessenger$Reply.reply(DartMessenger.java:139)...

I commented use_framework out to use other frameworks. then I got the error. Please help me. ![image](https://user-images.githubusercontent.com/54995513/98482525-fb093980-223c-11eb-8fdb-1d47c2ac5874.png)