fiber_crucible 1.0.0 copy "fiber_crucible: ^1.0.0" to clipboard
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_crucible

With Flutter:

 $ flutter pub add fiber_crucible

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

dependencies:
  fiber_crucible: ^1.0.0

Alternatively, 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';
1
likes
160
points
125
downloads

Documentation

API reference

Publisher

verified publisherfiberstudio.app

Weekly Downloads

The vocabulary a service is written in. Outcome, failure, async state, action, pagination and lifetime, with no logic of its own.

Repository (GitHub)
View/report issues
Contributing

License

MPL-2.0 (license)

More

Packages that depend on fiber_crucible