-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/packages
#8217Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterp: local_authPlugin for local authentificationPlugin for local authentificationpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.r: 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
What package does this bug report belong to?
local_auth
What target platforms are you seeing this bug on?
iOS
Have you already upgraded your packages?
Yes
Dependency versions
pubspec.lock
local_auth: ^2.3.0
Steps to reproduce
I picked iOS cause I have no choice but this will affect all projects.
I'd like to be able to update to intl 0.20.0
Because no versions of local_auth match >2.3.0 <3.0.0 and local_auth 2.3.0 depends on local_auth_darwin ^1.4.0, local_auth ^2.3.0 requires local_auth_darwin ^1.4.0.
And because local_auth_darwin >=1.2.2 depends on intl >=0.17.0 <0.20.0, local_auth ^2.3.0 requires intl >=0.17.0 <0.20.0.
So, because ia_insider depends on both intl ^0.20.0 and local_auth ^2.3.0, version solving failed.
Expected results
allow it
Actual results
doesn't allow it
Code sample
Code sample
[Paste your code here]Screenshots or Videos
Screenshots / Video demonstration
[Upload media here]
Logs
Logs
[Paste your logs here]Flutter Doctor output
Doctor output
[Paste your output here]Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterp: local_authPlugin for local authentificationPlugin for local authentificationpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.r: 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