Make the animation slow or fast.
More...
慢速动画调节插件
dependencies: flutter_ume_kit_slow_animation:
void main() { PluginManager.instance ..register(const SlowAnimation()); runApp(const UMEWidget(child: MyApp())); }
flutter.cn
Repository (GitHub)View/report issues
API reference
MIT (license)
flutter, flutter_ume
Packages that depend on flutter_ume_kit_slow_animation
Back