autility 1.0.4 copy "autility: ^1.0.4" to clipboard
autility: ^1.0.4 copied to clipboard

A collection of commonly used tools for developers,eg timer, network, shared preferences.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add autility

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

dependencies:
  autility: ^1.0.4

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:autility/autility.dart';
1
likes
40
pub points
0%
popularity

Publisher

verified publisheradeveloper.tech

A collection of commonly used tools for developers,eg timer, network, shared preferences.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

connectivity, convert, crypto, flutter, shared_preferences

More

Packages that depend on autility