Skip to content

Commit

Permalink
flutter 3.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
simplezhli committed Sep 29, 2023
1 parent 179deee commit ed5c8c7
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/deer-issue-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ assignees: ''
- [x] 电脑系统:如:`Windows 11`
- [x] 设备型号:如:`小米13`
- [x] 设备系统版本:如 `Android 13`
- [x] Flutter 版本:如 `3.7.0`
- [x] Flutter 版本:如 `3.13.0`

### 具体问题描述 ###

Expand Down
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.13.0'
flutter-version: '3.13.6'
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.13.0'
flutter-version: '3.13.6'
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.13.0'
flutter-version: '3.13.6'
channel: 'stable'
architecture: x64
- run: "flutter pub get"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flutter-web-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2.3.1
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.0'
flutter-version: '3.13.6'
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/

[![Build Status](https://github.com/simplezhli/flutter_deer/workflows/flutter_deer%20driver/badge.svg?branch=master)](https://github.com/simplezhli/flutter_deer/actions?query=workflow%3A%22flutter_deer+driver%22+branch%3Amaster)

1. Flutter version 3.13.0
1. Flutter version 3.13.6

2. Dart version 3.1.0
2. Dart version 3.1.3

## 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/

[![Build Status](https://github.com/simplezhli/flutter_deer/workflows/flutter_deer%20driver/badge.svg?branch=master)](https://github.com/simplezhli/flutter_deer/actions?query=workflow%3A%22flutter_deer+driver%22+branch%3Amaster)

1. Flutter version 3.13.0
1. Flutter version 3.13.6

2. Dart version 3.1.0
2. Dart version 3.1.3

## 注意事项

Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ dependencies:
# Localization https://github.com/dart-lang/intl
intl: ^0.18.0
# Toast插件 https://github.com/OpenFlutter/flutter_oktoast
oktoast: ^3.3.1
oktoast: ^3.3.2
# 网络库 https://github.com/cfug/dio
dio: ^5.3.2
dio: ^5.3.3
# https://github.com/ReactiveX/rxdart
rxdart: ^0.27.7
# Dart 常用工具类库 https://github.com/Sky24n/common_utils
Expand All @@ -48,7 +48,7 @@ dependencies:
# 路由框架 https://github.com/theyakka/fluro
fluro: ^2.0.5
# 图片缓存 https://github.com/renefloor/flutter_cached_network_image
cached_network_image: ^3.2.3
cached_network_image: ^3.3.0
# 格式化String https://github.com/Naddiseo/dart-sprintf
sprintf: ^7.0.0
# 状态管理 https://github.com/rrousselGit/provider
Expand Down

0 comments on commit ed5c8c7

Please sign in to comment.