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

outdated

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
0
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

License

unknown (license)

Dependencies

http

More

Packages that depend on ease_http