maRci002

Results 124 comments of maRci002

> Can we use the web version of video_editor? ```yaml video_thumbnail: git: url: https://github.com/maRci002/video_thumbnail.git ref: feat-web_implementation path: video_thumbnail video_editor: git: url: [email protected]:maRci002/video_editor.git ref: feature/separate-video-export ``` > What's the status for...

Thank you for the detailed explanation! It seems a bit complex but very informative. I tried implementing a method to generate the ImageMagick command based on the transformations, but the...

> Wow, that's impressive work. Do you mind posting the sample code for how you made it work with ffmpeg_wasm? I'd love to be able to replicate it, at least...

#114 could resolve the problem

cc @justinmc I have opened this PR as [we discussed](https://github.com/flutter/flutter/issues/153577#issuecomment-2332686003). I will add tests and documentation once the PR looks good.

Yes, I plan to continue working on this PR. I will soon make one of my phones operational to see the native behavior accurately. I will place this PR in...

On Android 14, the Settings app uses the `Full Screen Surfaces` animation, while on Android 15, the Settings app uses the `Shared Element` transition. More about these concepts: [GitHub Issue...

> @maRci002 Can you re-upload that video? It doesn't ever start playing for me. https://github.com/user-attachments/assets/b3118ec1-7690-4630-a190-678f8523a063 Here is the default back button behavior; this will be implemented by #142352: https://github.com/user-attachments/assets/b9083ec6-00ea-42a2-90aa-59a7c47c754b >...

> 2\. After releasing the gesture, the outgoing route fades out on native, but on your branch I see it scale and then suddenly disappear. I made some changes and...

Apologies for not addressing this pull request recently; I've been quite swamped. I do plan to continue working on it, especially now that the [M3 page transition](https://github.com/flutter/flutter/pull/158881) has been implemented....