flutter_operations 1.1.0 copy "flutter_operations: ^1.1.0" to clipboard
flutter_operations: ^1.1.0 copied to clipboard

Type-safe async operation state management for Flutter using sealed classes and exhaustive pattern matching.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_operations

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

dependencies:
  flutter_operations: ^1.1.0

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:flutter_operations/flutter_operations.dart';
1
likes
150
points
156
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

Type-safe async operation state management for Flutter using sealed classes and exhaustive pattern matching.

Repository (GitHub)
View/report issues

Topics

#async #state-management #pattern-matching #mixin #operations

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on flutter_operations