rrule_generator 0.8.7 rrule_generator: ^0.8.7 copied to clipboard
RRuleGenerator is a widget for generating recurrence rules, such as described in the iCalendar RFC
0.8.7 #
- Add Latvian translation
0.8.6 #
- Add Norwegian translation
0.8.5 #
- Add Brazilian Portuguese translation, thanks to @rinconrj!
0.8.4 #
- Add Croatian translation
0.8.3 #
- Minor language changes in the Bulgarian, Dutch, English, and German text delegates
0.8.2 #
- Fix inconsistency between two pickers in their date formatting
0.8.1 #
- Add Greek translation
0.8.0 #
- Localize date pickers
0.7.0+1 #
- Change EXDATE start from '\n' to ';' to support rrule package
0.7.0 #
- Add (optional) support for EXDATE
0.6.0 #
- Update example
- Update interval values on change instead of on editing complete
- Prevent weekday text from overflowing
0.5.6 #
- Add Lithuanian translation
0.5.5 #
- Set wider INTL dependency range
0.5.4 #
- Resolves an issue which can occur when parsing the "until" date
0.5.3 #
- Add Swedish translation
0.5.2 #
- Add Czech translation
0.5.1 #
- Fixed an issue where an empty interval or count could be chosen.
0.5.0 #
- Customize the widget with the new RRuleGeneratorConfig class. Thanks to @DrBu7cher!
0.4.0 #
- Parse more rrule formats
0.3.4 #
- Add Chinese translation
0.3.3 #
- Add Hungarian translation
0.3.2 #
- Resolves localization issue
0.3.1 #
- Add lints
0.3.0+1 #
- Make widget more compatible for use with different background colors
0.3.0 #
- Complete UI rework
0.2.3 #
- Fix weekday issue
0.2.2 #
- Add an initial date
0.2.1 #
- Widen intl dependency to >=0.17.0 <0.19.0 and add Estonian language
0.2.0 #
- Upgrade intl dependency to 0.18.0
0.1.6 #
- Add Slovenian and Italian translation
0.1.5 #
- Add Spanish translation
0.1.4 #
- Automatically use today for the "Yearly" period
0.1.3 #
- Add German and Bulgarian translation
0.1.2 #
- Add Danish translation
0.1.1 #
- Add Finnish translation
0.1.0+1 #
- Add 'Never' as a period option
0.0.9 #
- Add French translation
- Fix mistake in Turkish translation
0.0.8+1 #
Add Turkish translation
0.0.7 #
Add Indonesian translation
0.0.6 #
Format UNTIL-date correctly
0.0.5 #
- Fix issue when parsing UNTIL
- Refactoring and code cleanup
0.0.4 #
Fix bugs in the Weekly-period
0.0.3 #
Add "RRule:" in advance of the String, as needed in the RRule plugin
0.0.2 #
Add an extra optional parameter initialRRule that can be used to initialise the widget with an already existing RRule
0.0.1 #
Initial Release