go_online 0.0.4
go_online: ^0.0.4 copied to clipboard
This package provides a GoOnline class that can be used to make HTTP requests to a RESTful API. The class is designed to simplify the process of sending HTTP requests by abstracting away the implement [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add go_onlineThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
go_online: ^0.0.4Alternatively, 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:go_online/go_online.dart';