igot_http_service 0.0.1
igot_http_service: ^0.0.1 copied to clipboard
This package contains a set of high-level functions and classes that make it easy to consume HTTP resources. It's multi-platform (mobile, desktop, and browser) and supports multiple implementations wi [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add igot_http_serviceThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
igot_http_service: ^0.0.1Alternatively, 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:igot_http_service/igot_http_service.dart';