data_repository 0.4.5 copy "data_repository: ^0.4.5" to clipboard
data_repository: ^0.4.5 copied to clipboard

A data repository for flutter, manages both local and remote api access

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add data_repository

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

dependencies:
  data_repository: ^0.4.5

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:data_repository/data_repository.dart';
3
likes
130
pub points
61%
popularity

Publisher

verified publisherwiseminds.cc

A data repository for flutter, manages both local and remote api access

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, http, http_parser, mime, path_provider

More

Packages that depend on data_repository