flutter_task_time_tracker 1.0.2 copy "flutter_task_time_tracker: ^1.0.2" to clipboard
flutter_task_time_tracker: ^1.0.2 copied to clipboard

A cross-platform Flutter plugin for tracking task durations with background support, persistent storage using Hive, and interactive notifications using Awesome Notifications.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_task_time_tracker

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

dependencies:
  flutter_task_time_tracker: ^1.0.2

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:flutter_task_time_tracker/flutter_task_time_tracker.dart';
1
likes
130
points
96
downloads

Publisher

verified publishermypackeges.tk

Weekly Downloads

A cross-platform Flutter plugin for tracking task durations with background support, persistent storage using Hive, and interactive notifications using Awesome Notifications.

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

awesome_notifications, flutter, flutter_web_plugins, hive, hive_flutter, plugin_platform_interface, web

More

Packages that depend on flutter_task_time_tracker