A Dart and Flutter library to simplify rest api requests.

Features

  1. Simple Requests
  2. Post Request
  3. Get Request
  4. Put Request
  5. Delete Request

Usage

Simple Import the library file.

import 'package:rest_api_helper/rest_api_helper.dart'
RestApiHelper rest=RestApiHelper();
rest.send(path,RequestType);