Two questions:
I'm having an issue with Fluffychat where the insert cursor never updates. I explained it more in this issue: https://gitlab.com/famedly/fluffychat/-/issues/317. Is anyone having anything like this? Fluffychat does run, but it spits out this error:
flutter: ┌───────────────────────────────────────────────────────────────────────────────────────────────────
flutter: │ MissingPluginException(No implementation found for method listen on channel flutter_keyboard_visibility)
flutter: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
flutter: │ #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:156)
flutter: │ #1 <asynchronous suspension>
flutter: │ #2 EventChannel.receiveBroadcastStream.<anonymous closure> (package:flutter/src/services/platform_channel.dart:545)
flutter: │ #3 <asynchronous suspension>
flutter: │ #4
flutter: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
flutter: │ ⛔ Capture exception
flutter: └───────────────────────────────────────────────────────────────────────────────────────────────────
Second, pantalaimon
is listed as an optional dependency for e2ee, but for me e2ee works without it installed.
Pinned Comments