rrule_generator 0.0.3+1 copy "rrule_generator: ^0.0.3+1" to clipboard
rrule_generator: ^0.0.3+1 copied to clipboard

outdated

RRuleGenerator is a widget for generating recurrence rules, such as described in the iCalendar RFC

rrule_generator #

RRuleGenerator is a widget for generating recurrence rules, such as described in the iCalendar RFC

Example one

Installation #

Add this to your pubspec.yaml dependencies:

rrule_generator: ^0.0.3+1

How to use #

Add the widget to your app like this:

RRuleGenerator(
  initialRRule: 'RRULE:FREQ=MONTHLY;INTERVAL=1;BYDAY=TU;BYSETPOS=1;COUNT=9',
  textDelegate: const EnglishRRuleTextDelegate(),
  onChange: (String newValue) => print(newValue),
);

The current version of the widget has 2 text delegates that you can already use. One in English and one in Dutch. You can easily create your own ones as well

13
likes
0
points
937
downloads

Publisher

verified publisherjelter.net

Weekly Downloads

RRuleGenerator is a widget for generating recurrence rules, such as described in the iCalendar RFC

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, intl

More

Packages that depend on rrule_generator