摘要:
//数字类型 void _numType() { num num1 = -1.0;//是数字类型的父类 num num2 = 2; //是数字类型的父类 int int1 = 3; //只能是整数 double d1 = 1.68; //双精度, print("num:$num1 num:$num2 int: $int1 double:$d1"); print... 阅读全文
2019年8月26日
摘要:
创建GridView 创建的方式 阅读全文
摘要:
ListViewWidget 列表组件的使用 scrollDirection 属性 AXis.horizontal 横向滚动或者叫水平方向滚动 Axis.vertical 竖向 阅读全文
2019年8月23日
摘要:
TextWidget 文本组件 TextWidget 的常用属性 TextAlign: 下面的五种对齐方式 左对齐, 右对齐, 居中对齐, 从开始位置对齐 完整代码 Container 容器组件 == >div padding 内边距 阅读全文
2019年8月22日
摘要:
https://book.flutterchina.club/chapter2/flutter_router.html MaterialPageRoute继承自PageRoute类,PageRoute类是一个抽象类,表示占有整个屏幕空间的一个模态路由页面,它还定义了路由构建及切换时过渡动画的相关接口 阅读全文
2019年8月15日
摘要:
1 // 2 // ViewController.swift 3 // CAlayerTest 4 // 5 // Created by 杨琴 on 2019/8/13. 6 // Copyright © 2019 AYQ. All rights reserved. 7 // 8 9 import UIKit 10 import QuartzCor... 阅读全文
2019年7月4日
摘要:
今天不知道为什么 模拟器突然报这个错误了 在终端下输入以下指令: sudo mkdir /private/tmp sudo chmod 0777 /private/tmp 阅读全文
2019年5月13日
摘要:
Guideline 2.5.1 - Performance - Software Requirements We noticed that your app uses HealthKit, but your app does not appear to include any primary fea 阅读全文
2019年5月10日
摘要:
Dear Developer, We identified one or more issues with a recent delivery for your app, "***". Please correct the following issues, then upload again. I 阅读全文