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

Recurring Error From SpinKitDoubleBounce #127

Open
oddmentiusmaximus opened this issue Jan 15, 2025 · 0 comments
Open

Recurring Error From SpinKitDoubleBounce #127

oddmentiusmaximus opened this issue Jan 15, 2025 · 0 comments

Comments

@oddmentiusmaximus
Copy link

Describe the bug
Spin kit throws error
"TypeError - Null check operator used on a null value " from the initstate -
Error thrown from -
double_bounce.dart in _SpinKitDoubleBounceState.initState at line 35 within flutter_spinkit
@OverRide
void initState() {
super.initState();

line 35 : _controller = (widget.controller ?? AnimationController(vsync: this, duration: widget.duration))
..addListener(() {
if (mounted) {
setState(() {});
}
})
SpinKit name
SpinKitDoubleBounce

environment:
sdk: ">=3.0.0 <4.0.0"

version -
flutter_spinkit: ^5.1.0

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

1 participant