Skip to content

Bump intl constraint to ^0.20.2 for Flutter 3.41.x compatibility#261

Closed
Copilot wants to merge 1 commit intomasterfrom
copilot/fix-dependency-error
Closed

Bump intl constraint to ^0.20.2 for Flutter 3.41.x compatibility#261
Copilot wants to merge 1 commit intomasterfrom
copilot/fix-dependency-error

Conversation

Copy link
Copy Markdown

Copilot AI commented Apr 8, 2026

Flutter 3.41.x pins intl to 0.20.2 via flutter_localizations, conflicting with the previous ^0.19.0 constraint in pubspec.yaml and breaking dependency resolution.

Change

  • pubspec.yaml: Updated intl version constraint from ^0.19.0^0.20.2
# Before
intl: ^0.19.0

# After
intl: ^0.20.2

Copilot AI linked an issue Apr 8, 2026 that may be closed by this pull request
5 tasks
@simplezhli simplezhli marked this pull request as ready for review April 8, 2026 08:37
Copilot AI changed the title [WIP] Fix dependency error in Flutter project Bump intl constraint to ^0.20.2 for Flutter 3.41.x compatibility Apr 8, 2026
Copilot AI requested a review from simplezhli April 8, 2026 08:38
@simplezhli simplezhli closed this Apr 8, 2026
@simplezhli simplezhli deleted the copilot/fix-dependency-error branch April 8, 2026 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

依赖报错

2 participants