hbologger 0.0.2
hbologger: ^0.0.2 copied to clipboard
A Flutter package for implementing the Chain of Responsibility pattern with error logging using Riverpod and Dio.
hbologger #
hbologger is a Flutter package that provides a convenient way to implement the Chain of Responsibility pattern along with error logging using Riverpod and Dio. This package is designed to help you handle complex request chains and error handling scenarios in your Flutter applications.
Features #
- Chain of Responsibility Pattern: Easily implement the Chain of Responsibility pattern for handling requests and responses.
- Error Logging: Log errors in a structured manner using Riverpod for state management and Dio for HTTP requests.
- Riverpod Integration: Leverage Riverpod to manage state and dependencies within your chains.
Installation #
Add the following dependency to your pubspec.yaml file:
dependencies:
hbologger: ^0.0.1