flash_api_call 0.0.6 copy "flash_api_call: ^0.0.6" to clipboard
flash_api_call: ^0.0.6 copied to clipboard

A package which makes API call easier and maintainable.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flash_api_call

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

dependencies:
  flash_api_call: ^0.0.6

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:flash_api_call/flash_api_call.dart';
4
likes
130
points
51
downloads

Publisher

verified publishercodeflashinfotech.com

Weekly Downloads

A package which makes API call easier and maintainable.

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

connectivity_plus, flutter, http, http_parser

More

Packages that depend on flash_api_call