picker_date 0.0.1 copy "picker_date: ^0.0.1" to clipboard
picker_date: ^0.0.1 copied to clipboard

picker date is a flutter library that allows you to select date

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add picker_date

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

dependencies:
  picker_date: ^0.0.1

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:picker_date/picker_date.dart';
3
likes
110
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

picker date is a flutter library that allows you to select date

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_svg, jiffy, scroll_date_picker, wheel_picker

More

Packages that depend on picker_date