With this package, you can use a widget that can perform date selection on iOS and Android devices. Inspired from cupertino_date_textbox package.

Features

Select any date with cupertino style

Getting started

TODO: List prerequisites and provide or point to information on how to start using the package.

Usage

ezgif com-gif-maker (1)

There is an example, you can check it to /example folder.

   DatePickerCupertino(
                hintText: 'Select a date:',
                onDateTimeChanged: (date) {
                  debugPrint('Selected date is: $date');
                })
  • hintText: Text stating that the date should be selected.
  • onDateTimeChanged: Menu where date is selected.

Additional information

It can be made more flexible in the future.

datepicker_cupertino