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

Fixed HTTP error handling #38

Merged
merged 16 commits into from
May 30, 2023
Merged

Fixed HTTP error handling #38

merged 16 commits into from
May 30, 2023

Conversation

mitryp
Copy link
Contributor

@mitryp mitryp commented May 26, 2023

Resolves #37

Added the handling and displaying of the errors thrown by the language_tool.

lib/domain/language_check_service.dart Outdated Show resolved Hide resolved
lib/presentation/language_tool_text_field.dart Outdated Show resolved Hide resolved
Copy link
Collaborator

@solid-vovabeloded solid-vovabeloded left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done, @mitryp. I've added a few more suggestions here - please, take a look.

lib/utils/error_wrapper.dart Outdated Show resolved Hide resolved
lib/utils/error_wrapper.dart Outdated Show resolved Hide resolved
lib/core/controllers/colored_text_editing_controller.dart Outdated Show resolved Hide resolved
lib/core/controllers/colored_text_editing_controller.dart Outdated Show resolved Hide resolved
lib/implementations/debounce_lang_tool_service.dart Outdated Show resolved Hide resolved
lib/presentation/language_tool_text_field.dart Outdated Show resolved Hide resolved
Copy link
Collaborator

@solid-vovabeloded solid-vovabeloded left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Almost there, @mitryp. A few more suggestions were added.

lib/core/controllers/colored_text_editing_controller.dart Outdated Show resolved Hide resolved
lib/presentation/language_tool_text_field.dart Outdated Show resolved Hide resolved
lib/presentation/language_tool_text_field.dart Outdated Show resolved Hide resolved
lib/presentation/language_tool_text_field.dart Outdated Show resolved Hide resolved
@solid-vovabeloded solid-vovabeloded merged commit a4107d5 into main May 30, 2023
1 check passed
@solid-vovabeloded solid-vovabeloded deleted the fix/http-error-handling branch May 30, 2023 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exceptions thrown by the language_tool are not handled
2 participants