network_caller 0.0.1
network_caller: ^0.0.1 copied to clipboard
A lightweight and easy-to-use Dart/Flutter package to simplify making network API calls. It supports all CRUD operations (Create, Read, Update, Delete) with customizable headers, request bodies, and t [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add network_callerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
network_caller: ^0.0.1Alternatively, 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:network_caller/network_caller.dart';