coderspace_network 1.0.1 copy "coderspace_network: ^1.0.1" to clipboard
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';
0
likes
150
points
50
downloads

Publisher

verified publishercoderdev.space

Weekly Downloads

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 utilities like auto-list parsing—all with minimal code.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

dio, flutter, mockito

More

Packages that depend on coderspace_network