flutter_date_pickers 0.4.2 copy "flutter_date_pickers: ^0.4.2" to clipboard
flutter_date_pickers: ^0.4.2 copied to clipboard

Flutter package for day, week, range and month date pickers.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_date_pickers

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

dependencies:
  flutter_date_pickers: ^0.4.2

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:flutter_date_pickers/flutter_date_pickers.dart';
140
likes
130
pub points
96%
popularity

Publisher

unverified uploader

Flutter package for day, week, range and month date pickers.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_localizations, intl

More

Packages that depend on flutter_date_pickers