b_scheduler 0.0.2 copy "b_scheduler: ^0.0.2" to clipboard
b_scheduler: ^0.0.2 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_scheduler

With Flutter:

 $ flutter pub add b_scheduler

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  b_scheduler: ^0.0.2

Alternatively, 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';
1
likes
0
points
188
downloads

Publisher

unverified uploader

Weekly Downloads

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 supports custom data sources including Google Calendar integration.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, linked_scroll_controller

More

Packages that depend on b_scheduler