摘要: 搜索使用的是豆瓣电影API https://developers.douban.com/wiki/?title=movie_v2#subject 效果 代码: https://github.com/zhanglihow/search_movie 参考: https://github.com/Norb 阅读全文
posted @ 2018-12-26 13:27 星辰之力 阅读(566) 评论(0) 推荐(0) 编辑
摘要: return Scaffold( appBar: AppBar( elevation: 0.0, title: new Text("登陆"), ), resizeToAvoidBottomPadding: false, //输入框抵住键盘 ); 阅读全文
posted @ 2018-12-26 11:50 星辰之力 阅读(3893) 评论(0) 推荐(0) 编辑
摘要: return new WillPopScope( child: Scaffold( body: new Center( child: new Column( children: [ ...... ], )), floatingActionButton: FloatingActi... 阅读全文
posted @ 2018-12-26 11:48 星辰之力 阅读(2221) 评论(0) 推荐(0) 编辑
摘要: TextField( controller: TextEditingController.fromValue(TextEditingValue( // 设置内容 text: inputText, // 保持光标在最后 ... 阅读全文
posted @ 2018-12-26 10:19 星辰之力 阅读(5461) 评论(0) 推荐(0) 编辑