utiler 1.2.0 copy "utiler: ^1.2.0" to clipboard
utiler: ^1.2.0 copied to clipboard

Essential utility functions and helpers for Dart/Flutter projects. Simplify everyday coding with tools for common logic patterns. Developed by Mehrab Ghassab

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add utiler

With Flutter:

 $ flutter pub add utiler

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

dependencies:
  utiler: ^1.2.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:utiler/utiler.dart';
3
likes
0
points
36
downloads

Publisher

unverified uploader

Weekly Downloads

Essential utility functions and helpers for Dart/Flutter projects. Simplify everyday coding with tools for common logic patterns. Developed by Mehrab Ghassab

Repository (GitHub)
View/report issues

Topics

#utilities #localization #theming #api #toolkit

License

unknown (license)

Dependencies

connectivity_plus, flutter, flutter_secure_storage, hive, http, path, path_provider

More

Packages that depend on utiler