bloc_repository 1.0.2
bloc_repository: ^1.0.2 copied to clipboard
An Additional Layer Of Abstraction For Creating Repositories Following The B Lo C Pattern Architecture
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add bloc_repositoryWith Flutter:
$ flutter pub add bloc_repositoryThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
bloc_repository: ^1.0.2Alternatively, 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:bloc_repository/bloc_repository.dart';