dio_flutter_transformer 2.0.6 copy "dio_flutter_transformer: ^2.0.6" to clipboard
dio_flutter_transformer: ^2.0.6 copied to clipboard

discontinuedreplaced by: dio
outdated

A dio transformer espically for flutter, by which the json decoding will be in background with [compute] function in flutter sdk.

dio_flutter_transformer Pub #

A dio transformer especially for flutter, by which the json decoding will be in background with [compute] function.

Install #

dependencies:
  dio_flutter_transformer: ^2.0.7

Usage #

Import the package:

import 'package:dio/dio.dart';
import 'package:dio_flutter_transformer/dio_flutter_transformer.dart';

Then replace dio default transformer:


var dio=Dio();
dio.transformer=new FlutterTransformer(); // replace dio default transformer
dio.get(...);
20
likes
0
pub points
75%
popularity

Publisher

verified publisherflutterchina.club

A dio transformer espically for flutter, by which the json decoding will be in background with [compute] function in flutter sdk.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dio, flutter

More

Packages that depend on dio_flutter_transformer