bdaya_repository_pattern 2.0.1 copy "bdaya_repository_pattern: ^2.0.1" to clipboard
bdaya_repository_pattern: ^2.0.1 copied to clipboard

outdated

A simple implmentation of the repository pattern used at our company.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bdaya_repository_pattern

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

dependencies:
  bdaya_repository_pattern: ^2.0.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:bdaya_repository_pattern/bdaya_repository_pattern.dart';
7
likes
0
pub points
0%
popularity

Publisher

verified publisherbdaya-dev.com

A simple implmentation of the repository pattern used at our company.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

hive, rxdart

More

Packages that depend on bdaya_repository_pattern