Last updated:
0 purchases
flutter animations
flutter_animations #
flutter动画,纯dart语言写的动画,让动画用起来更简单,每个效果都有例子共读者更好的使用。
动画集合 #
声音
音乐跳动
魔法
破碎的红点
默认无效果页面
配置pubspec.yaml #
flutter_animations: ^*.*.*
flutter pub get
import 'package:flutter_animations/flutter_animations.dart';
copied to clipboard
⚠️ 注意: 具体版本点我查询
示例 #
每个动画斗鱼简单的例子。
SoundWidget 声音 #
SoundWidget(
color: Colors.green,
lines: 4,
lineWidth: 2,
centerFill: true,
stop: _isStop,
soundDirection: SoundDirection.top,
)
copied to clipboard
Chakra 音乐跳动 #
Chakra()
copied to clipboard
Spinnies 魔法 #
Spinnies(duration: Duration(seconds: 6), blendMode: BlendMode.screen)
copied to clipboard
BrokenRedDot 破碎红心 #
BrokenRedDot(radius: 10),
copied to clipboard
FlashPage 闪光 #
FlashPage();
copied to clipboard
属性 #
/// 闪光 偏移量 x:横轴 [-1,1] y:纵轴[-1,1]
final Offset offset;
/// 闪光的颜色
final List<Color> colors;
/// 闪光步长,数组长度保持和[colors]一致
final List<double> steps;
copied to clipboard
收藏✨✨不迷路 #
MIT License #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.