gt_api 1.1.0 copy "gt_api: ^1.1.0" to clipboard
gt_api: ^1.1.0 copied to clipboard

A robust and elegant API client wrapper for Flutter and Dart applications to streamline RESTful API integrations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gt_api

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

dependencies:
  gt_api: ^1.1.0

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:gt_api/gt_api.dart';
1
likes
70
points
203
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A robust and elegant API client wrapper for Flutter and Dart applications to streamline RESTful API integrations.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

connectivity_plus, dio, flutter, path_provider

More

Packages that depend on gt_api