jocaaguraarchetype 1.4.0
jocaaguraarchetype: ^1.4.0 copied to clipboard
Un proyecto de jocaagura para el core de sus apps.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.4.1 - 2024-12-30 #
Updated #
- Changelog Translation: The changelog has been translated into English for publication on pub.dev.
- Pubspec.yaml: Adjusted to align with the latest version of the jocaagura_domain package, ensuring compatibility and consistency.
Added #
- Dartdoc Documentation: Comprehensive documentation has been added for all classes using the Dartdoc format, providing detailed explanations and examples for developers.
Improved #
- Test Coverage: Expanded the unit test coverage across the package to enhance reliability and ensure higher quality of the codebase.
1.4.0 - 2024-05-19 #
Added #
- Implemented a
DebouncerinBlocUserNotificationsto manage how and when the toast messages are displayed uniformly. - Added
ShowToastPagein the example to demonstrate the changes on-screen.
Changed #
- Updated
showToastto use theDebouncer, ensuring the message updates properly and stays visible for the defined duration. - Updated
IndexAppto allow access or visualization of theShowToastPage.
Fixed #
- Adjusted unit tests to reflect the new scope of
BlocUserNotificationswith the debouncer. - Corrected capitalization consistency in change sections to maintain uniformity in the document.
1.3.1 - 2024-05-13 #
Fixed #
- Fixed the conditional logic to display the button only when the value is greater than 1.
1.3.0 - 2024-05-01 #
Changed #
- Removed the export of
jocaagura_domainfrom the root of the package to clean up the import structure. - Removed internal invocation of the
jocaagura_archetypepackage to avoid circular references and improve modularity.
Fixed #
- Increased test coverage in
FakeProviderto ensure better validation and reliability of simulated functionalities.
1.2.1 - 2024-04-25 (fix) #
- Documentation updates to reflect changes and improvements in the modules.
- Fixed various minor issues detected by
dart fix.
1.2.0 - 2024-04-20 #
Added #
- Added
BlocConnectivitymodule withConnectivityProviderandInternetProviderto manage connectivity state.
1.1.0 - 2024-04-15 #
0.0.1 - 2024-04-10 #
- Initial Changelog with the current version of modules.