quantum_fetch 0.1.5-beta
quantum_fetch: ^0.1.5-beta copied to clipboard
a flutter package to make api call.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add quantum_fetchWith Flutter:
$ flutter pub add quantum_fetchThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
quantum_fetch: ^0.1.5-betaAlternatively, 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:quantum_fetch/quantum_fetch.dart';