Skip to content

ggchristhapa/riddhahttp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RiddhaHttp is a http service over http package.

Features

Easy http methods as services.

Getting started

Future-based http service library for making HTTP requests.

Simple to consume HTTP resources. It's multi-platform, and supports mobile, desktop, and the browser.

Using

The easiest way to use this library is via the top-level functions. They allow you to make individual HTTP requests with minimal hassle:

import 'package:riddhahttp/riddhahttp.dart';

//Post Method
String url = '';
var result = await  RiddhaHttpService().get(url);
print('Result: ${result}');


//Post Method
String url = '';
var result = await  RiddhaHttpService().post(url,{});
print('Result: ${result}');

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages