mirror of
https://github.com/flutter/packages.git
synced 2025-06-28 22:02:38 +08:00
Remove equatable
and xml
allowances (#4489)
The only package that was using the `equatable` package removed it, so we no longer need this allowance. The only package depending on `xml` was `flutter_migrate`, but it never actually used it, so that can be removed as well. Part of https://github.com/flutter/flutter/issues/122713
This commit is contained in:
@ -4,12 +4,6 @@
|
||||
# All entries here should have an explanation for why they are here, either
|
||||
# via being part of one of the default-allowed groups, or a specific reason.
|
||||
|
||||
## Legacy allowances, for dependencies that predate the tooling.
|
||||
# TODO(stuartmorgan): Audit these. See
|
||||
# https://github.com/flutter/flutter/issues/122713
|
||||
- equatable
|
||||
- xml
|
||||
|
||||
## Explicit allowances
|
||||
|
||||
# Owned by individual Flutter Team members.
|
||||
|
Reference in New Issue
Block a user