material_drum_picker 1.5.0 copy "material_drum_picker: ^1.5.0" to clipboard
material_drum_picker: ^1.5.0 copied to clipboard

A Material 3 date picker with an iOS-style drum roller, full API parity with showDatePicker and CupertinoDatePicker, and drum, calendar and input modes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add material_drum_picker

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

dependencies:
  material_drum_picker: ^1.5.0

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:material_drum_picker/material_drum_picker.dart';
1
likes
160
points
179
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Material 3 date picker with an iOS-style drum roller, full API parity with showDatePicker and CupertinoDatePicker, and drum, calendar and input modes.

Repository (GitHub)
View/report issues
Contributing

Topics

#date-picker #material #material-3 #ui #widget

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on material_drum_picker