Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Flutter to 3.24.5 #49

Merged
merged 1 commit into from
Feb 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
name: CI

env:
FLUTTER_VERSION: 3.22.2
FLUTTER_VERSION: 3.24.5

# Controls when the workflow will run
on:
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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