b_scheduler 0.0.1
b_scheduler: ^0.0.1 copied to clipboard
A highly customizable Flutter scheduler widget with intuitive pinch-to-zoom gestures, seamless infinite scrolling, and multiple view modes (day, week, month). Features smooth timeline layouts and supp [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add b_schedulerWith Flutter:
$ flutter pub add b_schedulerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
b_scheduler: ^0.0.1Alternatively, 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:b_scheduler/b_scheduler.dart';