flutter_easyloading
flutter_easyloading copied to clipboard
✨A clean and lightweight loading/toast widget for Flutter, easy to use without context, support iOS、Android and Web
EasyLoadingToastPosition currently pops up the position of top, center, bottom, these three positions do not meet the current needs I encountered, can I add a custom pop-up position?
i can tap on Back button in device when loading is in progress. this should not be happening. it should be disabled.
**Describe the bug** Executing a dialog and within this alertdialog press the execute button, the messages are staying between the parent widget and alertdialog **Flutter/Dart info** PS C:\easyl> flutter doctor...
It should have the setting to hide the status text
following plugin [backbuttonintercept](https://pub.dev/packages/back_button_interceptor) could be integrated wherein a disable back button flag could be added to disable the android back button when the loader is showing.
**Describe the bug** A clear and concise description of what the bug is. Informing the duration in the message, it is not respecting the time, it seems that the time...
### flutter_easyloading 这个插件用起来很方便,感谢作者的付出! # 可否动态传入BuildContext,实现嵌套子路由限定区域内加载提示信息 最近碰到一个问题,在使用flutter开发windows下客户端,用到了嵌套路由来实现互不干涉的分屏导航,希望能够在嵌套子路由下面加载 提示信息(也就是在界面的某个特定区域加载提示信息,而不是整个窗口),但是目前 flutter_easyloading 只能在全局 MaterialApp 里面初始化,使用全局的BuildContext,嵌套路由分屏模式下所有的提示只能加载在根路由界面,也就是全局界面
Hi, When the soft keyboard is open in android. The toast is only shown when the keyboard is dismissed. How can we show toast when the keyboard is open? The...
## Problem As EasyLoading is a singleton, when we use it in many situations with different configurations, they overlap and affect the visuals of the widget. ## Feature Request -...