Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 684 Bytes

README.md

File metadata and controls

36 lines (19 loc) · 684 Bytes

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.