planner 0.1.0 copy "planner: ^0.1.0" to clipboard
planner: ^0.1.0 copied to clipboard

A calendar event schedule interface. Displays events in an editable grid with day and hour labels.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add planner

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

dependencies:
  planner: ^0.1.0

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:planner/planner.dart';
13
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A calendar event schedule interface. Displays events in an editable grid with day and hour labels.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

after_layout, flutter, positioned_tap_detector, vibration

More

Packages that depend on planner