Alexey Gorovoy

Results 7 comments of Alexey Gorovoy

It's so frustrating that such a simple feature (seemingly, at least) hasn't been implemented even two and half years later.

I found that maps exported using Firefox browser do not have this issue for me, so I'll stick to exporting them this way.

Well, on the one hand Unicode emojis are great cause you can basically treat images as text. But it comes with a cost that different OS and browsers have different...

Same here, had to copy the code to the project - not available via gradle dependency.

> Hi! I was able to fix this issue by adding a `settings.gradle` at the root directory of the Flutter Plugin with the following contents: > > ```groovy > include...

It is still not a complete fix, is it? The problem here is that `DefaultAndroidInput` uses the interface `Application` in its constructor, giving you a promise that it would be...

For me this was enough as a quick hack for this issue (we did not do a full regression test yet, so no promises!) ``` // This workaround assumes that...