2024年10月17日
摘要: import android.Manifest; import android.annotation.SuppressLint; import android.app.Activity; import android.content.pm.PackageManager; import android 阅读全文
posted @ 2024-10-17 15:45 白衣雨果 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 打开: val intent = Intent(context, FlutterAppActivity::class.java) intent.action = Intent.ACTION_RUN intent.putExtra(EXTRA_PARAMS, map as Serializable) 阅读全文
posted @ 2024-10-17 15:29 白衣雨果 阅读(3) 评论(0) 推荐(0) 编辑
  2024年6月4日
摘要: 问题:在自定义FlutterFragment的configureFlutterEngine方法中初始化页面路由发现一直是'/' 原因:当 configureFlutterEngine 方法被调用时,Flutter 已经完成了初始化并设置了默认的初始路由(通常是 '/')。 在 Android 项目中 阅读全文
posted @ 2024-06-04 10:26 白衣雨果 阅读(19) 评论(0) 推荐(0) 编辑
  2024年1月3日
摘要: 在一些版本的Microsoft Word中,存在"发送到Microsoft PowerPoint"的功能,它可以将Word文档的内容转换成PowerPoint演示文稿的格式。这个功能通常在Word文档中使用样式格式化(比如标题1、标题2等)的情况下效果最好,因为PowerPoint会根据这些样式来确 阅读全文
posted @ 2024-01-03 10:26 白衣雨果 阅读(110) 评论(0) 推荐(0) 编辑
  2023年10月13日
摘要: https://pub.dev/packages/screenshot 阅读全文
posted @ 2023-10-13 16:51 白衣雨果 阅读(25) 评论(0) 推荐(0) 编辑
  2023年9月14日
摘要: html链接内容如下: "<p><a href="https://www.hihonor.com/cn/m/notice-14658" rel="nofollow"><img alt="750.png" src="https://hshop.honorfile.com/pimages/detailI 阅读全文
posted @ 2023-09-14 11:13 白衣雨果 阅读(138) 评论(0) 推荐(0) 编辑
  2023年7月26日
摘要: https://www.imooc.com/article/details/id/290477 阅读全文
posted @ 2023-07-26 10:52 白衣雨果 阅读(70) 评论(0) 推荐(0) 编辑
  2023年7月4日
摘要: https://blog.csdn.net/qq_45634989/article/details/129142935 阅读全文
posted @ 2023-07-04 16:35 白衣雨果 阅读(27) 评论(0) 推荐(0) 编辑
  2023年6月15日
摘要: https://github.com/toly1994328/FlutterUnit 阅读全文
posted @ 2023-06-15 19:59 白衣雨果 阅读(4) 评论(0) 推荐(0) 编辑
  2022年9月26日
摘要: 检查module是否采用了kotlin混合编程,如果是需要加上 apply plugin: 'kotlin-kapt' defaultConfig { minSdkVersion Integer.parseInt(MIN_SDK_VERSION) targetSdkVersion Integer.p 阅读全文
posted @ 2022-09-26 15:24 白衣雨果 阅读(242) 评论(0) 推荐(0) 编辑