-
Notifications
You must be signed in to change notification settings - Fork 124
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
Undo button in snackbar. #113
Comments
@Akshatji800 Can I work on this issue? |
Sure @BhuvanAde assigning the issue to you. |
@BhuvanAde is there any progress on this issue? |
I was facing a issue; I think it is solved now. I will soon try to fixing that. |
As @BhuvanAde unassigned himself. Can I please take this issue? |
Sure @A-Kashif108 assigning this issue to you |
Is anyone working on this? If not kindly assign this to me. I would love to contribute |
@Akshatji800 Can I work on this issue? |
@Akshatji800 Is anyone working on this one. If not Can you assign me? |
can I work on this issue ? |
Sure @lalitkumawat1m I am assigning this issue to you. |
Dear @Akshatji800, I am writing to you today because I am having an issue running the Flood mobile app locally. When I try to run the app, I get the following error: Target of URI doesn't exist: 'package:flutter_gen/gen_l10n/app_localizations.dart' I have restarted my computer. I would be grateful if you could help me to resolve this issue. Thank you for your time and attention to this matter. I hope this helps! Let me know if you have any other questions. |
Hello @lalitkumawat1m please go through the Contribution.md file and follow the setup instructions. This will surely solve your issue. There is just a command that you need to run before running the |
@Akshatji800 can you assign me this issue? I am considering implementing an 'Undo' button specifically for the delete functionality. As for other snackbars, the dismiss button will remain. Would that be fine? |
@tb-rules10 the dismiss button will remain for each and every snackbar (even for the delete one), you need to implement an undo button beside the dismiss button. Hope that is clear. Once you confirm that you understood the issue then please reply to this comment and I will assign you the issue. |
Yes, I understood it. You can assign it to me. Just one more thing, undo button has to be implemented only for the delete bar if I'm right? |
for now you start with implementing it for delete feature, later we can go ahead with other features as well if it look logical to implement an undo feature for them. Anyways I am assigning this issue to you. |
Any update on my pr? |
Is your feature request related to a problem? Please describe.
There is no way to undo our actions performed. For example suppose a user by mistake deletes a torrent download so he will not be any chance to undo his action. Instead he should be given a chance for some seconds to do it.
Describe the solution you'd like
Undo button can be implemented in the snackbar instead of dismiss button to undo the action performed.
The text was updated successfully, but these errors were encountered: