-
Notifications
You must be signed in to change notification settings - Fork 34
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
Show all errors using snackbar #44
Comments
hey, I am new to open-source and to flutter. I would like to contribute to this feature but I would need a little guidance. I know about snackbar and I understand the issue, that you need to display error not only on the console but also on the device of the user. |
Hi Pranshul, great to see you're eager to contribute to our repository. Here is a roadmap I would suggest:
Feel free to ask for clarifications or further doubts. |
So, I was reading the codebase, and adding a snackbar for error should be easy. Though what I found is at many places it is mentioned whether snackbar is needed in inline comments. But I also found places where catch(error) is present but no in-line comments for that functionality. So, should I leave those catch blocks? |
Hi Pranshul, |
Hey, I have made a PR, please review it and tell me if any changes are needed. |
A lot of places have used errors like print(e)
Use snackbar at those places so that user can also get to know about those errors
The text was updated successfully, but these errors were encountered: