Enable prefer_relative_imports (#6501)

This commit is contained in:
stuartmorgan
2022-09-28 10:25:24 -04:00
committed by GitHub
parent 9974a8ef44
commit 2e2c4c5837
10 changed files with 47 additions and 9 deletions

View File

@ -7,13 +7,13 @@ import 'dart:io' as io;
import 'package:args/command_runner.dart';
import 'package:file/file.dart';
import 'package:file/local.dart';
import 'package:flutter_plugin_tools/src/dependabot_check_command.dart';
import 'analyze_command.dart';
import 'build_examples_command.dart';
import 'common/core.dart';
import 'create_all_plugins_app_command.dart';
import 'custom_test_command.dart';
import 'dependabot_check_command.dart';
import 'drive_examples_command.dart';
import 'federation_safety_check_command.dart';
import 'firebase_test_lab_command.dart';