sort directives (#81624)
This commit is contained in:
parent
741bb9d329
commit
96e4b47f5d
@ -9,14 +9,14 @@ import 'package:args/args.dart';
|
||||
import 'package:gen_keycodes/android_code_gen.dart';
|
||||
import 'package:gen_keycodes/base_code_gen.dart';
|
||||
import 'package:gen_keycodes/gtk_code_gen.dart';
|
||||
import 'package:gen_keycodes/macos_code_gen.dart';
|
||||
import 'package:gen_keycodes/web_code_gen.dart';
|
||||
import 'package:gen_keycodes/windows_code_gen.dart';
|
||||
import 'package:gen_keycodes/keyboard_keys_code_gen.dart';
|
||||
import 'package:gen_keycodes/keyboard_maps_code_gen.dart';
|
||||
import 'package:gen_keycodes/physical_key_data.dart';
|
||||
import 'package:gen_keycodes/logical_key_data.dart';
|
||||
import 'package:gen_keycodes/macos_code_gen.dart';
|
||||
import 'package:gen_keycodes/physical_key_data.dart';
|
||||
import 'package:gen_keycodes/utils.dart';
|
||||
import 'package:gen_keycodes/web_code_gen.dart';
|
||||
import 'package:gen_keycodes/windows_code_gen.dart';
|
||||
import 'package:http/http.dart' as http;
|
||||
import 'package:path/path.dart' as path;
|
||||
|
||||
|
@ -5,9 +5,8 @@
|
||||
import 'dart:convert';
|
||||
import 'dart:io';
|
||||
|
||||
import 'package:path/path.dart' as path;
|
||||
|
||||
import 'package:gen_keycodes/utils.dart';
|
||||
import 'package:path/path.dart' as path;
|
||||
|
||||
import 'constants.dart';
|
||||
import 'physical_key_data.dart';
|
||||
|
@ -9,8 +9,8 @@ import 'package:flutter_tools/src/asset.dart' hide defaultManifestPath;
|
||||
import 'package:flutter_tools/src/base/context.dart';
|
||||
import 'package:flutter_tools/src/base/file_system.dart' as libfs;
|
||||
import 'package:flutter_tools/src/base/io.dart';
|
||||
import 'package:flutter_tools/src/bundle.dart';
|
||||
import 'package:flutter_tools/src/build_info.dart';
|
||||
import 'package:flutter_tools/src/bundle.dart';
|
||||
import 'package:flutter_tools/src/cache.dart';
|
||||
import 'package:flutter_tools/src/context_runner.dart';
|
||||
import 'package:flutter_tools/src/devfs.dart';
|
||||
|
Loading…
x
Reference in New Issue
Block a user