date_field
date_field copied to clipboard
Flutter DateField and DateFormField
**Is your feature request related to a problem? Please describe.** When we want to show the android picker on iOS, we currently need to provide a new theme around it...
Changed how empty values are displayed. Currently, if no date is given, a `SizedBox` is rendered. Instead, a `Text` with an empty string should be rendered. The difference is that...
Would be awesome if a new version is ready, an action publishes it automatically. How to set up can be found here: https://dart.dev/tools/pub/automated-publishing
It would be helpful to be able to show the picker via code instead of just via a tap. My particular use case is that I want to show a...
To make the package WASM compatible, we have to replace `dart:html` imports with `package:web/web.dart`.