Matej Knopp
Matej Knopp
Well, you could ask original author if he was willing to relicense it. GPL feels very off within dart ecosystem.
@fzyzcjy, I'm currently working on [native_toolchain_rust](https://github.com/irondash/native_toolchain_rust/tree/main/native_toolchain_rust) (as a replacement for cargokit). Unlike cargokit however, it will not silently install thing during build. I think there is a cleaner approach to...
@dcharkes, I'd maybe like some feedback on [`native_toolchain_rust`](https://github.com/irondash/native_toolchain_rust/blob/main/native_toolchain_rust/test/build_test.dart). I think it's in a decent shape for MVP, the build tests pass on [all platforms](https://github.com/irondash/native_toolchain_rust/blob/main/native_toolchain_rust/test/build_test.dart) (including android on all platforms). There...
I don't see why it would need to live in the mono-repo. I'm not sure if I understand things correctly, but here is a [PR with code for all packages](https://github.com/irondash/native_toolchain_rust/pull/4).
I forked the crate for the time being as I'm not sure my idea for codec parsers crate and cros-codecs are aligned, i.e. I'd want to add mpeg2 and mpeg4...
To clarify - in first video there are frames like this: where the flutter scroll view doesn't keep up with UITableView (on the right) because is always one frame behind....
@Juliotati, this particular issue needs to be fixed in the engine, not framework.
> @knopp I tried to repro but I'm seeing a different behavior. The scrolling acceleration seems different between iOS and Flutter. Could you post your workaround so I can try...
Couldn't it be just that is much less obvious at 120Hz? As far as I can tell the frame cycle should be the same, the latency should be still present...