Skip to content

Commit

Permalink
flutter 3.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simplezhli committed Feb 19, 2024
1 parent 3ea0964 commit bc28a97
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flutter-drive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# https://github.com/marketplace/actions/flutter-action
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.9'
flutter-version: '3.19.0'
channel: 'stable' # or: 'dev' or 'beta'
architecture: x64
- run: "flutter clean"
Expand All @@ -78,7 +78,7 @@ jobs:
java-version: '11'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.9'
flutter-version: '3.19.0'
channel: 'stable' # or: 'dev' or 'beta'
architecture: x64
- name: "Run Flutter Driver tests"
Expand All @@ -104,7 +104,7 @@ jobs:
# https://github.com/marketplace/actions/flutter-action
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.9'
flutter-version: '3.19.0'
channel: 'stable'
architecture: x64
- run: "flutter pub get"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/flutter-web-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: flutter_deer web deploy
on:
push:
paths:
- 'pubspec.yaml1'
- 'pubspec.yaml'

jobs:
web_build_and_deploy:
Expand All @@ -14,7 +14,7 @@ jobs:
- uses: actions/[email protected]
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.9'
flutter-version: '3.19.0'
channel: 'stable'
architecture: x64
- name: "Web Build 🔧"
Expand Down
4 changes: 2 additions & 2 deletions README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ For web experience, please visit: https://simplezhli.github.io/flutter_deer/

[![flutter_deer driver](https://github.com/simplezhli/flutter_deer/actions/workflows/flutter-drive.yml/badge.svg?branch=master)](https://github.com/simplezhli/flutter_deer/actions/workflows/flutter-drive.yml)

1. Flutter version 3.16.9
1. Flutter version 3.19.0

2. Dart version 3.2.6
2. Dart version 3.3.0

## Precautions to be taken.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ Web体验地址:https://simplezhli.github.io/flutter_deer/

[![flutter_deer driver](https://github.com/simplezhli/flutter_deer/actions/workflows/flutter-drive.yml/badge.svg?branch=master)](https://github.com/simplezhli/flutter_deer/actions/workflows/flutter-drive.yml)

1. Flutter version 3.16.9
1. Flutter version 3.19.0

2. Dart version 3.2.6
2. Dart version 3.3.0

## 注意事项

Expand Down
3 changes: 0 additions & 3 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ linter:
- always_declare_return_types
- always_put_control_body_on_new_line
# - always_put_required_named_parameters_first # we prefer having parameters in the same order as fields https://github.com/flutter/flutter/issues/10219
- always_require_non_null_named_parameters
# - always_specify_types
# - always_use_package_imports # we do this commonly
- annotate_overrides
Expand Down Expand Up @@ -70,8 +69,6 @@ linter:
- avoid_relative_lib_imports
- avoid_renaming_method_parameters
- avoid_return_types_on_setters
- avoid_returning_null
- avoid_returning_null_for_future
- avoid_returning_null_for_void
# - avoid_returning_this # there are enough valid reasons to return `this` that this lint ends up with too many false positives
- avoid_setters_without_getters
Expand Down
2 changes: 1 addition & 1 deletion ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
97C146E61CF9000F007C117D /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1430;
LastUpgradeCheck = 1510;
ORGANIZATIONNAME = "The Chromium Authors";
TargetAttributes = {
97C146ED1CF9000F007C117D = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1430"
LastUpgradeVersion = "1510"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down

0 comments on commit bc28a97

Please sign in to comment.