abutil 1.2.2 copy "abutil: ^1.2.2" to clipboard
abutil: ^1.2.2 copied to clipboard

Common Flutter utilities for platform detection, app subtree restart, and update checks.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add abutil

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

dependencies:
  abutil: ^1.2.2

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:abutil/abutil.dart';
2
likes
150
points
3.13k
downloads

Documentation

API reference

Publisher

verified publisherabandoft.com

Weekly Downloads

Common Flutter utilities for platform detection, app subtree restart, and update checks.

Repository (GitHub)
View/report issues

Topics

#flutter #platform #utilities

License

MIT (license)

Dependencies

flutter

More

Packages that depend on abutil