datepicker_cupertino 0.0.4 copy "datepicker_cupertino: ^0.0.4" to clipboard
datepicker_cupertino: ^0.0.4 copied to clipboard

Flutter Cupertino Date Picker Text Package.

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 #

5
likes
130
points
42
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter Cupertino Date Picker Text Package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, intl

More

Packages that depend on datepicker_cupertino