edit_calendar_event_view 0.3.0+30 copy "edit_calendar_event_view: ^0.3.0+30" to clipboard
edit_calendar_event_view: ^0.3.0+30 copied to clipboard

Opens native edit calendar event view

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add edit_calendar_event_view

With Flutter:

 $ flutter pub add edit_calendar_event_view

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

dependencies:
  edit_calendar_event_view: ^0.3.0+30

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:edit_calendar_event_view/edit_calendar_event_view.dart';