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

[pending analysis]

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 Dart:

 $ dart pub add bee_date_picker

With Flutter:

 $ flutter pub add bee_date_picker

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

dependencies:
  bee_date_picker: ^0.1.0

Alternatively, your editor might support dart pub get or 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';
1
likes
0
points
119
downloads

Documentation

Documentation

Publisher

verified publisherorionbproject.web.id

Weekly Downloads

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.

Homepage
Repository (GitHub)
View/report issues

Topics

#date-picker #calendar #widget #date-range #ui

License

(pending) (license)

Dependencies

flutter, intl

More

Packages that depend on bee_date_picker