repository 0.0.1 copy "repository: ^0.0.1" to clipboard
repository: ^0.0.1 copied to clipboard

outdated

A package that offers repositories for easy data storage.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add repository

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

dependencies:
  repository: ^0.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:repository/repository.dart';
9
likes
30
points
68
downloads

Publisher

verified publisheryanncabral.dev

Weekly Downloads

A package that offers repositories for easy data storage.

Homepage

License

GPL-3.0 (license)

Dependencies

flutter, hive, path_provider, provider, rxdart, shared_preferences

More

Packages that depend on repository