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

This package will make it easier for you to make a post request with json in flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add easy_post_json

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

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

Publisher

unverified uploader

This package will make it easier for you to make a post request with json in flutter.

License

unknown (LICENSE)

Dependencies

flutter, http

More

Packages that depend on easy_post_json