network_caller_core 1.0.1 copy "network_caller_core: ^1.0.1" to clipboard
network_caller_core: ^1.0.1 copied to clipboard

Core interfaces, models, and typed exceptions for the network_caller federation. Pure Dart, zero dependencies.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add network_caller_core

With Flutter:

 $ flutter pub add network_caller_core

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

dependencies:
  network_caller_core: ^1.0.1

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:network_caller_core/network_caller_core.dart';
4
likes
160
points
33
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Core interfaces, models, and typed exceptions for the network_caller federation. Pure Dart, zero dependencies.

Homepage
Repository (GitHub)
View/report issues

Topics

#networking #http #api #rest #dio

License

MIT (license)

More

Packages that depend on network_caller_core