Skip to content

Commit c06a2ff

Browse files
committed
更新 flutter 2.2
1 parent aca2a77 commit c06a2ff

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11

22
#### Flutter Unit 周边
33
- 🔥 [实体书 - 《Flutter之旅》源码下载地址 ](https://gitee.com/toly1994328/FlutterUnit/attach_files/466731/download)
4-
- 🔥 [掘金小册 -《Flutter绘制指南》](https://juejin.im/book/6844733827265331214)
4+
- 🔥 [掘金小册 -《Flutter 绘制指南 - 妙笔生花》](https://juejin.im/book/6844733827265331214)
5+
- 🔥 [掘金小册 -《Flutter 手势探索 - 执掌天下》](https://juejin.cn/book/6896378716427911181)
56
- 🔥 [Flutter环境配置](https://github.com/toly1994328/FlutterUnit/issues/22)
67
- 🔥 [Flutter实用插件集录 ](https://github.com/toly1994328/FlutterUnit/issues/41)
78
- 🔥 [Flutter要点集录 ](https://github.com/toly1994328/FlutterUnit/labels/point)
@@ -23,10 +24,10 @@
2324
> 当前Flutter 版本
2425
2526
```
26-
Flutter 2.0.1 • channel stable • https://github.com/flutter/flutter.git
27-
Framework • revision c5a4b4029c (7 days ago) • 2021-03-04 09:47:48 -0800
28-
Engine • revision 40441def69
29-
Tools • Dart 2.12.0
27+
Flutter 2.2.0 • channel stable • https://github.com/flutter/flutter.git
28+
Framework • revision b22742018b (7 days ago) • 2021-05-14 19:12:57 -0700
29+
Engine • revision a9d88a4d18
30+
Tools • Dart 2.13.0
3031
```
3132

3233
---

lib/views/components/permanent/text_typer.dart

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,9 @@ class _TextTyperState extends State<TextTyper> {
5252

5353
@override
5454
Widget build(BuildContext context) {
55-
return SizedBox(
56-
width: 300,
57-
child: AnimatedBuilder(
55+
return AnimatedBuilder(
5856
animation: data,
5957
builder: _buildByAnim,
60-
),
6158
);
6259
}
6360

0 commit comments

Comments
 (0)