edit_calendar_event_view 0.3.2+32 edit_calendar_event_view: ^0.3.2+32 copied to clipboard
Opens native edit calendar event view
Use this package as a library
Depend on it
Run this command:
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 flutter pub get
):
dependencies:
edit_calendar_event_view: ^0.3.2+32
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:edit_calendar_event_view/edit_calendar_event_view.dart';