syncfusion_flutter_calendar 17.4.39-beta syncfusion_flutter_calendar: ^17.4.39-beta copied to clipboard
The Syncfusion Flutter Calendar library was written natively in Dart and has seven types of built-in configurable view modes that provide basic functionality for scheduling, managing, and representing [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add syncfusion_flutter_calendar
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
syncfusion_flutter_calendar: ^17.4.39-beta
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:syncfusion_flutter_calendar/calendar.dart';