fabrik_utils 0.0.1 copy "fabrik_utils: ^0.0.1" to clipboard
fabrik_utils: ^0.0.1 copied to clipboard

A lightweight utility toolkit for real-world Flutter apps. Includes DateTime and String extensions, debounce/throttle, and more.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fabrik_utils

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

dependencies:
  fabrik_utils: ^0.0.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:fabrik_utils/fabrik_utils.dart';
2
likes
150
points
171
downloads

Publisher

verified publisherfabriktool.com

Weekly Downloads

A lightweight utility toolkit for real-world Flutter apps. Includes DateTime and String extensions, debounce/throttle, and more.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on fabrik_utils