n_request 1.2.2 copy "n_request: ^1.2.2" to clipboard
n_request: ^1.2.2 copied to clipboard

Simple helper for http requests

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add n_request

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

dependencies:
  n_request: ^1.2.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:n_request/n_request.dart';
1
likes
120
points
351
downloads

Publisher

unverified uploader

Weekly Downloads

Simple helper for http requests

Repository (GitHub)
View/report issues

Topics

#get #post #put #patch #delete

Documentation

API reference

License

unknown (license)

Dependencies

flutter, http, path, web_socket_channel

More

Packages that depend on n_request