flutter_animations 0.0.1+0.9 copy "flutter_animations: ^0.0.1+0.9" to clipboard
flutter_animations: ^0.0.1+0.9 copied to clipboard

outdated

easy for animations,When you do a lot of calculation, you need this animation. When you make a network error or finish downloading files, you also need this animation。

flutter_animations #

flutter动画,纯dart语言写的动画,让动画用起来更简单,每个效果都有例子共读者更好的使用。

动画集合 #


声音

音乐跳动

魔法

破碎的红点

配置pubspec.yaml #

 flutter_animations: ^*.*.*
 
flutter pub get 

import 'package:flutter_animations/flutter_animations.dart';

⚠️ 注意: 具体版本点我查询查询

示例 #

每个动画斗鱼简单的例子。

SoundWidget #

SoundWidget(
  color: Colors.green,
  lines: 4,
  lineWidth: 2,
  centerFill: true,
  stop: _isStop,
  soundDirection: SoundDirection.top,
)

Chakra #

Chakra()

Spinnies #


Spinnies(duration: Duration(seconds: 6), blendMode: BlendMode.screen)

BrokenRedDot #

BrokenRedDot(radius: 10),

收藏✨✨不迷路 #

MIT License #

3
likes
40
pub points
72%
popularity

Publisher

unverified uploader

easy for animations,When you do a lot of calculation, you need this animation. When you make a network error or finish downloading files, you also need this animation。

Homepage
Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_animations