Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit ed352f5

Browse files
committed
Rename to cross_file
1 parent 75ba26c commit ed352f5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

packages/cross_file/test/x_file_html_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import 'dart:html' as html;
99
import 'dart:typed_data';
1010

1111
import 'package:flutter_test/flutter_test.dart';
12-
import 'package:cross_file/x_file.dart';
12+
import 'package:cross_file/cross_file.dart';
1313

1414
import 'dart:html';
1515

packages/cross_file/test/x_file_io_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import 'dart:io';
99
import 'dart:typed_data';
1010

1111
import 'package:flutter_test/flutter_test.dart';
12-
import 'package:cross_file/x_file.dart';
12+
import 'package:cross_file/cross_file.dart';
1313

1414
// Please note that executing this test with command
1515
// `flutter test test/x_file_io_test.dart` will set the directory

0 commit comments

Comments
 (0)