diff --git a/packages/cross_file/lib/src/types/html.dart b/packages/cross_file/lib/src/types/html.dart index 97ee166660..7f5a1e5396 100644 --- a/packages/cross_file/lib/src/types/html.dart +++ b/packages/cross_file/lib/src/types/html.dart @@ -9,8 +9,8 @@ import 'dart:typed_data'; import 'package:meta/meta.dart'; -import './base.dart'; import '../web_helpers/web_helpers.dart'; +import 'base.dart'; // Four Gigabytes, in bytes. const int _fourGigabytes = 4 * 1024 * 1024 * 1024;