This repository was archived by the owner on Dec 9, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +4
-10
lines changed Expand file tree Collapse file tree 6 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import 'dart:typed_data';
9
9
10
10
import 'package:file/file.dart' ;
11
11
import 'package:file/src/common.dart' as common;
12
- import 'package:file/src/forwarding.dart' ;
13
12
import 'package:file/src/io.dart' as io;
14
13
import 'package:path/path.dart' as p;
15
14
Original file line number Diff line number Diff line change 2
2
// for details. All rights reserved. Use of this source code is governed by a
3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
+ import 'package:file/file.dart' ;
5
6
import 'package:file/src/common.dart' as common;
6
- import 'package:file/src/forwarding.dart' ;
7
7
import 'package:file/src/io.dart' as io;
8
- import 'package:file/file.dart' ;
9
8
10
9
import 'local_file_system_entity.dart' ;
11
10
Original file line number Diff line number Diff line change 2
2
// for details. All rights reserved. Use of this source code is governed by a
3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
- import 'package:file/src/forwarding.dart' ;
6
- import 'package:file/src/io.dart' as io;
7
5
import 'package:file/file.dart' ;
6
+ import 'package:file/src/io.dart' as io;
8
7
9
8
import 'local_file_system_entity.dart' ;
10
9
Original file line number Diff line number Diff line change 2
2
// for details. All rights reserved. Use of this source code is governed by a
3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
- import 'package:file/src/forwarding.dart' ;
6
- import 'package:file/src/io.dart' as io;
7
5
import 'package:file/file.dart' ;
6
+ import 'package:file/src/io.dart' as io;
8
7
9
8
import 'local_directory.dart' ;
10
9
import 'local_file.dart' ;
Original file line number Diff line number Diff line change 2
2
// for details. All rights reserved. Use of this source code is governed by a
3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
- import 'package:file/src/forwarding.dart' ;
6
- import 'package:file/src/io.dart' as io;
7
5
import 'package:file/file.dart' ;
6
+ import 'package:file/src/io.dart' as io;
8
7
9
8
import 'local_file_system_entity.dart' ;
10
9
Original file line number Diff line number Diff line change 4
4
5
5
import 'package:file/file.dart' ;
6
6
import 'package:file/memory.dart' ;
7
- import 'package:file/src/interface/file.dart' ;
8
7
import 'package:test/test.dart' ;
9
8
10
9
void main () {
You can’t perform that action at this time.
0 commit comments