You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use it later in an AnimationController but it doesn't allow values <=0
The following assertion was thrown building ListenableBuilder(listenable: Listenable.merge([DoubleControlNullable#028b4(null), DoubleControlNullable#013f3(1.6), IntControl#1a4de(0), ColorControl#68e46(Color(0xffffffff)), ValueNotifier<Key>#f164d([#e6e9d])]), state: _AnimatedState#b954d):
'package:flutter/src/animation/animation_controller.dart': Failed assertion: line 923 pos 12: '_periodInSeconds > 0.0': is not true.
The text was updated successfully, but these errors were encountered:
I'd love to set
min
andmax
values to clamp the values. I'm currently running into issues when I create a duration.I use it later in an
AnimationController
but it doesn't allow values<=0
The text was updated successfully, but these errors were encountered: