Yauhen Sampir

Results 8 issues of Yauhen Sampir

I've download samples and trying to search devices for Android. No devices found(at the same time ios found more than 20 devices)

### Page URL https://docs.flutter.dev/deployment/obfuscate/ ### Page source https://github.com/flutter/website/tree/main/src/deployment/obfuscate.md ### Describe the problem I tried to obfuscate Linux apps and seems it's working. Would be nice to update the info. ###...

p2-medium
e0-minutes

It would be nice to have master branch as well As for now, I have an issue, and fix available only on master channel, and I cannot create build using...

enhancement

Seems because the library registers everything in one place tree-shaking does not work at all.

If my project has next structure: my_project - lib - packages - repositories - services - models - etc Relationship is: `my_project` depends on `Repositories` and `models`. `repositories` depend on...

For the Apple Health Kit, `UUID` is required to distinguish if data was modified later or not. Also added is data added by hand or not. Closes #768

I got an issue with OOM on a very low device with random crashes. After investigation, I figure out that the problem with ImageHandler was reassigned. **Why did it happen?**...

Hi, I found an issue that if you have for example this wrapper: ``` private static readonly IEventBus EventBus; public static void Publish(EventBase message) { EventBus.Publish(message); } // in another...