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

error_handling: add error_handler and better logging #10

Merged
merged 2 commits into from
Jun 5, 2024
Merged

Commits on May 20, 2024

  1. Merge pull request #8 from TheContrappostoShop/dev

    Release: Version 0.2.0
    PaulGD03 authored May 20, 2024
    Configuration menu
    Copy the full SHA
    f949619 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. error_handling: add error_handler and better logging

    Add new ErrorHandler class
    Route ErrorHandler methods as flutterError.onError and platformDispatcher
    .onError handler
    Modify Logger to write to stdout as well as log file
    Change default log file location
    Refactor api_services methods to log more information regarding
    api calls, and surface exceptions
    Add missing api methods (manual home, manual command, config)
    Fix delete api method
    ada-phillips committed May 29, 2024
    Configuration menu
    Copy the full SHA
    5b08bcd View commit details
    Browse the repository at this point in the history