File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed
lib/views/components/permanent Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 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 )
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---
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments