-
Notifications
You must be signed in to change notification settings - Fork 97
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
fix - failed to load widget/error widget #134
Conversation
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.
Looks good, Though CVException
is widget, the best place for it would be in ui/components
.
Yes that would be a better place , |
It looks like CI is throwing errors while running flutter analyze (7 errors found). I think it's not due to the changes you made in this pull request. I am merging this PR, but I request you to make another PR for fixing the issues thrown by |
CI is throwing error for the following features( |
Even I will have to take a look. Kindly make an Issue of these CI errors, we will take them one by one in checklist. |
This reverts commit d3fd49c.
This reverts commit d3fd49c.
This reverts commit d3fd49c.
* fix: migrate to flutter 2.5 * Revert "fix: failed to load widget/error widget (#134)" This reverts commit d3fd49c. * fix: update kotlin version to 1.5.10 Signed-off-by: Manjot Sidhu <[email protected]> * fix: iOS build failure (#146) * fix: format lib/ib_theme.dart Co-authored-by: Rakesh Seervi <[email protected]>
Fixes #84
Describe the changes you have made in this PR - implemented a CVException widget that wraps and shows error (if occurs) during the loading of any widget according to ViewModel's Failure Response.
Screenshots of the changes (If any) -
Note: Please check Allow edits from maintainers. if you would like us to assist in the PR.