Skip to content

Commit

Permalink
build: fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreamatias committed Dec 18, 2024
1 parent aa71b05 commit a7d1b0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ environment:
dependencies:
flutter:
sdk: flutter
intl: ">=0.19.0 <0.21.0"
# This version would be max, the same version used on flutter_localizations
# https://github.com/flutter/flutter/blob/17025dd88227cd9532c33fa78f5250d548d87e9a/packages/flutter_localizations/pubspec.yaml#L14
intl: ">=0.19.0 <0.20.0"

dev_dependencies:
flutter_lints: ^4.0.0
Expand Down

0 comments on commit a7d1b0b

Please sign in to comment.