igot_http_service_helper 0.7.0 copy "igot_http_service_helper: ^0.7.0" to clipboard
igot_http_service_helper: ^0.7.0 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_service_helper

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

dependencies:
  igot_http_service_helper: ^0.7.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:igot_http_service_helper/adapter/dio_http_adapter.dart';
import 'package:igot_http_service_helper/adapter/http_adapter.dart';
import 'package:igot_http_service_helper/helper/cache_strategy_helper.dart';
import 'package:igot_http_service_helper/helper/dio_configuration_helper.dart';
import 'package:igot_http_service_helper/helper/http_helper.dart';
import 'package:igot_http_service_helper/helper/request_deduplication_helper.dart';
import 'package:igot_http_service_helper/igot_http_service.dart';
import 'package:igot_http_service_helper/models/http_response.dart';
import 'package:igot_http_service_helper/models/http_response_type.dart';
import 'package:igot_http_service_helper/services/hive_service.dart';
import 'package:igot_http_service_helper/services/http_service.dart';
0
likes
140
points
305
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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 with DATA Base support with respect to given TTL.

Homepage

License

unknown (license)

Dependencies

crypto, dio, flutter, hive, hive_flutter, path

More

Packages that depend on igot_http_service_helper