10 2024 档案

flutter第七篇:表单
摘要:文本框 TextField表示文本框,默认只有底部边框,如果想变成四边形的框,需要利用其decoration属性,指定其值为InputDecoration实例,指定InputDecoration的border属性值为OutlineInputBorder()。如果想去掉所有边框,则需要把border指 阅读全文

posted @ 2024-10-25 14:44 koushr 阅读(45) 评论(0) 推荐(0) 编辑

flutter第六篇:Get的基础使用
摘要:https://pub.dev/packages/get 中文文档:https://github.com/jonataslaw/getx/blob/master/README.zh-cn.md 三大功能: 1、路由管理: https://github.com/jonataslaw/getx/blob 阅读全文

posted @ 2024-10-21 14:40 koushr 阅读(377) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示