文件名称:stepper_touch:颤振stepper_touch小部件
文件大小:66KB
文件格式:ZIP
更新时间:2024-05-24 17:28:04
Dart
stepper_touch 小部件的概念受启发。 我将功能扩展为在实际应用中更有用 谢谢你! 请 :star: 此回购并与他人共享 gif 已建立 ( ) ( ) 用法示例 import 'package:stepper_touch/stepper_touch.dart' ; ... Container ( padding : const EdgeInsets . all ( 8.0 ), child : StepperTouch ( initialValue : 0 , direction : Axis .vertical, withSpring : false , onChanged : ( int value) => print ( 'new value $ value ' ), ), ), ... 入门 要获得Flutter入门方面的
【文件预览】:
stepper_touch-master
----stepper_touch.iml(982B)
----example()
--------main.dart(1KB)
----LICENSE(553B)
----pubspec.lock(4KB)
----doc()
--------steppergif.gif(64KB)
----.gitignore(153B)
----pubspec.yaml(2KB)
----CHANGELOG.md(459B)
----lib()
--------src()
--------stepper_touch.dart(51B)
----README.md(1KB)