File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,12 @@ library {{ language.params.packageName }};
2
2
3
3
import 'dart:async';
4
4
import 'dart:typed_data';
5
- import 'package:http/http.dart' show MultipartFile;
6
5
import 'src/enums.dart';
7
6
import 'src/client.dart';
8
7
import 'src/service.dart';
9
8
import 'src/input_file.dart';
10
9
import 'src/upload_progress.dart';
11
10
import 'models.dart' as models;
12
- import 'src/exception.dart';
13
11
14
12
export 'src/response.dart';
15
13
export 'src/client.dart';
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import 'client_stub.dart'
3
3
if (dart.library.html) 'client_browser.dart'
4
4
if (dart.library.io) 'client_io.dart';
5
5
import 'response.dart';
6
- import 'input_file.dart';
7
6
import 'upload_progress.dart';
8
7
9
8
abstract class Client {
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ dependencies:
12
12
13
13
dev_dependencies:
14
14
test: ^1.16.8
15
- lints: ^1 .0.1
15
+ lints: ^2 .0.0
You can’t perform that action at this time.
0 commit comments