blob: a224cca3a5abb231b151dfb6315d4130546fe2ca [file] [log] [blame]
# The list of external dependencies that are allowed as pinned dependencies.
# A pin can be either an exact version, or a range with an explicit, inclusive
# max version, which must a version that already exists, not a future version.
# See https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#Dependencies
#
# All entries here should have an explanation for why they are here.
# TODO(stuartmorgan): Eliminate this in favor of standardizing on
# mockito. See https://github.com/flutter/flutter/issues/130757
- mocktail
# Test-only dependency, so does not impact package clients, and
# has limited impact so could be easily removed if there are
# ever maintenance issues in the future.
- lcov_parser
# This should be removed; see
# https://github.com/flutter/flutter/issues/130897
- provider
# Used by vector_graphics_compiler, as a production, user-facing dependency.
# This is allowed only with pinned dependencies, so that any changes can be
# audited before passing them on to clients as transitive updates, to mitigated
# the risk of the package being compromised.
- xml