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.26k stars 221 forks source link

Add another overlay widget in the "builder" #225

Open rrifafauzikomara opened 10 months ago

rrifafauzikomara commented 10 months ago

Based the docs, we need to add aa in aa.

MaterialApp(
     ...
     builder: EasyLoading.init(),
     ...
);

How if I need to add another overlay for some reason like this: https://stackoverflow.com/a/75293015/8291686

github-actions[bot] commented 10 months ago

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

gabrielmulyawan commented 8 months ago

have same question