Luka S
Luka S
Hey @translibrius, Sorry for not responding sooner, we've been letting the gesture issues stack up. I'm not sure whether this is a bug or a design question. When using the...
Merged into #2001.
Unmerged: #2001 is not directly relevant to this and... See #2152 for the bug report which links https://github.com/flutter/flutter/issues/136029. This is the root cause of the issue which triggered this feature...
`HttpHeaders` is also web-safe. Is it possible that (if you especially use `import 'dart:io' show OnlyWebSafeMember`, that members that only pull from 'dart:_http' are all safe?
Hi @codeOfJannik, Thanks for reporting, I can reproduce this, and I've found why/where the issue occurs. I'll look into fixing it.
#182 has been updated to include the best solution to this problem, following the pattern of the FM tile providers. However, it relies upon a breaking change. I do not...
I've released v11.0.0-dev.2, so you can depend on that instead of Git (if you were using that option). It is unlikely to progress to a full release soon, see the...
Thought I squashed all of these. I'll need to have a look. Thanks for reporting!
@Zverik I see, I understand why this is happening, although I didn't anticipate it. The provided `TileLayer` doesn't really need any tile provider - it's used only to get the...
> Is there any simple solution for now? Yes, you should use a standard `NetworkTileProvider` (which is safe to send through Isolates). > ObjectBox keeps pop up in debugging mode...