flutter_ume_kit_slow_animation
慢速动画调节插件
使用方式
dependencies:
flutter_ume_kit_slow_animation:
void main() {
PluginManager.instance
..register(const SlowAnimation());
runApp(const UMEWidget(child: MyApp()));
}
慢速动画调节插件
dependencies:
flutter_ume_kit_slow_animation:
void main() {
PluginManager.instance
..register(const SlowAnimation());
runApp(const UMEWidget(child: MyApp()));
}