Document pinned flutter packages #6162
Labels
dev.dependencies
Relates to managing app dependencies
dev.packages
Relates to package publishing
e2-days
Effort: < 5 days
lang.native-code
Involves Swift, ObjC, Java, or Kotlin code for mobile apps
p2-medium
Necessary but not urgent concern. Resolve when possible.
What information is missing?
Some packages dependencies are pinned by
flutter
,flutter_test
, or other dependencies in the SDK. End users are not able to solve for package versions other than the pinned version which may prevent them from getting new features or bug fixes and cause confusion.For example dart-lang/core#345
https://github.com/flutter/website/blob/master/src/docs/development/packages-and-plugins/using-packages.md
How would you like us to fix this problem?
List the packages that are pinned by flutter and describe that the only way to get other versions is to change the version of the flutter SDK.
The text was updated successfully, but these errors were encountered: