rapid_http 1.0.0 copy "rapid_http: ^1.0.0" to clipboard
rapid_http: ^1.0.0 copied to clipboard

A Flutter package for simplified and efficient HTTP communication.

example/main.dart

import 'package:rapid_http/rapid_http.dart';

void main() async {
  // add default headers to singlton client (optional)
  RapidClient().setDefaultHeader('Content-Type', 'application/json');
  
  final response =
      await RapidClient().get('https://jsonplaceholder.typicode.com/todos');
}
0
likes
140
points
6
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for simplified and efficient HTTP communication.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

crypto, flutter, http, path_provider

More

Packages that depend on rapid_http