Simon Irmancnik
Simon Irmancnik
With the release of flutter 3.x.x there are even more pull requests that need attention. Forking the project is fine, but we would all benefit greatly if all relevant pull...
Try this PR, it might fix it. https://github.com/rmawatson/flutter_isolate/pull/118
Maybe it is related to this? https://github.com/dart-lang/sdk/issues/49181
This PR should fix it. https://github.com/rmawatson/flutter_isolate/pull/118
This PR and https://github.com/rmawatson/flutter_isolate/pull/118 should be merged to master ASAP, they unbreak this plugin for a lot of functionality.
Any known workarounds? I have tons of flatbuffer files with Int64 written values inside them and would like to read it in flutter web. I would like to avoid turning...
@Yukams This PR can probably be merged to master now, correct? I'd like to include it in the next 2.0.6, please confirm.
This PR fixes this issue: https://github.com/Yukams/background_locator_fixed/pull/37
@BrodieGriggs You can do this with data driven styling, however you can only select one color per one line - so you have to fake the interpolation by supplying a...
Consider trying out this PR with a dependency override. https://github.com/rmawatson/flutter_isolate/pull/118 It handles obfuscation etc. But be sure to add pragmas to your top level functions when using obfuscation.