FlutterToast icon indicating copy to clipboard operation
FlutterToast copied to clipboard

Toast Plugin for Flutter

Results 126 FlutterToast issues
Sort by recently updated
recently updated
newest added

ftoast textstyle does not work

A little over 1/2 way down on the [pub.dev page](https://pub.dev/packages/fluttertoast) readme for this project there is a table that is not formatting correctly. However, the same table is correctly formatted...

I think #406 is trying to report lack of a textalign prop. The image he supplies: [https://user-images.githubusercontent.com/25175556/220397012-cc649817-b60e-408d-9abf-94b48920eef3.png](https://user-images.githubusercontent.com/25175556/220397012-cc649817-b60e-408d-9abf-94b48920eef3.png) It doesn't look good. There should be a `textalign` prop, but textalign should...

how can i set barrier color?

1) After adding **webBgColor: MyColors.baseBlack,** toast does not show up. 2) I have added gravity: ToastGravity.BOTTOM, but toast is still in bottom_right side. Flutter version 3.3.10 Dart version 2.18.6 Example...

E/flutter ( 4123): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: Looking up a deactivated widget's ancestor is unsafe. E/flutter ( 4123): At this point the state of the widget's element tree is no longer...

ld: warning: directory not found for option '-L/Users/NestedPie/Library/Developer/Xcode/DerivedData/Runner-feqqdxrdzullfqencnvmxnhxjiew/Build/Products/Debug-iphoneos/fluttertoast' ld: library not found for -lfluttertoast https://www.loom.com/share/f89b07526f224f8f833b33219d339ecc

The Android Gradle plugin supports only kotlin-android-extensions Gradle plugin version 1.6.20 and higher. The following dependencies do not satisfy the required version: project ':fluttertoast' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10

After activating the plugin, the application in debug mode on iOS behaves very strangely Maybe I'm doing something wrong.. I'll attach an example with and without the plugin No matter...

Hi I'm using Cocoapods 1.11.2 and the fluttertoast version is 8.1.1 Recently after I mixed compile Flutter source code with my iOS project I get a compiler error in `FluttertoastPlugin.m`...