Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Add predictive back gesture animations #445

Open
SteffoSpieler opened this issue Sep 16, 2024 · 1 comment
Open

[Feature Request] Add predictive back gesture animations #445

SteffoSpieler opened this issue Sep 16, 2024 · 1 comment
Labels
dart Pull requests that update Dart code dependencies Pull requests that update a dependency file enhancement New feature or request
Milestone

Comments

@SteffoSpieler
Copy link

I'd love to see predictive back gesture animations in this app.

I found this "guide" for adding these: https://docs.flutter.dev/platform-integration/android/predictive-back
I have no experience with flutter, so I don't know if this also already handles the transitions between the screens. (Which is mainly what I'm asking here for.)

@dreautall dreautall added enhancement New feature or request dart Pull requests that update Dart code labels Sep 16, 2024
@dreautall dreautall added this to the v1.1.0 milestone Sep 16, 2024
@dreautall dreautall self-assigned this Oct 13, 2024
dreautall added a commit that referenced this issue Oct 13, 2024
@dreautall
Copy link
Owner

It seems that the current way I'm opening basically all the sub-screens (usually a transaction, account overview or similar) is not really compatible "out of the box": OpenContainer.

It provides a nice animation from one screen to the other ("expanding" the tapped item/button), but predictive back just shows nothing. Looks like this is basically hold up by this (still draft) PR: flutter/packages#6321

As I don't really want to change the way pages are opened (and I really love the OpenContainer animation), I'll wait for that PR to be merged before this can progress further, sorry.

I'll keep the flag enabled for now so that the app theoretically would support it, as I haven't found any negative consequence for now.

@dreautall dreautall added the dependencies Pull requests that update a dependency file label Oct 13, 2024
@dreautall dreautall removed their assignment Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dart Pull requests that update Dart code dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

2 participants