feedback_response 0.1.0
feedback_response: ^0.1.0 copied to clipboard
A simple package that aims to provide a complete solution for communication between services inside your app.
0.1.0 #
- ✨ New: Updated minimum SDK constraint to '>=3.3.0 <4.0.0'.
- ✨ New: Updated flutter_lints to ^6.0.0.
- 🔧 Fix: Removed unnecessary library declaration.
- 🔧 Fix: Applied super parameters for cleaner constructor syntax.
- 🔧 Fix: Updated example dependencies and fixed linter warnings.
0.0.8 #
- ⚠️ Breaking: Changed default error
FeedbackTypetonotification.
0.0.7 #
- ✨ New: Added copyWith conditional message and title based on success.
0.0.6 #
- ⚠️ Breaking: Fix fold bug.
0.0.5 #
- ⚠️ Breaking: Removed
FeedbackLevel.infofrom theFeedbackResponse.isSuccessequation.- ⚠️ Breaking: Improved
FeedbackResponse.foldmethod to allow for returning values and renamedhasErrortoorElseto better reflect truth.
- ⚠️ Breaking: Improved
- ✨ New: Added
hasErrortoFeedbackResponseclass.
0.0.4+3 #
- ✨ New: Add
foldmethod to theFeedbackResponseclass, which conditionally executes one of two callbacks based on theisSuccessproperty. This simplifies the handling of both success and error cases in a single block without the need for multiple control structures. - ✨ New: Added
resultto theFeedbackResponsevariants that did not have it yet.
0.0.4+2 #
- Update readme.
0.0.4+1 #
- Added generic
copyWith<E>argument andwithoutResult<E>method.
0.0.4 #
- Update default feedback types.
0.0.3 #
- Improve example project.
0.0.2 #
- Improve example project.
0.0.1+1 #
- Add example project.
0.0.1 #
- Initial release.