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

Swipe to close wallpaper screen #6

Open
nooralibutt opened this issue Jan 16, 2023 · 1 comment
Open

Swipe to close wallpaper screen #6

nooralibutt opened this issue Jan 16, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@nooralibutt
Copy link
Owner

nooralibutt commented Jan 16, 2023

Right now opening a wallpaper redirects to next screen in push manner, we need to implement swipe to close.

@nooralibutt nooralibutt added the enhancement New feature or request label Jan 16, 2023
@alibahadar730
Copy link

Swipe to close the wallpapers use this flutter widget

Dismissible(
direction: DismissDirection.vertical,
key: const Key('key'),
onDismissed: (_) => Navigator.of(context).pop(),
child:,)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants