摘要:
搜索使用的是豆瓣电影API https://developers.douban.com/wiki/?title=movie_v2#subject 效果 代码: https://github.com/zhanglihow/search_movie 参考: https://github.com/Norb 阅读全文
摘要:
return Scaffold( appBar: AppBar( elevation: 0.0, title: new Text("登陆"), ), resizeToAvoidBottomPadding: false, //输入框抵住键盘 ); 阅读全文
摘要:
return new WillPopScope( child: Scaffold( body: new Center( child: new Column( children: [ ...... ], )), floatingActionButton: FloatingActi... 阅读全文
摘要:
TextField( controller: TextEditingController.fromValue(TextEditingValue( // 设置内容 text: inputText, // 保持光标在最后 ... 阅读全文