simpletime_picker 0.1.0 copy "simpletime_picker: ^0.1.0" to clipboard
simpletime_picker: ^0.1.0 copied to clipboard

this is simple time picker dialog or bottomsheet with 12/24 hour format

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add simpletime_picker

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  simpletime_picker: ^0.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:simpletime_picker/constant.dart';
import 'package:simpletime_picker/scrollable_time_picker.dart';
import 'package:simpletime_picker/time_picker.dart';
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

this is simple time picker dialog or bottomsheet with 12/24 hour format

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on simpletime_picker