bee_date_picker 0.1.1
bee_date_picker: ^0.1.1 copied to clipboard
A highly customizable, performant, and accessible date picker widget for Flutter. Supports single date selection, date range selection, custom themes, and localization out of the box.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bee_date_pickerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
bee_date_picker: ^0.1.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:bee_date_picker/bee_date_picker.dart';