http_repository 1.1.2 copy "http_repository: ^1.1.2" to clipboard
http_repository: ^1.1.2 copied to clipboard

outdated

Simple way to create service repository crud with authorization

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add http_repository

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

dependencies:
  http_repository: ^1.1.2

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:http_repository/http_repository.dart';
1
likes
130
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

Simple way to create service repository crud with authorization

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, http

More

Packages that depend on http_repository