文件名称:animated-stream-list:Dart包,可轻松显示带有动画过渡的列表
文件大小:1.19MB
文件格式:ZIP
更新时间:2024-05-15 13:45:09
Dart
动画流列表
Flutter库可轻松显示带有Stream>动画更改的Stream
> 。 就像带有动画的StreamBuilder + ListView.Builder 。 从和汲取灵感
入门
1.将依赖项添加到您的pubspec.yaml
dependencies :
animated_stream_list : ^1.1.0
2.导入
import 'package:animated_stream_list/animated_stream_list.dart' ;
3.使用它。 有关示例,请参见examples文件夹。
参数
@required Stream < List>> streamList;
@required AnimatedStreamListItemBuilder < E> itemBuilder;
@required A
【文件预览】:
animated-stream-list-master
----.travis.yml(727B)
----benchmark()
--------benchmark.dart(760B)
----example()
--------ios()
--------android()
--------test()
--------.metadata(302B)
--------pubspec.lock(4KB)
--------.gitignore(585B)
--------pubspec.yaml(3KB)
--------lib()
--------README.md(537B)
----android()
--------app()
--------local.properties(63B)
----animated_stream_list.iml(658B)
----test()
--------animated_stream_list_test.dart(5KB)
----.metadata(309B)
----demo.gif(1.21MB)
----LICENSE(573B)
----pubspec.lock(4KB)
----.gitignore(141B)
----pubspec.yaml(2KB)
----CHANGELOG.md(522B)
----lib()
--------src()
--------animated_stream_list.dart(40B)
----README.md(4KB)