ummobile_custom_http 0.0.2-beta1 ummobile_custom_http: ^0.0.2-beta1 copied to clipboard
The custom HTTP client with GetConnect used in the UMMobile App to make the request.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ummobile_custom_http
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
ummobile_custom_http: ^0.0.2-beta1
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:ummobile_custom_http/ummobile_custom_http.dart';