RiddhaHttp is a http service over http package.

Features

Easy http methods as services.

Getting started

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: ^0.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';

Libraries

riddhahttp