Skip to content

Commit

Permalink
feat: upgrade intl deps to 0.19.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
andycall committed Dec 28, 2024
1 parent 26c4e9c commit 68f509b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/example_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
env:
nodeVersion: "16"
cmakeVersion: "3.26.3"
flutterVersion: "3.24.0"
flutterVersion: "3.27.1"

jobs:
build_windows-app_in_windows:
Expand Down
2 changes: 1 addition & 1 deletion webf/example/rust_builder/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.0.1
homepage:

environment:
sdk: '>=3.3.1 <4.0.0'
sdk: '>=3.0.0 <4.0.0'
flutter: '>=3.3.0'

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion webf/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
intl: ^0.18.0 # Pure dart module. DO NOT MODIFY UNLESS FLUTTER SDK UPDATED.
intl: ^0.19.0 # Pure dart module. DO NOT MODIFY UNLESS FLUTTER SDK UPDATED.

path: ^1.8.1 # Pure dart module.
meta: ^1.7.0 # Pure dart module.
Expand Down

0 comments on commit 68f509b

Please sign in to comment.