nslogx / flutter_easyloading

✨A clean and lightweight loading/toast widget for Flutter, easy to use without context, support iOS、Android and Web
https://pub.dev/packages/flutter_easyloading
MIT License
1.24k stars 218 forks source link

Flutter web lowers the app performance and causes black screen in some phones #187

Open sepehr13494 opened 2 years ago

sepehr13494 commented 2 years ago

Describe the bug When I use this library in flutter web build lowers the performance and app doesn't work in some phones at all. it shows black jumping screen.

when I removed EasyLoading.init() from my material app it fixes

Flutter/Dart info Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel stable, 3.0.3, on Microsoft Windows [Version 10.0.19043.1889], locale en-US) [√] Android toolchain - develop for Android devices (Android SDK version 32.0.0) [√] Chrome - develop for the web [X] Visual Studio - develop for Windows X Visual Studio not installed; this is necessary for Windows development. Download at https://visualstudio.microsoft.com/downloads/. Please install the "Desktop development with C++" workload, including all of its default components [√] Android Studio (version 2021.1) [√] Connected device (4 available) [√] HTTP Host Availability

Screenshots this is the back screen WhatsApp Image 2022-08-31 at 7 24 57 PM

github-actions[bot] commented 2 years ago

Thanks for taking the time to open an issue. I will have a look and answer as soon as possible.