Piotr
Piotr
Hello, Stacktrace from crashlytics.com: Fatal Exception: java.lang.IllegalStateException: Could not execute method of the activity at android.view.View$1.onClick(View.java:3660) at android.view.View.performClick(View.java:4162) at android.view.View$PerformClick.run(View.java:17082) at android.os.Handler.handleCallback(Handler.java:615) at android.os.Handler.dispatchMessage(Handler.java:92) at android.os.Looper.loop(Looper.java:137) at android.app.ActivityThread.main(ActivityThread.java:4856) at java.lang.reflect.Method.invokeNative(Method.java)...
Hi! I'm using Flutter 0.6.0, and now included Dart version is 2.1.0 ([Changelog details](https://github.com/flutter/flutter/wiki/Changelog#changes-in-v060-since-v051---beta-6)) So, after including yours plugin into the project, I'm getting this error in Android Studio: >...
Hi, A month ago, there was a discussion between Andrea and the Flutter team on X.com about not using the UniversalPlatform package and instead choosing kIsWeb and TargetPlatform. The concern...