上一页 1 2 3 4 5 6 ··· 15 下一页
摘要: 1)常用布局1、Row:行布局,将子控件水平排列。 2、Column:列布局,将子控件垂直排列。 3、Stack:层叠布局,将子控件叠加显示。 4、Expanded:扩展布局,占据剩余空间。 5、Flexible:灵活布局,根据子控件大小分配空间。 6、SizedBox:固定尺寸布局,设置宽高。 7 阅读全文
posted @ 2023-08-19 21:39 黄增松 阅读(220) 评论(0) 推荐(0) 编辑
摘要: WidgetTree:存放渲染内容、它只是一个配置数据结构,创建是非常轻量的,在页面刷新的过程中随时会重建 Element 是分离 WidgetTree 和真正的渲染对象的中间层, WidgetTree 用来描述对应的Element 属性,同时持有Widget和RenderObject,存放上下文信 阅读全文
posted @ 2023-08-19 20:07 黄增松 阅读(56) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/500617966 安卓 onCreate onStart onResume onPause onStop onDestroy iOS viewDidLoad viewWillAppear viewDidAppear viewWillDisa 阅读全文
posted @ 2023-08-18 17:03 黄增松 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 可测试AES是否正确的网址 https://www.toolhelper.cn/SymmetricEncryption/AES java后台代码如下 public static String encrypt(String clearText, String key, String iv) { byt 阅读全文
posted @ 2023-08-11 09:52 黄增松 阅读(394) 评论(0) 推荐(0) 编辑
摘要: 包含本地组件化、远程组件化 https://juejin.cn/post/7054454008005525534 阅读全文
posted @ 2023-08-09 10:24 黄增松 阅读(12) 评论(0) 推荐(0) 编辑
摘要: applicationid、包名、icon、启动图等 安卓icon尺寸 Android 48 72 96 144 192 iOS icon尺寸 iOS 40 60 58 87 80 120 180 1024 https://www.jianshu.com/p/8eb7e15eca9f 阅读全文
posted @ 2023-08-02 10:58 黄增松 阅读(9) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/602250391 android应用上架到各大应用市场总结 https://zhuanlan.zhihu.com/p/599823641 阅读全文
posted @ 2023-08-01 18:20 黄增松 阅读(7) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/60c2c044ef56 阅读全文
posted @ 2023-07-31 16:53 黄增松 阅读(33) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/516791306 1、创建entity 安装FlutterJsonBeanFactory插件,在文件夹下右键 New -> JsonDartBeanAction 2、删除entity,直接右键删除entity,然后到generated/js 阅读全文
posted @ 2023-07-22 19:19 黄增松 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 1.flutter加载iOS的图片或者iOS加载flutter的图片 https://pub-web.flutter-io.cn/packages/ios_platform_images 2.网络请求库 https://pub-web.flutter-io.cn/packages/dio https 阅读全文
posted @ 2023-07-21 11:20 黄增松 阅读(459) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 15 下一页