datepicker_studio 1.1.0
datepicker_studio: ^1.1.0 copied to clipboard
A themeable date picker toolkit for Flutter — range, single, birthday, and date-time modes across a bottom sheet, dialog, inline calendar, and form field.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add datepicker_studioThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
datepicker_studio: ^1.1.0Alternatively, 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:datepicker_studio/datepicker_studio.dart';