Guy Luz

Results 315 comments of Guy Luz

Adding the link to some dart feature that is in progress, maybe it will simplify some of the process in initializing this package and give a tool to more easily...

Can you give an example for Flicker animation as this is the one you mentioned as a fixed

Maybe this is also the fix for `fix--android-build-error` branch.

Moving `Object? d = b?.value;` before all of the `release()` solve it. The example project use release and then get the value which is confusing. I think this should change...

It turns out that running `outputs[0].value` is taking longer than the process itself ``` final List? outputs = await session.runAsync(runOptions, inputs); ``` And all my code is inside a loop...

The code that @ankiimation posted works, let's open a pr that add the functionality to the package.

I see implementations in c++ https://pytorch.org/cppdocs/ and rust `tch-rs` and maybe even c `ATen`. Maybe we can generate it using pigeon or ffi

Cool ffi will be good. I know python is a good option but I prefer my frint end and the back end to have the same programming language so if...

This pr solved it for me https://github.com/GLWallpaperService/GLWallpaperService/pull/8#pullrequestreview-2240832610

If anybody is looking for dart native support and more features you can use my fork. ``` cast: git: url: "https://github.com/guyluz11/flutter_cast.git" ref: "multicast_version" ``` To inspect some of the new...