time_planner_2 0.2.0
time_planner_2: ^0.2.0 copied to clipboard
A beautiful, easy to use and customizable time planner for flutter mobile, desktop and web
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add time_planner_2This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
time_planner_2: ^0.2.0Alternatively, 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:time_planner_2/time_planner_2.dart';