quick_popup_manager 0.1.1
quick_popup_manager: ^0.1.1 copied to clipboard
A powerful global popup system for Flutter. Show Toasts, Snackbars, Dialogs, Bottom Sheets & Banners without BuildContext. Features queuing, haptic feedback & adaptive styles.
0.1.0 #
🚀 New Features #
- Sequential Queuing: Snackbars can now be queued to display one after another
- Haptic Feedback: Added
HapticFeedbackTypeandHapticTriggerfor tactile feedback on popup events - Progress Bar Snackbars: New
showProgressBaroption for countdown/undo-style snackbars - Adaptive Styles:
PopupStyle.adaptive()factory for platform-aware Material/Cupertino looks
💅 Improvements #
- Enhanced package description for better discoverability
- Updated example app with new feature demos
- Added funding and documentation links
📦 Package #
- Bumped to v0.1.0 (first minor release)
- Updated topics for pub.dev
0.0.6 #
- Improved demo UI
- Fixed documentation issues
- Updated README with correct demo GIF
- Minor bug fixes and cleanup
0.0.5 #
- Add support for global popup management without BuildContext
- Improved overlay management system
- Bug fixes and performance improvements
0.0.4 #
- Update dependencies
- Support for latest Flutter versions
0.0.3 #
- Fix formatting issues
- Improve documentation
0.0.1 #
- Initial release of quick_popup_manager
- Global popup system that works without BuildContext
- Support for Toast, Snackbar, Banner, Dialog, and Bottom Sheet popups
- Comprehensive customization system with 50+ style properties
- Animation system with fade, slide, scale, and spring animations
- Preset styles: Success, Error, Warning, Info (with light/dark themes)
- Framework-agnostic design (works with GetX, Bloc, Provider, etc.)
- Advanced features: queue system, swipe dismiss, drag-to-dismiss, keyboard-aware
- Full documentation and examples