persian_datetimepickers 1.1.1
persian_datetimepickers: ^1.1.1 copied to clipboard
Numeric Persian (Jalali) and Gregorian date and time pickers for Flutter.
1.1.1 #
- Use a standard MIT license file so pub.dev recognizes the package license.
1.1.0 #
- Update the package for Dart 3 and current Flutter stable.
- Add root analyzer and widget test coverage.
- Add
firstDateandlastDatesupport to date picker APIs. - Add custom dialog label parameters for date and time pickers.
- Fix invalid date selections by clamping day values to the selected month and range.
- Fix midnight time selection by allowing hour
0. - Update direct dependencies to
numberpicker2.1.2 andshamsi_date1.1.1. - Refresh README, example code, and package metadata.
1.0.3+2 #
- Updated to Flutter 3.0.0.
- Updated README.
1.0.3+1 #
- Fixed pub issues.
1.0.3 #
- Added
PersianDateTimeStylefor dialog customization. - Added Windows and Web platforms to the example.
- Breaking: removed the
colorfield from dialogs. UsePersianDateTimeStyleinstead.
1.0.2+1 #
- Added custom color support to pickers.
- Added
DateTime.toFancyString. - Added
TimeOfDay.toFancyString. - Added
String.addExtraZero. - Updated the example.
1.0.1+1 #
- Fixed README screenshot sizing.
1.0.1 #
- Added
toPersianDate. - Fixed picker direction.
- Added Scaffold and AppBar widgets to the example.
- Added Android and iOS directories to the example.
- Added screenshots to the example.
1.0.0 #
- Added null-safety support.