nslogx / flutter_easyloading

✨A clean and lightweight loading/toast widget for Flutter, easy to use without context, support iOS、Android and Web

Home Page:https://pub.dev/packages/flutter_easyloading

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flutter_acrylic doesn't work after importing flutter_easyloading

olers opened this issue · comments

Describe the bug
I have imported flutter_easyloading in the current MacOS desktop application. The initialization operations of this package are:

Future<void> main() async {
  WidgetsFlutterBinding.ensureInitialized();
  await Window.initialize();
  runApp(MyApp());
}

But the acrylic doesn't work when i import flutter_easyloading at the same time.

Flutter/Dart info
image

Screenshots
image

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