ease_http 0.1.8 copy "ease_http: ^0.1.8" to clipboard
ease_http: ^0.1.8 copied to clipboard

Based on Dart http package, makes http package more powerful and easier to use.

example/main.dart

import 'package:ease_http/ease_http.dart';

void main() async {
  final request = SingleRequest();

// result is typed.
  final result = await request.get<Map<String, dynamic>>('http://example.com');

  print(result);
}
0
likes
160
pub points
0%
popularity

Publisher

verified publisherhanlogy.com

Based on Dart http package, makes http package more powerful and easier to use.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

http, http_parser

More

Packages that depend on ease_http