-
Notifications
You must be signed in to change notification settings - Fork 39
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
Failed assertion: line 732 pos 7: '_ticker != null': AnimationController.stop() called after AnimationController.dispose() #16
Comments
I've encountered the same question。 This is my workaround: create a fixed verson Indicator https://gist.github.com/410063005/937a9a464a58f5bcc1c0d9b4ad1f1b31 Hope it helps |
It was fixed in this commit 8f5a63f But maybe we need a new release |
If anyone wants to use the fix while you wait for the official release, put it like this in your pubspec:
|
hello, |
Release this please..... |
Got the same issue, when will this be released ? |
Can we support you to release that commit? |
Hey!
I am using this package within the following BLoC implementation:
As soon as the state changes await from LogCreateSubmitting and the Loading gets unmounted the exception throws.
I wrapped your Library withing a small statelss widget so that I do not have to repeat my loading type all over the application:
Log:
The text was updated successfully, but these errors were encountered: