摘要: 1 基本的组件使用(自带) Cloumn算一个和自定义Container齐平的一个组件 使用比较简单,但是Icon中有很多对Icon进行设置的方式 疑问:是否能够对Icon进行圆角修饰呢?? return const Column( children: [ SizedBox(height: 20,) 阅读全文
posted @ 2024-03-05 12:55 七七喜欢你 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 1配置远程图片 一般使用url链接,可以直接访问,但是出现问题,虚拟android设备没有连接网络无法访问url链接,因此使用的时候要用真机或者windows 使用Image.network(url)来访问,其中可以通过scale,fit,repeat来对图片进行填充方式选择 class Myapp 阅读全文
posted @ 2024-03-05 05:28 七七喜欢你 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 1.Flutter的Icon网站 for google https://material.io/tools/icons/ 2.阿里巴巴图标库 https://www.iconfont.cn/ 阅读全文
posted @ 2024-03-05 05:17 七七喜欢你 阅读(2) 评论(0) 推荐(0) 编辑