Skip to content

Commit

Permalink
Upgrade Flutter to 3.24.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tddang-linagora committed Feb 6, 2025
1 parent 2021c2a commit cef4d99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: CI

env:
FLUTTER_VERSION: 3.22.2
FLUTTER_VERSION: 3.24.5

# Controls when the workflow will run
on:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.4

file_picker: ^5.2.5
file_picker: ^8.0.5

pointer_interceptor: ^0.10.1

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
# plugin to show a color picker for foreground/highlight color
flex_color_picker: ^3.2.0
# plugin to get files from filesystem
file_picker: ^5.2.5
file_picker: ^8.0.5
# plugin to show a scrollable number picker for inserting tables
numberpicker: ^2.1.2
# plugin to allow dropdowns and dialogs to be interactable when displaying over the editor
Expand Down

0 comments on commit cef4d99

Please sign in to comment.