abus
ABUS (A-synchronous Business Unified System) is a unified approach to handling asynchronous operations and API interactions with built-in optimistic updates, rollback capabilities, and error handling.
0.0.7
Bum-Ho12/abus
What this package is like to depend on
Last release 7 months ago
21 Jan 2026
Release timing varies
gaps range from 3 weeks to 5 months
Nearly every release is documented
notes for 7 of 7 stable releases
Nothing withdrawn
no release was ever pulled
1 years old
7 releases · first in 2025
3 releases in the last 12 months
see the full history below
Release timeline
7 releases · Aug 2025 to Jan 2026
2026
Releases
latest 7-
0.0.721 Jan 2026Release notes
Open source →- Documentation Overhaul: Restructured README to feature Feedback System and Cross-App Communication as core components.
- New Guides: Added detailed "Consuming Feedback" guide with UI examples and "Storage Deep Dive" in DOCs.md.
- Improved Examples: Updated Quick Start to show unified initialization of Storage and Feedback.
-
0.0.619 Jan 2026Release notes
Open source →- Updated README documentation to reflect recent changes and version bump.
-
0.0.519 Jan 2026Release notes
Open source →- Feedback System Reliability: Significantly improved cross-app feedback stability by optimizing the underlying shared storage mechanism.
- Performance Optimization: Implemented "Smart Sync" in
AndroidSharedStorageto detect actual content changes, eliminating redundant updates and reducing resource usage. - Concurrency Safety: Added exclusive file locking for storage write operations to prevent race conditions during simultaneous cross-app communication.
- Documentation: Fixed rendering issues with flow diagrams and updated documentation with new storage optimization details.
- Refactoring: Minor code cleanup and modernization in storage constructors.
-
0.0.426 Aug 2025Release notes
Open source →- Files formatted to adhere to dart conventions.
- Improved code documentations and library guides.
- Improvements in file documentations for easier and faster access.
-
0.0.325 Aug 2025Release notes
Open source →- Added Support for class interactions, using the withPayload to pass classes.
- Improved code documentations and library guides.
- Robust feedback and debugging.
-
0.0.201 Aug 2025Release notes
Open source →- Added proper
example/lib/main.dartso pub.dev displays the example. - Improved documentation and links.
- Prepared for first visible example-based release.
- Added proper
-
0.0.101 Aug 2025Release notes
Open source →- Initial public release of the ABUS package.
- Supports optimistic interaction updates with rollback.
- Provides integration with BLoC and Provider.
- Includes mixins and a result tracking system.