counter_utils 0.1.1 copy "counter_utils: ^0.1.1" to clipboard
counter_utils: ^0.1.1 copied to clipboard

A lightweight Flutter utility package that provides simple and reusable counters helper functions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add counter_utils

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

dependencies:
  counter_utils: ^0.1.1

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:counter_utils/counter_utils.dart';
0
likes
135
points
112
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight Flutter utility package that provides simple and reusable counters helper functions.

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on counter_utils