文件名称:another_transformer_page_view:来自transformer_page_view的叉
文件大小:2.27MB
文件格式:ZIP
更新时间:2024-04-08 14:43:16
Dart
another_transformer_page_view PageTransformer的抖动。来自叉 使用非常简单 import 'package:another_transformer_page_view/another_transformer_page_view.dart'; ... new TransformerPageView( loop: true, transformer: new AccordionTransformer(), itemBuilder: (BuildContext context, int index) { return new Container( color: list[index%list.length], child: new Center( child: new Text("$index",style: new
【文件预览】:
another_transformer_page_view-master
----pubspec.yaml(408B)
----lib()
--------src()
--------another_transformer_page_view.dart(113B)
----example()
--------pubspec.yaml(2KB)
--------ios()
--------lib()
--------android()
--------assets()
--------.metadata(283B)
--------test()
--------README.md(152B)
--------.gitignore(2KB)
----LICENSE(1KB)
----test()
--------transformer_page_view_test.dart(5KB)
----README.md(4KB)
----analysis_options.yaml(47B)
----.gitignore(2KB)
----CHANGELOG.md(644B)