-
-
Notifications
You must be signed in to change notification settings - Fork 757
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Lack of connectivity toast not showing due to incorrect comparison
Signed-off-by: validcube <[email protected]>
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
81f05e1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@validcube Is this really fixed?
I still don't get the toast 🤔
According to https://pub.dev/packages/connectivity_plus , it seems that you need to use
.contains(ConnectivityResult.none)
81f05e1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kitadai31 👋 First of, sorry for very late response (to anyone I have ghosted for like past weeks now 😭) Anyway,
Hello! It's seems like you're right, unfortunately, my availability is very sparse so this problem is up for grab if you'd like to fix this.
81f05e1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No problem👍 I've heard that you had had an exam.
I opened a PR.