flutter_ume_kit_slow_animation 0.0.2 copy "flutter_ume_kit_slow_animation: ^0.0.2" to clipboard
flutter_ume_kit_slow_animation: ^0.0.2 copied to clipboard

Make the animation slow or fast.

flutter_ume_kit_slow_animation #

慢速动画调节插件

使用方式 #

dependencies:
  flutter_ume_kit_slow_animation:
void main() {
  PluginManager.instance
    ..register(const SlowAnimation());

  runApp(const UMEWidget(child: MyApp()));
}