flash_api_call 0.0.1 copy "flash_api_call: ^0.0.1" to clipboard
flash_api_call: ^0.0.1 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 Dart:

 $ dart pub add flash_api_call

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 dart pub get):

dependencies:
  flash_api_call: ^0.0.1

Alternatively, your editor might support dart pub get or 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
0
pub points
52%
popularity

Publisher

verified publishercodeflashinfotech.com

A package which makes API call easier and maintainable.

Repository (GitLab)
View/report issues

License

unknown (LICENSE)

Dependencies

connectivity_plus, flutter, http

More

Packages that depend on flash_api_call