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

Add handling of no internet connection messages #75

Open
mohamedalwhaidi opened this issue Jun 9, 2023 · 0 comments
Open

Add handling of no internet connection messages #75

mohamedalwhaidi opened this issue Jun 9, 2023 · 0 comments
Assignees

Comments

@mohamedalwhaidi
Copy link
Contributor

mohamedalwhaidi commented Jun 9, 2023

PART OF GTC OPEN SOURCE INTIATIVE

The flutter-bond repo currently does not handle any internet connection messages. This can lead to unexpected behavior, such as errors or blank screens.

For example, if a user tries to access a feature that requires an internet connection, but they do not have an internet connection, the app will crash or show a blank screen.

Proposed Solution

We should add a new feature to handle no internet connection messages. This feature could do the following:

  1. Check the internet connection before making any requests.
  2. Display a letter to the user if there is no internet connection.
  3. Allow the user to retry the request when the internet connection is restored.

Benefits

This feature would improve the usability of the flutter-bond repo and make it more user-friendly. It would also prevent users from experiencing unexpected behavior when they do not have an internet connection.

Steps to Reproduce

  1. Open the flutter-bond app.
  2. Try to use a feature that requires an internet connection.
  3. You will see an error message or a blank screen or just loading.

Expected Behavior

When the user tries to use a feature that requires an internet connection and there is no internet connection, the app should display a message to the user and allow them to retry the request when the internet connection is restored.

Actual Behavior

When the user tries to use a feature that requires an internet connection and there is no internet connection, the app will show an error message or a blank screen.

Additional Details

  • Severity: Is it a critical issue that prevents the app from working at all, or is it a less serious issue that only affects certain features?
  • Steps to Reproduce: What steps can a user take to reproduce the issue?
  • Expected Behavior: What should happen when the user tries to use the app when there is no internet connection?
  • Actual Behavior: What actually happens when the user tries to use the app in a situation where there is no internet connection?

Thanks for your consideration!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants