Fix analyzer issues (#3863)

* Make infos fatal when analyzing packages
* Fix import ordering for updated analysis
This commit is contained in:
stuartmorgan
2021-05-07 14:10:03 -04:00
committed by GitHub
parent 755de9be8a
commit 41df811fbd
6 changed files with 13 additions and 9 deletions

View File

@ -4,9 +4,9 @@
import 'dart:async';
import 'package:meta/meta.dart';
import 'package:file/file.dart';
import 'package:git/git.dart';
import 'package:meta/meta.dart';
import 'package:pub_semver/pub_semver.dart';
import 'package:pubspec_parse/pubspec_parse.dart';