小编Kas*_*nga的帖子

更新到 Android Studio 4.1,未安装 flutter 插件和 dart 插件

我有一个类似的问题。但是这个问题是在Android Studio从4.0版本更新到4.1版本后出现的。

使用颤振 flutter doctor -v

在此处输入图片说明

ubuntu dart android-studio flutter

29
推荐指数
4
解决办法
3万
查看次数

带有操作按钮和图像的颤动本地通知

我想用 firebase 消息推送此类通知。现在我正在使用https://pub.dev/packages/flutter_local_notifications这个包的普通通知。但我没有看到有办法添加操作按钮。我想在 45 秒后或通过另一条 Firebase 消息删除此通知。我也在为 android 和 ios 开发这个应用程序。如果我的问题不清楚或需要更多信息,请随时发表评论。

在此输入图像描述

我在 Stackoverflow 上看到了类似的问题。

android push-notification ios dart-pub flutter

11
推荐指数
1
解决办法
1万
查看次数

找不到 Chrome。尝试将 CHROME_EXECUTABLE 设置为 Chrome 可执行文件。颤振 2.0

我将我的颤振版本从 1.22 更新到 2.0。中存在一些错误Flutter Doctor。我怎么能解决这个问题。发生这种情况后更新了我的 Flutter 版本。

我使用的是 Android Studion 4.1.2、Ubuntu 20.04.2 LTS(64 位)

在此处输入图片说明

dart android-studio flutter flutter-web

9
推荐指数
7
解决办法
8836
查看次数

Android模拟器蓝牙频繁开关

您好,我正在使用配备 ventura 13.4 的 Apple M2 MacBook。当我在 Android 工作室上运行模拟器时,它会不断打开和关闭蓝牙。

像这样

在此输入图像描述

以及在调试控制台中显示如下。重复以下调试消息。

F/bt_stack(26098): 
F/bt_stack(26177): [FATAL:client.cc(3938)] Assert failed: std::move(hal_2_1_verifier).Run(). Initialize, LE Audio Client requires Bluetooth Audio HAL V2.1 at least. Either disable LE Audio Profile, or update your HAL
F/bt_stack(26177): #00 0x0000007c79e0e113 /apex/com.android.btservices/lib64/libbluetooth_jni.so+0x0000000000bbb113
F/bt_stack(26177): #01 0x0000007c796909fb /apex/com.android.btservices/lib64/libbluetooth_jni.so+0x000000000043d9fb
F/bt_stack(26177): #02 0x0000007c7973f307 /apex/com.android.btservices/lib64/libbluetooth_jni.so+0x00000000004ec307
F/bt_stack(26177): #03 0x0000007c79e16c37 /apex/com.android.btservices/lib64/libbluetooth_jni.so+0x0000000000bc3c37
F/bt_stack(26177): #04 0x0000007c79e15f3f /apex/com.android.btservices/lib64/libbluetooth_jni.so+0x0000000000bc2f3f
F/bt_stack(26177): #05 0x0000007c79e16303 /apex/com.android.btservices/lib64/libbluetooth_jni.so+0x0000000000bc3303
F/bt_stack(26177): #06 0x0000007c79e1934f /apex/com.android.btservices/lib64/libbluetooth_jni.so+0x0000000000bc634f
F/bt_stack(26177): #07 0x0000007c79e40783 /apex/com.android.btservices/lib64/libbluetooth_jni.so+0x0000000000bed783
F/bt_stack(26177): #08 0x0000007c798c5483 /apex/com.android.btservices/lib64/libbluetooth_jni.so+0x0000000000672483
F/bt_stack(26177): #09 0x0000007c798c4e97 /apex/com.android.btservices/lib64/libbluetooth_jni.so+0x0000000000671e97
F/bt_stack(26177): #10 0x0000007c798c59b7 …
Run Code Online (Sandbox Code Playgroud)

android android-emulator dart android-studio flutter

7
推荐指数
1
解决办法
520
查看次数

Flutter SVG 与 PNG 性能方式

我必须在 Flutter 移动应用程序中显示很多图像。什么是最好的选择?显示图像时,请使用PNG 或 SVG。我是否可以知道可比差异何时接受我进行了很多搜索,但我没有以这种方式获得大量结果。

PS:我不使用网络图像或任何资源。

svg rendering image flutter

5
推荐指数
1
解决办法
3128
查看次数