A recent pub autoroll revved package:intl 0.17 -> 0.18 #117150 while flutter/gallery and some of its dependencies pin intl: ^0.17.0. Thus in the customer_tests pre-submit checks, flutter pub get fails to resolve in the gallery and super editor.
To unblock the roll, I will pin package:intl. To unpin, all customer test apps and their transitive dependencies that are caret depending on package:intl should be updated to not constrain them, since an exact pin constraint will be provided by the flutter sdk repo.
A recent pub autoroll revved package:intl 0.17 -> 0.18 #117150 while flutter/gallery and some of its dependencies pin intl: ^0.17.0. Thus in the customer_tests pre-submit checks, flutter pub get fails to resolve in the gallery and super editor.
To unblock the roll, I will pin package:intl. To unpin, all customer test apps and their transitive dependencies that are caret depending on package:intl should be updated to not constrain them, since an exact pin constraint will be provided by the flutter sdk repo.