File tree Expand file tree Collapse file tree 5 files changed +2
-8
lines changed Expand file tree Collapse file tree 5 files changed +2
-8
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
Original file line number Diff line number Diff line change @@ -2,15 +2,12 @@ library {{ language.params.packageName }};
2
2
3
3
import 'dart:async';
4
4
import 'dart:typed_data';
5
- import 'package:flutter/foundation.dart';
6
- import 'package:http/http.dart' show MultipartFile;
7
5
import 'src/enums.dart';
8
6
import 'src/client.dart';
9
7
import 'src/service.dart';
10
8
import 'src/input_file.dart';
11
9
import 'models.dart' as models;
12
10
import 'src/upload_progress.dart';
13
- import 'src/exception.dart';
14
11
15
12
export 'src/response.dart';
16
13
export 'src/client.dart';
Original file line number Diff line number Diff line change @@ -19,6 +19,6 @@ dependencies:
19
19
web_socket_channel: ^2.2.0
20
20
21
21
dev_dependencies:
22
- flutter_lints: ^1 .0.4
22
+ flutter_lints: ^2 .0.1
23
23
flutter_test:
24
24
sdk: flutter
You can’t perform that action at this time.
0 commit comments