commonapiclient 0.0.2 copy "commonapiclient: ^0.0.2" to clipboard
commonapiclient: ^0.0.2 copied to clipboard

Flutter widget to call REST apis and reduces boilerplate code

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add commonapiclient

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

dependencies:
  commonapiclient: ^0.0.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:commonapiclient/commonapiclient.dart';
0
likes
125
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter widget to call REST apis and reduces boilerplate code

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on commonapiclient