smart_http 1.0.0+1 copy "smart_http: ^1.0.0+1" to clipboard
smart_http: ^1.0.0+1 copied to clipboard

A dart wrapper around dio to handle http requests along with cancelable api for bloc and repository.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add smart_http

With Flutter:

 $ flutter pub add smart_http

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

dependencies:
  smart_http: ^1.0.0+1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:smart_http/smart_http.dart';
1
likes
160
pub points
0%
popularity

Publisher

unverified uploader

A dart wrapper around dio to handle http requests along with cancelable api for bloc and repository.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

bloc, dio, equatable, http_parser, mime_type, path, uuid

More

Packages that depend on smart_http