b_scheduler 0.0.3
b_scheduler: ^0.0.3 copied to clipboard
A customizable Flutter scheduler widget with pinch-to-zoom, infinite scrolling, Google Calendar integration, and multiple view modes.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add b_schedulerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
b_scheduler: ^0.0.3Alternatively, 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:b_scheduler/b_scheduler.dart';