Releases: airalpha/flashbar
Releases · airalpha/flashbar
Fix Toast Duplication
🐛 Bug Fixes
- Fixed toast duplication during navigation: Messages no longer appear multiple times when navigating between screens
- Resolved race conditions: Eliminated timing issues that caused inconsistent toast behavior
🔧 Technical Improvements
- Replaced StateFlow with Channel: Messages are now consumed exactly once, preventing duplicates
🚀 What's Changed
This release focuses on reliability improvements. The core API remains unchanged, so updating should be seamless for existing users.
Breaking Changes
None - this is a backward-compatible release.