Skip to content

Commit

Permalink
import_sorter
Browse files Browse the repository at this point in the history
  • Loading branch information
lambiengcode committed Oct 13, 2024
1 parent 73c3832 commit 904cdb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/utils/http/dio_transformer.dart
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
library dio_flutter_transformer;

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

import 'package:flutter/foundation.dart';

import 'package:dio/dio.dart';

/// Dio has already implemented a [SyncTransformer], and as the default
/// [Transformer]. If you want to custom the transformation of
/// request/response data, you can provide a [Transformer] by your self, and
Expand Down

0 comments on commit 904cdb9

Please sign in to comment.