-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
存在并发问题 #24
Comments
感觉你写的插件不错,不用自己写了,如果这个并非问题我解决我们还得封装一层队列排队去控制显示,这样就麻烦了 |
在一个页面中快速点击不能的输入框TextField,则会报错 |
════════ Exception caught by widgets library ═══════════════════════════════════════════════════════ _OverlayEntryWidget widgets require a MediaQuery widget ancestor. Typically, the MediaQuery widget is introduced by the MaterialApp or WidgetsApp widget at the top of your application widget tree. The relevant error-causing widget was: |
当一个EasyLoading.showSuccess('11111');连续除非二次就报错,比如
onTap: () { print('Get OTP Code'); EasyLoading.showSuccess('11111'); }
按钮联系点击二次出现异常
No MediaQuery widget found.
The relevant error-causing widget was
FlutterEasyLoading
The text was updated successfully, but these errors were encountered: