We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b1768 commit f007577Copy full SHA for f007577
3 files changed
CHANGELOG.MD
@@ -2,6 +2,10 @@
2
3
更新日志文档,版本顺序从新到旧,最新版本在最前(上)面。
4
5
+# 1.5.4
6
+
7
+- 剧集播放页选择附件可选列表换成可下拉的ListView
8
9
# 1.5.3
10
11
- 修复剧集标题显示异常问题
lib/subject/episode.dart
@@ -650,7 +650,7 @@ class _SubjectEpisodesState extends State<SubjectEpisodesPage> {
650
),
651
content: SizedBox(
652
width: MediaQuery.of(context).size.width * 0.8,
653
- child: Column(
+ child: ListView(
654
children: _currentEpisodeRecord.value?.resources
655
.map((epRes) => Container(
656
width: double.infinity,
pubspec.yaml
@@ -1,6 +1,6 @@
1
name: ikaros
description: ikaros app by flutter
-version: 1.5.3
+version: 1.5.4
environment:
sdk: '>=2.18.4 <=3.10.5'
0 commit comments