coderspace_network 1.0.1
coderspace_network: ^1.0.1 copied to clipboard
coderspace_network is a lightweight, developer-friendly Flutter package for making REST API calls using Dio. It provides clean, generic request handling, consistent error management, and simple utilit [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add coderspace_network
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
coderspace_network: ^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:coderspace_network/coderspace_network.dart';