rest_api_package 1.0.0+2 copy "rest_api_package: ^1.0.0+2" to clipboard
rest_api_package: ^1.0.0+2 copied to clipboard

Do you want an easy way to handle requests without repeating yourself? rest-api-package offers you that! An easy way to handle Rest-API requests

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rest_api_package

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

dependencies:
  rest_api_package: ^1.0.0+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:rest_api_package/rest_api_package.dart';
4
likes
140
points
1
downloads

Publisher

verified publisheralgoritechnology.com

Weekly Downloads

Do you want an easy way to handle requests without repeating yourself? rest-api-package offers you that! An easy way to handle Rest-API requests

Repository (GitHub)
View/report issues

Topics

#network #http

Documentation

API reference

License

MIT (license)

Dependencies

cookie_jar, dio, dio_cookie_manager, flutter, http_parser

More

Packages that depend on rest_api_package