cron_form_field 0.7.0 cron_form_field: ^0.7.0 copied to clipboard
A Flutter cron form field widget. It can edit cron expressions with this form field in an alert dialog.
0.8.0 - TBD #
0.7.0 - 2024-10-18 #
- Support Dart 3
- Upgrade dependencies
0.6.0 - 2023-02-15 #
- Support Flutter 3.7
- Upgrade dependencies
0.5.0 - 2022-07-15 #
- Support Flutter 3
- Upgrade dependencies
0.4.0 - 2022-02-25 #
- Fix index of dayOfWeek and month values
- Rename parent var to cronDay
- Improve QUARTZ and STANDARD cron handlers
0.3.0 - 2022-02-24 #
- Add outputFormat property (default: CronExpressionOutputFormat.AUTO)
- Fix dart lint issues
- Upgrade dependencies
0.2.0 - 2021-08-05 #
- Updated cron expression parser
0.0.1 - 2021-07-28 #
- Initial release