-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/packages
#6138Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listp: local_authPlugin for local authentificationPlugin for local authentificationpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-androidAndroid applications specificallyAndroid applications specificallyplatform-iosiOS applications specificallyiOS applications specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionteam-ecosystemOwned by Ecosystem teamOwned by Ecosystem teamtriaged-ecosystemTriaged by Ecosystem teamTriaged by Ecosystem team
Description
Use case
In my project, some packages depend on intl: ^0.19.0. Although local_auth doesn't depend on intl, local_auth_ios does. Since there are no breaking changes moving from intl: ^0.17.0 (minimum version in local_auth_ios) to intl: ^0.19.0, is it possible to extend the version to be intl: ">=0.17.0 <=0.19.0" or intl: ^0.17.0?
Proposal
Increase the version of intl in local_auth_ios from intl: ">=0.17.0 <0.19.0" to intl: ">=0.17.0 <=0.19.0" or intl: ^0.17.0?
TatsuUkraine and FullstackWEB-developer
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listp: local_authPlugin for local authentificationPlugin for local authentificationpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-androidAndroid applications specificallyAndroid applications specificallyplatform-iosiOS applications specificallyiOS applications specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionteam-ecosystemOwned by Ecosystem teamOwned by Ecosystem teamtriaged-ecosystemTriaged by Ecosystem teamTriaged by Ecosystem team