riddhahttp 1.0.1 copy "riddhahttp: ^1.0.1" to clipboard
riddhahttp: ^1.0.1 copied to clipboard

A Package over Flutter Http package which enables to make http calls in an easier way with minimal code.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add riddhahttp

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

dependencies:
  riddhahttp: ^1.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:riddhahttp/riddhahttp.dart';
2
likes
90
pub points
0%
popularity

Publisher

unverified uploader

A Package over Flutter Http package which enables to make http calls in an easier way with minimal code.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter, http

More

Packages that depend on riddhahttp