0 purchases
time picker
Flutter Time Picker #
Flutter 时间选择器,iOS样式
原版:https://github.com/wuzhendev/flutter-cupertino-date-picker
在原版的基础上支持了年月日时分秒的选择样式
Getting Started #
1,依赖与获取 #
在项目的 pubspec.yaml 文件中添加依赖:
copied to clipboard
dependencies:
time_picker: ^0.0.1
copied to clipboard
执行 flutter packages get
copied to clipboard
2,导入 #
import 'package:time_picker/time_picker.dart';
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.