Viktor BORBÉLY

Results 12 comments of Viktor BORBÉLY

> `protoc-3.17.3-osx-aarch_64.exe` > https://repo1.maven.org/maven2/com/google/protobuf/protoc/3.17.3/ I created this comment for the solution. https://github.com/protocolbuffers/protobuf/issues/8062#issuecomment-892689597

The problem is in `image_object.dart` file, with the `toMap()` method. The `reference` should call a `toString()` method, because the local DB does not accept Reference type. Other problem, I found,...

I found that on Web, you have to call `Uint8List? tempImage = await screenshotController.capture()` with a Duration = 0 , like: `Uint8List? tempImage = await screenshotController.capture( delay: const Duration(milliseconds: 0)...

I had to enable Location on my phone to sense the devices. I hope this helps.

> Yes @vborbely , in my case enabling location on the device solved the problem. Anyway I've seen that other packages don't need this setting. Thank you. Great! Happy that...

> Same here on M1 and flutter_blue v0.8.0, anyone solved? I created this comment as a solution: https://github.com/protocolbuffers/protobuf/issues/8062#issuecomment-892689597 Maybe I could have been more precise and separate the Mac and...

> Hey @vborbely, I still wasn't able to solve this problem for Android for my M1 Mac. Any update on the latest version of macOS Big Sur 11.5.2? I also...

> @vborbely I implemented the first solution but still got the same error regarding protobuf:protoc:3.13.0, it's like my changes to the flutter_blue gradle file aren't reflecting. > > Couldn't understand...

I aware of this only. Here's my fork https://github.com/CsabaConsulting/flutter_blue — Krzysztof Kubicki ***@***.***> ezt írta (időpont: 2021. szept. 8., Sze 15:34): > Well. this is really werid, have anyone checked...

I found that on Web, you have to call `Uint8List? tempImage = await screenshotController.capture()` with a Duration = 0: `Uint8List? tempImage = await screenshotController.capture( delay: const Duration(milliseconds: 0) );`