Skip to content

Commit ff5644e

Browse files
committed
chore: ready for 1.4.3 release
- update flutter version
1 parent 604b818 commit ff5644e

File tree

7 files changed

+105
-97
lines changed

7 files changed

+105
-97
lines changed

.flutter

Submodule .flutter updated 11057 files

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ migrate_working_dir/
3535
/build/
3636
pubspec.lock
3737
android/app/build/
38+
android/app/.cxx
3839

3940
# Web related
4041
lib/generated_plugin_registrant.dart

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ Traintime PDA,又称 XDYou,是为西电学生设计的开源信息查询软
5454
## 编译环境
5555

5656
```bash
57-
Flutter 3.27.1 • channel stable • https://github.com/flutter/flutter.git
58-
Framework • revision 17025dd882 (5 days ago) • 2024-12-17 03:23:09 +0900
59-
Engine • revision cb4b5fff73
60-
Tools • Dart 3.6.0 • DevTools 2.40.2
57+
Flutter 3.29.0 • channel stable • https://github.com/flutter/flutter.git
58+
Framework • revision 35c388afb5 (11 days ago) • 2025-02-10 12:48:41 -0800
59+
Engine • revision f73bfc4522
60+
Tools • Dart 3.7.0 • DevTools 2.42.2
6161
```
6262

6363
注意:要编译此项目,Dart 编译器必须在 3.0 以上。
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
1. Serveral bug fixes. @BenderBlog
2+
2. English translation. @Elliot
3+
3. Pre-postgraduate support (testing). @BenderBlog
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
1. 若干错误修复 @BenderBlog
2+
2. 英语翻译支持 @Elliot
3+
3. 研究生预科生测试支持 @BenderBlog

lib/page/xdu_planet/xdu_planet_page.dart

+2-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ class _XDUPlanetPageState extends State<XDUPlanetPage>
123123
child: Column(
124124
mainAxisAlignment: MainAxisAlignment.center,
125125
children: [
126-
const CircularProgressIndicator().padding(bottom: 16),
126+
const CircularProgressIndicator(),
127+
const SizedBox(height: 16),
127128
Text(FlutterI18n.translate(context, "xdu_planet.loading")),
128129
],
129130
));

0 commit comments

Comments
 (0)