Boris Karabanov
Boris Karabanov
any updates? lets merge it @ueman @kuhnroyal 😀
have the same problem, permissions (bluetoothScan, bluetoothConnect) always PermanentlyDenied but bluetooth scan working.
same on pure dart ```dart import 'dart:async'; void main(List arguments) { // create stream that emit Completer, and wait it ((() async* { try { final completer = Completer(); yield...
@alexmarkov so, how should i handle this error now?
Something like this looks strange. ```dart import 'dart:async'; void main(List arguments) { // create stream that emit Completer, and wait it ((() async* { try { final completer = Completer();...
So, now I can see different behavior on the web and on android/ios. When i run this code on android i get an unhandled exception. When I ran it on...
I had the same problem, i dont know why, but Android studio [can't create tmp folder](https://github.com/invertase/dart_custom_lint/blob/main/packages/custom_lint/lib/src/v2/server_to_client_channel.dart#L147). I was try run Android Studio with sudo and it helps me.
> Maybe I miss something here but why should the original and the mapped one be equal if the mapping does a +1? Am 6. Aug. 2024, 21:53 +0100 schrieb...
When the last listener was removed MapValueNotifier didn't update value anymore. However before the first listener is added, the value update is correct.
@escamoteur Have you any opinion about it?