cron_form_field 0.4.0
cron_form_field: ^0.4.0 copied to clipboard
A Flutter cron form field widget. It can edit cron expressions with this form field in an alert dialog.
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.