track 0.0.7 copy "track: ^0.0.7" to clipboard
track: ^0.0.7 copied to clipboard

Easily track streaks, counters, history, and records. Effortless persistent trackers with no manual timers or storage, just define and go.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add track

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

dependencies:
  track: ^0.0.7

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:track/track.dart';
16
likes
80
points
35
downloads

Publisher

verified publisherjozz.biz

Weekly Downloads

Easily track streaks, counters, history, and records. Effortless persistent trackers with no manual timers or storage, just define and go.

Topics

#streaks #counters #history #persistence #records

License

MIT (license)

Dependencies

flutter, prf, synchronized

More

Packages that depend on track