http_solver 0.1.2
http_solver: ^0.1.2 copied to clipboard
A package help you to make api call and handle error faster, also you can check for internet before call api.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add http_solverThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
http_solver: ^0.1.2Alternatively, 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:http_solver/http_solver.dart';