coderspace_network 1.0.0 copy "coderspace_network: ^1.0.0" to clipboard
coderspace_network: ^1.0.0 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 Dart:

 $ dart pub add coderspace_network

With Flutter:

 $ flutter pub add coderspace_network

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  coderspace_network: ^1.0.0

Alternatively, your editor might support dart pub get or 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
0
points
17
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

License

unknown (license)

Dependencies

dio, flutter, mockito

More

Packages that depend on coderspace_network