-
It's the same app I had issues with in https://github.com/join-the-flock/nest/issues/12
Now the app builds successfully. But it turns off my monitor and crashes the emulator. This has never happen…
-
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method state on channel bluetooth_print/methods)
E/flutter ( 2768): #0 …
-
### Describe the bug
The lint errors do not appear at all in my Android Studio Dart Analysis tab nor in the source code highlighted, and custom_lint.log contains the following error (it does not ma…
-
### Steps to reproduce
When I run device lab test:
```
../../bin/dart bin/run.dart -d 00008030-001A083911C3802E --ab=2 --local-engine=ios_profile_unopt --local-engine-host host_profile_unopt -t …
-
### Have you checked the issues and discussions to ensure there are no duplicates?
Yes
### Your programming languages
tested in Java and Dart
### Free or paid?
Paid users
### Expecte…
-
GestureDetector(
onLongPressUp: () {
showCupertinoModalBottomSheet(
isDismissible: true,
backgroundColor: lightBlackNavBar,
…
-
I am trying to connect to a android tv but not able to connect , it is giving me below error
E/flutter (10787): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Pla…
-
If player.seek(Duration.zero) is called when a player has no audio sources, the following exception is thrown:
```
[VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(err…
-
When I try to install fancy zones than this error is returned.
Looks like that some prerequisities missing in doc or in app install process.
Ubuntu 24.04.1 LTS
Linux 6.8.0-41-generic
Gnome version…
-
I have used flutter gherkin to automate my app, in short, this is my scenario:
```
Feature: Counter
The counter should be incremented when the button is pressed.
Scenario: Counter increases …