-
Fluttter sdk = 2.2.0
sdk: ">=2.10.4
-
when I try to run flutter app after adding fluttertoast: ^8.2.6 to my app I get this error when I try to run the app on android
```
FAILURE: Build failed with an exception.
* What went wrong:
…
-
C:\Users\ram\AppData\Local\Pub\Cache\hosted\pub.dev\fluttertoast-8.2.8\android\src\main\kotlin\io\github\ponnamkarthik\toast\fluttertoast\FlutterToastPlugin.kt:9:48: warning: 'Registrar' is deprecated…
-
```
exception: c:\Users\naik9\AppData\Local\Pub\Cache\hosted\pub.dev\fluttertoast-8.2.8\android\src\main\kotlin\io\github\ponnamkarthik\toast\fluttertoast\MethodCallHandlerImpl.kt:18:8: warning: '@De…
-
I want to cancel the toast everytime I press the key.
But it works only on the 1st time, next toasts are not cancelled:
https://github.com/ponnamkarthik/FlutterToast/assets/12999702/3fbcd444-7…
-
After migrating the project to support Android 14, using Gradle 8.4. The FlutterToast not work anymore due to namespace problem
-
[VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method showToast on channel PonnamKarthik/fluttertoast)
#0 MethodChannel._invokeMet…
-
Help the flutter plugin ecosystem by putting up pull requests to the top 10 still not migrated plugins. If a plugin only has references in example app code skip it (and add another from the list). If …
-
I am experiencing a compilation error with the Github Action, the error message is as follows:
```bash
/home/runner/.gradle/.tmp/gradle_download9382158347681222790bin
[+9398 ms] Compiling build f…
-
### Steps to reproduce
1. no matter how many times I run flutter clean and flutter pug get, the GeneratedPluginRegistrant.java never regenerate
2. flutter version 3.22.3, I can't upgrade it curren…