Use this package as a standard library for customizing a network request
Features
- Customizing a network request
- Supporting handling refresh tokens if needed
- The standard for all Flutter services
Getting started
Depend on it
Run this command:
With Flutter:
flutter pub add tek_core_service_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tek_core_service_flutter: ^0.1.0-OMNI1353.1
Usage
N/A
Additional information
N/A