maRci002

Results 79 comments of maRci002

Playing with SSH is not fun at all. In my case, Git Bash was configured while PowerShell was not. Git, during the installation phase, asks if it should use the...

I think #36419 should be also considered while rewriting `NestedScrollView` since each `CustomScrollView` / `ListView` children might have some state which shouldn't be destroyed ( _for instance a `ListView(scrollDirection: Axis.vertical)`...

> Is this still not implemented on web? It is already implemented on the web flutter/engine#44720 but not landed on stable yet. Web issue #53107

> ### Web Environment > This can be off-topic. It is not about back gesture but `Navigator` API. > > Env > Just this sample code doesn't work expected. >...

I don't have an iOS device, but I can mimic its behavior via `CupertinoPageTransitionsBuilder`. When `PopScope.canPop` is set to `false`, then the swipe is disabled, hence `PopScope.onPopInvoked` won't be called....

> @maRci002's workaround in [#138624 (comment)](https://github.com/flutter/flutter/issues/138624#issuecomment-1848077405) doesn't work for me on an iOS simulator. I'm able to go back even when canPop is false. Maybe the workaround is out of...

> My understanding is that it aligns Android more with iOS in that you can see the previous screen before the back navigation occurs. If the core logic stays the...

FYI, the `ffprobe -hide_banner -v quiet -print_format json -show_format -show_streams 1706003790029_1266.mp4` output is the following: ```json { "streams": [ { "index": 0, "codec_name": "h264", "codec_long_name": "H.264 / AVC / MPEG-4...

One aspect I'm considering is how to best align with the [Predictive Back design](https://developer.android.com/design/ui/mobile/guides/patterns/predictive-back), specifically the "Back Preview" experience. The gesture-controlled route should incorporate two types of transitions. One type...

This pull request seems prepared for review. Currently, it lacks documentation and tests, which I plan to add once we confirm that the API is satisfactory. This also applies to...