Flutter package

material_drum_picker

A Material 3 date picker with an iOS-style drum roller.

A date and time picker for Flutter with three modes: an iOS-style drum roller, a Material 3 calendar, and keyboard input. Full API parity with showDatePicker and CupertinoDatePicker, plus a Hijri calendar, dark theme, and right-to-left layout.

flutter pub add material_drum_picker
material_drum_picker shown in drum, calendar, input, date plus time, and dark theme modes

97

downloads / 30 days

160/160

pub points

6

platforms

Get started

Add it, then call it.

flutter pub add material_drum_picker
import 'package:material_drum_picker/material_drum_picker.dart';

final picked = await showDrumDatePicker(
  context: context,
  firstDate: DateTime(1900),
  lastDate: DateTime(2100),
);

material_drum_picker is open source under the MIT license.