event_calendar 0.0.7 copy "event_calendar: ^0.0.7" to clipboard
event_calendar: ^0.0.7 copied to clipboard

outdated

A flutter package to create local events non reliant on a device's local calendar system.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add event_calendar

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

dependencies:
  event_calendar: ^0.0.7

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

Import it

Now in your Dart code, you can use:

import 'package:event_calendar/event_calendar.dart';
3
likes
0
pub points
45%
popularity

Publisher

unverified uploader

A flutter package to create local events non reliant on a device's local calendar system.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on event_calendar