dart_network_layer_dio 1.0.0-dev.11
dart_network_layer_dio: ^1.0.0-dev.11 copied to clipboard
Dio implementation for dart_network_layer_core. Uses the dio package to make network requests.
dart_network_layer_dio #
Dio implementation of INetworkInvoker from
dart_network_layer_core.
Guide Status #
The old README usage guide is intentionally invalidated.
Use the maintained docs in the root docs/ folder:
- Quick Start
- Quick Start with OpenAPI
- Sending Files
- Receiving Files
Example Integration #
See example_project for end-to-end usage, including:
- custom invoker extension via
DioNetworkInvoker.fromDio - generated OpenAPI command classes
- multipart upload and binary download flows
License #
MIT