fiber_crucible 1.0.0
fiber_crucible: ^1.0.0 copied to clipboard
The vocabulary a service is written in. Outcome, failure, async state, action, pagination and lifetime, with no logic of its own.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add fiber_crucibleWith Flutter:
$ flutter pub add fiber_crucibleThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
fiber_crucible: ^1.0.0Alternatively, 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:fiber_crucible/fiber_crucible.dart';