rrule_generator

Creator: coderz1093

Last updated:

0 purchases

rrule_generator Image
rrule_generator Images
Add to Cart

Description:

rrule generator

rrule_generator #
RRuleGenerator is a widget for generating recurrence rules, such as described
in the iCalendar RFC
This widget is based on the rrule and teno_rrule packages.
The widget is actively used in the Calendar Clock app.

Installation #
Add this to your pubspec.yaml dependencies:
rrule_generator: ^0.8.5
copied to clipboard
How to use #
Add the widget to your app like this:
RRuleGenerator(
config: RRuleGeneratorConfig(),
initialRRule: 'RRULE:FREQ=MONTHLY;INTERVAL=1;BYDAY=TU;BYSETPOS=1;COUNT=9',
textDelegate: const EnglishRRuleTextDelegate(),
withExcludeDates: true,
onChange: print,
);
copied to clipboard
The current version of the widget has 21 text delegates that you can already use:

English (default)
Dutch
Turkish
French
Danish
Chinese
Finnish
Estonian
Bulgarian
German
Greek
Hungarian
Spanish
Slovenian
Italian
Indonesian
Czech
Swedish
Lithuanian
Croatian
Brazilian Portuguese
You can easily create your own ones as well!

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator