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

When I upgrade flutter tost from 8.0.8 to 8.0.9 I am getting this error when I try to Install application first time on simulator after deleting .symblinks,pods,podlock all this file...

Error when try to show toast on Windows ``` [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: MissingPluginException(No implementation found for method showToast on channel PonnamKarthik/fluttertoast) #0 MethodChannel._invokeMethod package:flutter/…/services/platform_channel.dart:175 #1 Fluttertoast.showToast package:fluttertoast/fluttertoast.dart:100 ``` Perhaps can...

Does this package support RTL?

Hi, First, thanks for this powerful package. I'd like to be able to manage toast apparition using a state management solution such as Riverpod. But to do this, I need...

A toast with round borderRadius looks ugly. Add a option to change borderRadius

## Issue went through We have been developing apps using `file_picker`/`image_picker` and `fluttertoast` (either transitive/direct dependencies). When we use both dependencies, fluttertoast was blocking the apps to pick files from...

Steps to reproduce: 1. Add `fluttertoast: ^8.0.9` to your pubspec 2. Run `flutter pub get ` 3. Run your app in debug mode in iOS Simulator Now every list with...

-> Fetching podspec for `fluttertoast` from `.symlinks/plugins/fluttertoast/ios` Preparing Analyzing dependencies Inspecting targets to integrate Using `ARCHS` setting to build architectures of target `Pods-Runner`: (``) Fetching external sources -> Fetching podspec...

`flutter\.pub-cache\hosted\pub.dartlang.org\fluttertoast-8.0.9\android\src\main\kotlin\io\github\ponnamkarthik\toast\fluttertoast\FlutterToastPlugin.kt: (18, 14): Class 'kotlin.Unit' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.6.0, expected version is 1.1.15.` It seems the library is...

warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 15.4.99. (in target 'Toast' from project 'Pods')