neohttp 0.0.1 copy "neohttp: ^0.0.1" to clipboard
neohttp: ^0.0.1 copied to clipboard

发起HTTP请求工具包,基于Dio进行封装,可发起get,post,put,delete请求

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add neohttp

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

dependencies:
  neohttp: ^0.0.1

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

Publisher

unverified uploader

发起HTTP请求工具包,基于Dio进行封装,可发起get,post,put,delete请求

Homepage

License

unknown (LICENSE)

Dependencies

dio, flutter

More

Packages that depend on neohttp