-
### Description
I've raised an equivalent issue against Flutterfire at https://github.com/firebase/flutterfire/issues/13268, where most of the detail can be found.
The gist of the issue is that th…
-
```
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…
-
**Describe the bug**
I'm trying to show only one toast at a time in my application by dismissing all before showing new toasts, but whenever 2 or more toasts get called at around the same time, they …
-
The dependencies need to be upgraded as per sdk requirements?
Because no versions of flutter_styled_toast match >2.1.3
-
**Global navigator key context is not working**
`
toastification.show(
context: globalNavigatorKey.currentContext!,
title: const Text('Hello, world!'),
…
-
I am able to receive the Sim information however when trying to send SMS with the help of **sendSMS** method. I am receiving toast "SMS not sent. Something went wrong!"
Tried adding await also sinc…
-
```
已启动重新生成…
1>------ 已启动全部重新生成: 项目: ZERO_CHECK, 配置: Debug x64 ------
1>Checking Build System
2>------ 已启动全部重新生成: 项目: flutter_assemble, 配置: Debug x64 ------
2>Generating E:/githubcode/flutter-plu…
-
My Xcode version is 15.4 and this is the error log.
```PhaseScriptExecution Run\ Script /Users/unify/Library/Developer/Xcode/DerivedData/Runner-gjduhmogmrltpidnhvspoxgsbyki/Build/Intermediates.no…
-
所加载的页面使用此开源仓库配合shelf_static搭建:[全景图的库mpetroff/pannellum](https://github.com/mpetroff/pannellum/releases/tag/2.5.6)
环境如下:
```
C:\Users\xxx>flutter doctor
Flutter assets will be downloaded from https…
-
My code is very simple and I'm still getting an error :
void initState() {
super.initState();
Toast.show("Toast plugin app", context, duration: Toast.LENGTH_SHORT, gravity: Toast.BOTTOM)…