Hello,
I haven't found out why, but every time I restart an application,
EasyLoading.showError("message") works only for the first time.
Even when I call EasyLoading.dismiss() or hot reload an app it still does not show again.
Only once an app is restarted the first error pops up.
The only configuration I have is:
EasyLoading.instance
..indicatorType = EasyLoadingIndicatorType.fadingCircle
..loadingStyle = EasyLoadingStyle.dark
..indicatorSize = 45.0
..radius = 10.0
..displayDuration = const Duration(milliseconds: 1500)
..maskType = EasyLoadingMaskType.black
..userInteractions = false
..dismissOnTap = false;
Repeated calls of EasyLoading.showError(message) then does nothing.
Any ideas if there's something wrong with my code?
Hello,
I haven't found out why, but every time I restart an application,
EasyLoading.showError("message") works only for the first time.
Even when I call EasyLoading.dismiss() or hot reload an app it still does not show again.
Only once an app is restarted the first error pops up.
The only configuration I have is:
EasyLoading.instance
..indicatorType = EasyLoadingIndicatorType.fadingCircle
..loadingStyle = EasyLoadingStyle.dark
..indicatorSize = 45.0
..radius = 10.0
..displayDuration = const Duration(milliseconds: 1500)
..maskType = EasyLoadingMaskType.black
..userInteractions = false
..dismissOnTap = false;
Repeated calls of EasyLoading.showError(message) then does nothing.
Any ideas if there's something wrong with my code?