picker_date 0.0.1
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_dateThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
picker_date: ^0.0.1Alternatively, 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';