Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/go_router/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ environment:
flutter: ">=3.3.0"

dependencies:
adaptive_dialog: 1.8.2
adaptive_navigation: ^0.0.4
collection: ^1.15.0
cupertino_icons: ^1.0.2
Expand Down
12 changes: 7 additions & 5 deletions script/configs/allowed_pinned_deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@
# All entries here should have an explanation for why they are here.

# TODO(stuartmorgan): Eliminate this in favor of standardizing on
# mockito.
# mockito. See https://github.com/flutter/flutter/issues/130757
- mocktail

# Legacy allowances, for dependencies that predate the tooling.
# TODO(stuartmorgan): Audit these. See
# https://github.com/flutter/flutter/issues/122713
# 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
- adaptive_dialog

# This should be removed; see
# https://github.com/flutter/flutter/issues/130897
- provider

## Allowed by default
Expand Down