mirror of
https://github.com/flutter/packages.git
synced 2025-06-30 23:03:11 +08:00
[cross_file] Correct sorting of import starting with dot-slash (#4449)
Move an import directive to be in correct order. Fixes https://github.com/flutter/flutter/issues/130434
This commit is contained in:
@ -9,8 +9,8 @@ import 'dart:typed_data';
|
|||||||
|
|
||||||
import 'package:meta/meta.dart';
|
import 'package:meta/meta.dart';
|
||||||
|
|
||||||
import './base.dart';
|
|
||||||
import '../web_helpers/web_helpers.dart';
|
import '../web_helpers/web_helpers.dart';
|
||||||
|
import 'base.dart';
|
||||||
|
|
||||||
// Four Gigabytes, in bytes.
|
// Four Gigabytes, in bytes.
|
||||||
const int _fourGigabytes = 4 * 1024 * 1024 * 1024;
|
const int _fourGigabytes = 4 * 1024 * 1024 * 1024;
|
||||||
|
Reference in New Issue
Block a user