上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 37 下一页

2019年12月5日

flutter Placeholder(占位文字和图片等)

摘要: 上代码 见到就是干 阅读全文

posted @ 2019-12-05 17:39 高彰 阅读(4124) 评论(0) 推荐(0) 编辑

flutter AppBar和SliverAppBar,以及Scaffold.appBar

摘要: AppBar SliverAppBar:参照https://blog.csdn.net/u011272795/article/details/82740389 Scaffold.appBar 跑起来 阅读全文

posted @ 2019-12-05 16:35 高彰 阅读(1459) 评论(0) 推荐(0) 编辑

flutter RaisedButton

摘要: import 'package:flutter/material.dart'; void main() { runApp( MaterialApp( title: 'Flutter gesture', // home: TutorialHome(), home: _home(), )); } class _home extends StatefulWidget... 阅读全文

posted @ 2019-12-05 13:55 高彰 阅读(414) 评论(0) 推荐(0) 编辑

2019年12月4日

flutter Icon

摘要: 跑起来吧少年。 阅读全文

posted @ 2019-12-04 19:08 高彰 阅读(909) 评论(0) 推荐(0) 编辑

flutter text

摘要: import 'package:flutter/material.dart'; void main() => runApp(MyApp()); class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { // TODO: implement build retur... 阅读全文

posted @ 2019-12-04 18:32 高彰 阅读(243) 评论(0) 推荐(0) 编辑

flutter image(本地调动和网络加载)

摘要: 本地使用需要注意:https://www.jianshu.com/p/fb878254b393 跑起来吧少年 阅读全文

posted @ 2019-12-04 18:18 高彰 阅读(862) 评论(0) 推荐(0) 编辑

flutter 页面跳转1

摘要: 跑起来先 阅读全文

posted @ 2019-12-04 11:52 高彰 阅读(131) 评论(0) 推荐(0) 编辑

2019年12月2日

flutter 热更新(UI更新和UI+事件功能更新)

摘要: 1.只更新UI 保存就好,common+s(MAC)或者点击 2.UI+事件功能更新 在控制台那里点击绿环建环绕的即可 阅读全文

posted @ 2019-12-02 10:54 高彰 阅读(1870) 评论(0) 推荐(0) 编辑

flutter 代码格式化

摘要: 在Android stdio中选中需要的文件鼠标右键如图: 选中Reformat Code with dartfmt 格式化后 阅读全文

posted @ 2019-12-02 10:49 高彰 阅读(1263) 评论(0) 推荐(0) 编辑

2019年11月29日

flutter SingleChildScrollView就像是IOS里面的ScrollView

摘要: import 'package:flutter/material.dart'; void main() { runApp( MaterialApp( title: 'Flutter gesture', home: LearnListView(), )); } class LearnListView extends StatefulWidget{ @override ... 阅读全文

posted @ 2019-11-29 17:32 高彰 阅读(575) 评论(0) 推荐(0) 编辑

上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 37 下一页

导航