dominicmh
dominicmh
This fix is important since the underlying bug turns the plugin useless in any project that creates – or has plugins that create – a new FlutterEngine. An additional issue...
> I think the issue is with the `archive` dependency that lottie uses. An update has been released for the `archive` package. The version lottie depends on just has to...
According to the documentation of the [TestDoneEvent](https://github.com/dart-lang/test/blob/master/pkgs/test/doc/json_reporter.md#testdoneevent), the hidden "tests" should be ignored: > The `hidden` attribute indicates that the test's result should be hidden and not counted towards the...
We faced a similar issue. Just instead of `in_app_webview`, it kills the BLE connection of `flutter_reactive_ble` in our case. Apparently, the [engine?.destroy()](https://github.com/fluttercommunity/flutter_workmanager/blob/370df0ca98735ab27594059e433b307e0992885e/android/src/main/kotlin/dev/fluttercommunity/workmanager/BackgroundWorker.kt#L142) in `BackgroundWorker.kt` is responsible for this. Removing this...
Hi @alestiago – I can't really promise any delivery date, could be weeks or even months. But generally I'm open to fix this.
I'm having the same issue. But I don't think this is related to Maestro. If you inspect the app's layout with [Xcode's Accessibility Inspector](https://developer.apple.com/documentation/accessibility/inspecting-the-accessibility-of-screens), you'll see the same layout as...