Flood_Mobile
Flood_Mobile copied to clipboard
Undo button in snackbar.
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.
@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 ?
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 tried the following to fix the error:
I have restarted my computer. I have closed and reopened Visual Studio Code. I have restarted the Dart Analysis Server. However, the error still persists.
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.
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 tried the following to fix the error:
I have restarted my computer. I have closed and reopened Visual Studio Code. I have restarted the Dart Analysis Server. However, the error still persists.
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 flutter run
command to resolve the issue. I want you to explore Contribution.md file and find that command yourself instead of me helping you directly. :)
@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?
@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?
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?