bloc_repository 1.0.2 copy "bloc_repository: ^1.0.2" to clipboard
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_repository

With Flutter:

 $ flutter pub add bloc_repository

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

dependencies:
  bloc_repository: ^1.0.2

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:bloc_repository/bloc_repository.dart';
0
likes
150
points
16
downloads

Publisher

verified publishermankeli.co

Weekly Downloads

An Additional Layer Of Abstraction For Creating Repositories Following The B Lo C Pattern Architecture

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

meta

More

Packages that depend on bloc_repository