Last updated:
0 purchases
flutter ume kit slow animation
flutter_ume_kit_slow_animation #
慢速动画调节插件
使用方式 #
dependencies:
flutter_ume_kit_slow_animation:
copied to clipboard
void main() {
PluginManager.instance
..register(const SlowAnimation());
runApp(const UMEWidget(child: MyApp()));
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.