A Flutter plugin which generating the recurrence rules.
Add this to your pubspec.yaml dependencies:
    rrules_generator: ^0.0.1
Add the widget to your app like this:
    RRuleGenerator(
        onChanged: (String rrule) => print(rrule),
    );
    see example : example/
This package is use rrule pakage for calculate the recurrence rule from user input.
