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

Prevent duplicate async calls, handle loading & errors in one line. Safe lifecycle, double-tap protection, and clean API for Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add async_guard

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

dependencies:
  async_guard: ^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:async_guard/async_guard.dart';
5
likes
160
points
34
downloads

Documentation

Documentation
API reference

Publisher

verified publisherridltech.my.id

Weekly Downloads

Prevent duplicate async calls, handle loading & errors in one line. Safe lifecycle, double-tap protection, and clean API for Flutter.

Repository (GitHub)
View/report issues

Topics

#async #guard #loading #button #state-management

Funding

Consider supporting this project:

sociabuzz.com

License

MIT (license)

Dependencies

flutter

More

Packages that depend on async_guard