From cef4d99d6c6b1faae3976f53c993a3324e9c534a Mon Sep 17 00:00:00 2001 From: DatDang Date: Thu, 9 Jan 2025 14:03:53 +0700 Subject: [PATCH] Upgrade Flutter to 3.24.5 --- .github/workflows/ci.yml | 2 +- example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13e0dac6..b1730139 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI env: - FLUTTER_VERSION: 3.22.2 + FLUTTER_VERSION: 3.24.5 # Controls when the workflow will run on: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index f3ee0a41..9e064e46 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 10cfc86e..b386cafa 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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