smart_http 0.0.2 copy "smart_http: ^0.0.2" to clipboard
smart_http: ^0.0.2 copied to clipboard

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

example/main.dart

import 'package:smart_http/smart_http.dart';

void main() async {
  final http = SmartHttp();

  final result = await http.get(
    baseUrl: 'https://pub.dev',
    path: '/packages/smart_http',
  );

  print(result);
}
1
likes
0
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

License

unknown (LICENSE)

Dependencies

bloc, dio, http_parser, mime_type, path, uuid

More

Packages that depend on smart_http