standard_repositories 0.0.1-dev.2 copy "standard_repositories: ^0.0.1-dev.2" to clipboard
standard_repositories: ^0.0.1-dev.2 copied to clipboard

A new standard for repositories in your Flutter applications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add standard_repositories

With Flutter:

 $ flutter pub add standard_repositories

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

dependencies:
  standard_repositories: ^0.0.1-dev.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:standard_repositories/standard_repositories.dart';
0
likes
150
points
146
downloads

Publisher

unverified uploader

Weekly Downloads

A new standard for repositories in your Flutter applications.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, hive_ce, meta, rxdart

More

Packages that depend on standard_repositories