flutter_flip_panel:带有内置动画的翻盖面板软件包

时间:2024-05-24 22:30:22
【文件属性】:

文件名称:flutter_flip_panel:带有内置动画的翻盖面板软件包

文件大小:1.13MB

文件格式:ZIP

更新时间:2024-05-24 22:30:22

dart animation-3d flutter Dart

翻转面板 带有内置动画的翻盖面板软件包 如何使用 import 'package:flip_panel/flip_panel.dart' ; 从可迭代的源创建一个翻转面板: final digits = [ 0 , 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 ]; FlipPanel . builder ( itemBuilder : (context, index) => Container ( color : Colors .black, padding : const EdgeInsets . symmetric (horizontal : 6.0 ), child : Text ( '${ digits[index] }' , style : TextStyle (


【文件预览】:
flutter_flip_panel-master
----.gitignore(133B)
----pubspec.lock(3KB)
----pubspec.yaml(334B)
----README.md(2KB)
----CHANGELOG.md(678B)
----.github()
--------workflows()
----test()
--------flip_panel_test.dart(3KB)
----flip_panel.iml(1KB)
----LICENSE(1KB)
----screenshots()
--------flip_image.gif(188KB)
--------flip_clock.gif(153KB)
--------videotogif_2018.11.24_16.53.19.gif(839KB)
----example()
--------ios()
--------.gitignore(65B)
--------pubspec.lock(3KB)
--------pubspec.yaml(1KB)
--------README.md(163B)
--------android()
--------test()
--------.metadata(286B)
--------example_flip_panel.iml(619B)
--------.idea()
--------lib()
--------assets()
--------example_flip_panel_android.iml(1KB)
----lib()
--------flip_panel.dart(23KB)

网友评论