mirror of
https://github.com/flutter/packages.git
synced 2025-06-08 12:47:00 +08:00
Fix analyzer issues (#3863)
* Make infos fatal when analyzing packages * Fix import ordering for updated analysis
This commit is contained in:
@ -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';
|
||||
|
||||
|
Reference in New Issue
Block a user