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

install() 没有传参数,编译报错 #118

Closed
php110 opened this issue Mar 27, 2020 · 2 comments
Closed

install() 没有传参数,编译报错 #118

php110 opened this issue Mar 27, 2020 · 2 comments

Comments

@php110
Copy link

php110 commented Mar 27, 2020

@OverRide
void install() {
assert(!_transitionCompleter.isCompleted, 'Cannot install a $runtimeType after disposing it.');
_controller = createAnimationController();
assert(_controller != null, '$runtimeType.createAnimationController() returned null.');
_filterBlurAnimation = createBlurFilterAnimation();
_filterColorAnimation = createColorFilterAnimation();
_animation = createAnimation();
assert(_animation != null, '$runtimeType.createAnimation() returned null.');
super.install();
}
文件 flushbar_route.dart
1.10没参数,编译报错,查看1.9.1的文件里是有参数的!

@AndreHaueisen
Copy link
Owner

Please, read the changelog.

@omar-khaium
Copy link

try flushbar: 1.6.0
It workes for me. Also, check the changelogs for the compatible version for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants