api_caller 1.0.7 copy "api_caller: ^1.0.7" to clipboard
api_caller: ^1.0.7 copied to clipboard

A lightweight helper for making HTTP API calls using Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add api_caller

With Flutter:

 $ flutter pub add api_caller

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

dependencies:
  api_caller: ^1.0.7

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

Import it

Now in your Dart code, you can use:

import 'package:api_caller/api_caller.dart';
1
likes
130
points
34
downloads

Publisher

verified publisherinfyrise.com

Weekly Downloads

A lightweight helper for making HTTP API calls using Dart.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

http

More

Packages that depend on api_caller