flutter_acrylic doesn't work after importing flutter_easyloading
olers opened this issue · comments
LineMagic commented
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.
github-actions commented
Thanks for taking the time to open an issue. I will have a look and answer as soon as possible.
LineMagic commented
solved in issue:alexmercerind/flutter_acrylic#77 (comment)