recurrence_picker 0.1.1 copy "recurrence_picker: ^0.1.1" to clipboard
recurrence_picker: ^0.1.1 copied to clipboard

A Flutter widget for building RFC 5545 recurrence rules (rrule)

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add recurrence_picker

With Flutter:

 $ flutter pub add recurrence_picker

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  recurrence_picker: ^0.1.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:recurrence_picker/recurrence_picker.dart';
0
likes
0
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter widget for building RFC 5545 recurrence rules (rrule)

Repository (GitHub)
View/report issues

Topics

#flutter #widget #ui #picker #calendar

License

unknown (license)

Dependencies

collection, flutter, flutter_localizations, intl, rrule

More

Packages that depend on recurrence_picker