archbase_flutter_riverpod 0.2.0
archbase_flutter_riverpod: ^0.2.0 copied to clipboard
Adapter Riverpod para archbase_flutter — providers para os singletons do bootstrap, StreamProviders reativos e ArchbaseRiverpodNotifier base com guard().
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add archbase_flutter_riverpodThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
archbase_flutter_riverpod: ^0.2.0Alternatively, 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:archbase_flutter_riverpod/archbase_flutter_riverpod.dart';