Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dismissable global setup not working as expected - ^0.1.4 #3

Closed
IrvingArmenta-ML opened this issue Jul 18, 2019 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@IrvingArmenta-ML
Copy link

I setup the LoadingProvider as the latest issue was suggested:

 runApp(LoadingProvider(
    themeData: LoadingThemeData(
      tapDismiss: false,
    ),
    loadingWidgetBuilder: (ctx, data) {
      return MaterialLoading();
    },
    child: Application()));

but it is still dismissable, as if tapDismiss remains true , could you please double test this?

@CaiJingLong
Copy link
Owner

Because the showLoadingDialog 's param tapDismiss default value is true.

I will remove the default value in next version.

image

@CaiJingLong CaiJingLong added the bug Something isn't working label Jul 22, 2019
@CaiJingLong
Copy link
Owner

Fixed it at version 0.1.5.
Please update the latest version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants