2025年9月4日
摘要:
setState() or markNeedsBuild() called during build.This Obx widmet cannot be marked as ne ing to build because the framework is already in the process
阅读全文
posted @ 2025-09-04 15:24
白衣雨果
阅读(11)
推荐(0)
摘要:
在开发移动应用时,如果你想要实现从网页直接打开应用的功能,通常会涉及到一个名为"App Links"(在Android中)或"Universal Links"(在iOS中)的技术。这些技术允许网页通过特定的链接直接打开应用,而不是通过浏览器。为了实现这一点,你需要在服务器上放置一个名为`assetl
阅读全文
posted @ 2025-09-04 15:20
白衣雨果
阅读(64)
推荐(0)
2025年8月7日
摘要:
ViewCompat.setOnApplyWindowInsetsListener(rootView, (v, insets) -> { int imeHeight = insets.getInsets(WindowInsetsCompat.Type.ime()).bottom; // 处理键盘高度
阅读全文
posted @ 2025-08-07 16:10
白衣雨果
阅读(8)
推荐(0)
2024年11月18日
摘要:
public class PropertyUtils { private static final String ROOT_DEVICE = "0"; private static final String NON_ROOT_DEVICE = "1"; private static volatile
阅读全文
posted @ 2024-11-18 20:36
白衣雨果
阅读(33)
推荐(0)
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
白衣雨果
阅读(336)
推荐(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
白衣雨果
阅读(42)
推荐(0)
2024年6月4日
摘要:
问题:在自定义FlutterFragment的configureFlutterEngine方法中初始化页面路由发现一直是'/' 原因:当 configureFlutterEngine 方法被调用时,Flutter 已经完成了初始化并设置了默认的初始路由(通常是 '/')。 在 Android 项目中
阅读全文
posted @ 2024-06-04 10:26
白衣雨果
阅读(72)
推荐(0)
2024年1月3日
摘要:
在一些版本的Microsoft Word中,存在"发送到Microsoft PowerPoint"的功能,它可以将Word文档的内容转换成PowerPoint演示文稿的格式。这个功能通常在Word文档中使用样式格式化(比如标题1、标题2等)的情况下效果最好,因为PowerPoint会根据这些样式来确
阅读全文
posted @ 2024-01-03 10:26
白衣雨果
阅读(258)
推荐(0)
2023年10月13日
摘要:
https://pub.dev/packages/screenshot
阅读全文
posted @ 2023-10-13 16:51
白衣雨果
阅读(41)
推荐(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
白衣雨果
阅读(208)
推荐(0)