go_online 0.0.3 copy "go_online: ^0.0.3" to clipboard
go_online: ^0.0.3 copied to clipboard

outdated

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.3

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
0
points
38
downloads

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.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http, logger, shared_preferences

More

Packages that depend on go_online