mobkit_calendar 1.0.1 mobkit_calendar: ^1.0.1 copied to clipboard
Mobkit Calendar has built-in basic functionalities for scheduling and representing appointments/events efficiently.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mobkit_calendar
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
mobkit_calendar: ^1.0.1
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:mobkit_calendar/mobkit_calendar.dart';