Skip to content

EasyLoading.showError shows only once #165

Description

@davidhorac3

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions