easy_task 0.0.8 easy_task: ^0.0.8 copied to clipboard
A complete and easy to use task management system from the personal tasks to school and office works
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add easy_task
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
easy_task: ^0.0.8
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:easy_task/easy_task.dart';