摘要: warp Wrap( //控件间的对齐方式 alignment:WrapAlignment.spaceBetween, //垂直或水平排列。默认水平 direction:Axis.horizontal, spacing: 30.0, //控件间的距离 runSpacing: 30.0, // 行间距 阅读全文
posted @ 2020-06-23 14:58 富坚老贼 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 一、Android 1.引入插件 permission_handler: 5.0.1+1 #权限请求 path_provider: 1.6.14 #路径 flutter_downloader: 1.4.4 #下载 2. androidmanifest.xml <!--网络权限--> <uses-pe 阅读全文
posted @ 2020-06-23 14:53 富坚老贼 阅读(2485) 评论(0) 推荐(0) 编辑
摘要: 1.MaterialButton MaterialApp( home: Scaffold( appBar: AppBar( title: Text("测试"), ), body: Center( child: MaterialButton( color: Colors.blue, textColor 阅读全文
posted @ 2020-06-23 14:52 富坚老贼 阅读(463) 评论(0) 推荐(0) 编辑