platform_date_picker 0.0.4+1
platform_date_picker: ^0.0.4+1 copied to clipboard
Unlike the default show date and time functions, this package chooses the appropiate widget depending on the platform specified in the ThemeData of MaterialApp and CupertinoApp.
0.0.4+1 10/17/2020. #
- Update pubspec description.
0.0.4 10/17/2020. #
- Removed universal_platform dependency. It now checks for the Target Platform within ThemeData of MaterialApp or CupertinoApp.
0.0.3 8/11/2020. #
- Added platform aware time picker, changed function names to showDate and showTime
0.0.2 7/28/2020. #
- Add support for web
0.0.1 7/28/2020. #
- Initial Release