go_online 0.0.4 copy "go_online: ^0.0.4" to clipboard
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_online

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

dependencies:
  go_online: ^0.0.4

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:go_online/go_online.dart';
5
likes
110
points
38
downloads

Documentation

API reference

Publisher

verified publisherobunnovation.com

Weekly Downloads

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 implementation details of the http package. The GoOnline class has methods for sending GET, POST, PUT, and DELETE requests to an API.

License

MIT (license)

Dependencies

flutter, http, logger, shared_preferences

More

Packages that depend on go_online