nex_common_api 0.0.4 copy "nex_common_api: ^0.0.4" to clipboard
nex_common_api: ^0.0.4 copied to clipboard

A Dart class for sending HTTP GET and POST requests, with optional token-based authentication and API key support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add nex_common_api

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

dependencies:
  nex_common_api: ^0.0.4

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:nex_common_api/nex_common_api.dart';
0
likes
160
points
9
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart class for sending HTTP GET and POST requests, with optional token-based authentication and API key support.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on nex_common_api