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

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

With Flutter:

 $ flutter 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: ^3.1.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:bdaya_repository_pattern/bdaya_repository_pattern.dart';
7
likes
130
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

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

hive, rxdart

More

Packages that depend on bdaya_repository_pattern