update flutter to 3.24
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -15,7 +15,7 @@ on:
|
||||
env:
|
||||
IS_GITHUB_ACTIONS: 1
|
||||
CHANNEL: "${{ inputs.channel }}"
|
||||
FLUTTER_VERSION: '3.22.3'
|
||||
FLUTTER_VERSION: '3.24.0'
|
||||
NDK_VERSION: r26d
|
||||
UPLOAD_ARTIFACT: "${{ inputs.upload-artifact }}"
|
||||
TAG_NAME: "${{ inputs.tag-name }}"
|
||||
|
||||
4
Makefile
4
Makefile
@@ -87,10 +87,10 @@ macos-install-dependencies:
|
||||
|
||||
ios-install-dependencies:
|
||||
if [ "$(flutter)" = "true" ]; then \
|
||||
curl -L -o ~/Downloads/flutter_macos_3.19.3-stable.zip https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_3.19.3-stable.zip; \
|
||||
curl -L -o ~/Downloads/flutter_macos_3.19.3-stable.zip https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_3.22.3-stable.zip; \
|
||||
mkdir -p ~/develop; \
|
||||
cd ~/develop; \
|
||||
unzip ~/Downloads/flutter_macos_3.19.3-stable.zip; \
|
||||
unzip ~/Downloads/flutter_macos_3.22.3-stable.zip; \
|
||||
export PATH="$$PATH:$$HOME/develop/flutter/bin"; \
|
||||
echo 'export PATH="$$PATH:$$HOME/develop/flutter/bin"' >> ~/.zshrc; \
|
||||
export PATH="$PATH:$HOME/develop/flutter/bin"; \
|
||||
|
||||
565
pubspec.lock
565
pubspec.lock
File diff suppressed because it is too large
Load Diff
@@ -5,7 +5,7 @@ version: 2.1.5+20105
|
||||
|
||||
environment:
|
||||
sdk: ">=3.3.0 <4.0.0"
|
||||
flutter: ">=3.22.3 <=3.22.3"
|
||||
flutter: ">=3.24.0 <=3.24.3"
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
@@ -28,7 +28,7 @@ dependencies:
|
||||
slang_flutter: ^3.30.0
|
||||
fpdart: ^1.1.0
|
||||
freezed_annotation: ^2.4.1
|
||||
json_annotation: ^4.8.1
|
||||
json_annotation: ^4.9.0
|
||||
hooks_riverpod: ^2.4.10
|
||||
flutter_hooks: ^0.20.5
|
||||
riverpod_annotation: ^2.3.4
|
||||
@@ -95,7 +95,6 @@ dependencies:
|
||||
protobuf: ^3.1.0
|
||||
grpc: ^3.2.4
|
||||
dynamic_color: ^1.7.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
@@ -114,7 +113,7 @@ dev_dependencies:
|
||||
|
||||
dependency_overrides:
|
||||
# drift & package_info_plus are not compatible
|
||||
web: ^0.5.1
|
||||
web: ^1.0.0
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
|
||||
Reference in New Issue
Block a user