robusta_dio

Creator: coderz1093

Last updated:

0 purchases

robusta_dio Image
robusta_dio Images
Add to Cart

Description:

robusta dio

Robusta Dio #
Robusta extension for integrating Dio features.
Installation #
Install this package via pub command:
dart pub add robusta_dio
copied to clipboard
Usages #
import 'package:robusta_dio/robusta_dio.dart';
import 'package:robusta_runner/robusta_runner.dart';

final runner = Runner(
extensions: [
ImplementingCallbackExtension(),
DioExtension(
baseOptions: BaseOptions(),
interceptorFactories: [
(c) => InterceptorsWrapper(),
],
transformerFactory: (c) => BackgroundTransformer(),
httpClientAdapterFactory: (c) => HttpClientAdapter(),
),
],
);

Future<void> main() => runner.run();
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator