-
```
var w = WillPopScope(
child: Listener(
behavior: HitTestBehavior.opaque,
child: Center(
child: Container(
decoration: BoxDecoration(
bord…
-
```
import 'package:flutter/material.dart';
import 'package:fluttertoast/fluttertoast.dart';
class ToastUttils{
static void show(String msg){
Fluttertoast.showToast(
msg: msg,
…
-
I am using flutter bloc in my application, is success response I call `Navigator.pop` to pop the navigator, and in failure I call `Flushbar.show` to to toast error message
As you [push in navigator…
-
Hello good morning, I would like to know if with flutter_luakit I have access to device settings, Wi-Fi, Wi-Fi Direct, Bluetooth...
If you have please let us toast with a demonstration
-
I get the following warnings when compiling flutter_toast 8.2.1:
```
w: /home/luke/.pub-cache/hosted/pub.dev/fluttertoast-8.2.1/android/src/main/kotlin/io/github/ponnamkarthik/toast/fluttertoast/F…
-
Great job on this package, thank you. Are you planning on adding desktop support ?
-
'getter for view: View?' is deprecated. Deprecated in Java
exception: val textView: TextView = mToast?.view!!.findViewById(android.R.id.message,)
exception:
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues)
### Flutter Quill version
10.5.13
### Steps to reproduce
`C…
-
> Issues are used to track bugs and feature requests.
Swift Compiler Error when project depend SQLite.swift and sqlite3_flutter_libs
Compiler Error as follows:
Could not build the precompiled a…
-
## flutter和原生native通信
应用的Flutter部分通过平台通道(platform channel)将消息发送到其应用程序的所在的宿主(iOS或Android)应用(原生应用)。宿主监听平台通道,并接收该消息。然后它会调用该平台的API,并将响应发送回客户端,即应用程序的Flutter部分。
BinaryMessenger是Platform端与Flutter端通信的工具,其…