rrules_generator 0.0.2+1 copy "rrules_generator: ^0.0.2+1" to clipboard
rrules_generator: ^0.0.2+1 copied to clipboard

rrules_generator is a flutter plugin which is used for generating the recurrence rules.

Features #

A Flutter plugin which generating the recurrence rules.

Installation #

Add this to your pubspec.yaml dependencies:


    rrules_generator: ^0.0.1

How to use #

Add the widget to your app like this:


    RRuleGenerator(
        onChanged: (String rrule) => print(rrule),
    );
    

see example : example/

Screeen Shot #

demo 1

Thanks #

This package is use rrule pakage for calculate the recurrence rule from user input.

1
likes
60
pub points
29%
popularity

Publisher

unverified uploader

rrules_generator is a flutter plugin which is used for generating the recurrence rules.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter, intl, rrule

More

Packages that depend on rrules_generator