- Fix: Detect the size of the "ends after x instances" TextField dynamically
- Fix: The Yearly period is ignored as initial rrule
- Fix: User input is repeatedly unfocused when typing instances by @jonasbadstuebner
- Add Somali translation
- Add Tigrinya translation
- Feature: Being able to display specific periods by @MSMLinscho
- Fix: Polish translation by @0rzech
- Add Northern Sámi translation
- Add Romanian translation
- Add Japanese translation
- Add Korean translation
- Fix: Change Serbian to use Latin script instead of Cyrillic
Thanks @RicardoMartinhoGO for the PR!
- Fix: French dropdown recurrence options order
- Add Slovak translation
- Fix: DatePicker shows the wrong language
- Fix: Web compilation
- Reverts to using the deprecated activeColor and inactiveColor properties to allow for Flutter <3.25 compatibility.
Thanks @duy84 for the PR!
- Add more support for custom style
- Switch to use
localeorlocaleBuilder
- Widen intl dependency
- Add support for last day of the month, thanks to @InspectlyMads and @MadsStolt!
- FIX: Trigger onChange on Monthly and Yearly toggles
- Add Persian translation
- Add Russian translation
- Add Icelandic translation
- Add Serbian translation
- Add Arabic translation
- Add Albanian translation
- Add Polish
- Add Latvian translation
- Add Norwegian translation
- Add Brazilian Portuguese translation, thanks to @rinconrj!
- Add Croatian translation
- Minor language changes in the Bulgarian, Dutch, English, and German text delegates
- Fix inconsistency between two pickers in their date formatting
- Add Greek translation
- Localize date pickers
- Change EXDATE start from '\n' to ';' to support rrule package
- Add (optional) support for EXDATE
- Update example
- Update interval values on change instead of on editing complete
- Prevent weekday text from overflowing
- Add Lithuanian translation
- Set wider INTL dependency range
- Resolves an issue which can occur when parsing the "until" date
- Add Swedish translation
- Add Czech translation
- Fixed an issue where an empty interval or count could be chosen.
- Customize the widget with the new RRuleGeneratorConfig class. Thanks to @DrBu7cher!
- Parse more rrule formats
- Add Chinese translation
- Add Hungarian translation
- Resolves localization issue
- Add lints
- Make widget more compatible for use with different background colors
- Complete UI rework
- Fix weekday issue
- Add an initial date
- Widen intl dependency to >=0.17.0 <0.19.0 and add Estonian language
- Upgrade intl dependency to 0.18.0
- Add Slovenian and Italian translation
- Add Spanish translation
- Automatically use today for the "Yearly" period
- Add German and Bulgarian translation
- Add Danish translation
- Add Finnish translation
- Add 'Never' as a period option
- Add French translation
- Fix mistake in Turkish translation
Add Turkish translation
Add Indonesian translation
Format UNTIL-date correctly
- Fix issue when parsing UNTIL
- Refactoring and code cleanup
Fix bugs in the Weekly-period
Add "RRule:" in advance of the String, as needed in the RRule plugin
Add an extra optional parameter initialRRule that can be used to initialise the widget with an already existing RRule
Initial Release