-
When Google Health Connect is not installed on the device the plugin gives the following exception when calling any method (including the `HealthConnectFactory.isApiSupported()` method. I verified thi…
-
Hi all,
i have try to implement the flutter_flavorizr with 2 flavors e two relative firebase projects.
This is the configuration in _pubspec.yaml_
```
flavorizr:
app:
android:
flav…
-
https://ci.chromium.org/ui/p/flutter/builders/prod/Mac%20Production%20Engine%20Drone/129959/overview
from https://ci.chromium.org/ui/p/flutter/builders/prod/Mac%20mac_host_engine/5796/overview
`…
-
Hello !
While in debug mode i can `qrController.toggleTorch()` and it works as expected. , but in release. version it fails with
`
E/flutter (18172): [ERROR:flutter/runtime/dart_vm_initializer.c…
-
Hello, I would like to send a message to JavaScript using the postWebMessage method:
WebviewController kWebController=WebviewController();
//Several initialization tasks for WebWiew
........
_…
-
### Steps to reproduce
In some scenarios, developers may want to use `removeRoute()` instead of `pop()` to remove a nested route which is not the first one. By calling `removeRoute()` alone, all co…
-
Running `dart test` in the `embed/` directory under MacOS sometimes fails with the following error:
```
$ dart test
00:01 +33 -1: loading test/str/str_embedding_generator_test.dart [E]
Faile…
-
The following code produces no issues in analyzer and VM
```dart
class S {
}
class C = S with S;
main() {
new C();
}
```
According to the https://github.com/dart-lang/sdk/issues/25765#i…
-
Currently an Isolates unique, VM assigned ID number is only available via the VM service, eg using [the vm_service package API](https://pub.dev/documentation/vm_service/latest/vm_service/Isolate/numbe…
-
## Steps to Reproduce
1. Start flutter with the `flutter run` command.
2. Modify the source and reload many times with the r key.
3. "Lost connection to device." Occurs after about 3 minu…
ghost updated
5 months ago