http_api_call 0.0.3 copy "http_api_call: ^0.0.3" to clipboard
http_api_call: ^0.0.3 copied to clipboard

Package to simplify API call.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add http_api_call

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

dependencies:
  http_api_call: ^0.0.3

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_api_call/http_api_call.dart';
0
likes
10
pub points
0%
popularity

Publisher

unverified uploader

Package to simplify API call.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, http

More

Packages that depend on http_api_call