http_solver 0.0.1 copy "http_solver: ^0.0.1" to clipboard
http_solver: ^0.0.1 copied to clipboard

outdated

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_solver

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

dependencies:
  http_solver: ^0.0.1

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:http_solver/http_solver.dart';
9
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A package help you to make api call and handle error faster, also you can check for internet before call api.

Homepage

License

unknown (LICENSE)

Dependencies

connectivity, dartz, flutter, http

More

Packages that depend on http_solver