quick_popup_manager 0.1.3 copy "quick_popup_manager: ^0.1.3" to clipboard
quick_popup_manager: ^0.1.3 copied to clipboard

Context-less popup system for Flutter. Easily show Toasts, Snackbars, Dialogs, and Bottom Sheets without BuildContext. Supports stacking, haptics, and Glassmorphism.

0.1.3 #

💅 Improvements #

  • Pub.dev Score Calibration: Optimized pubspec.yaml description and metadata.
  • Documentation: Added comprehensive API documentation for all public members.
  • Dart Conventions: Fixed all linting issues related to public member documentation.

0.1.2 #

🚀 New Features #

  • Intelligent Toast Stacking: Multiple toasts now stack vertically without overlapping.
  • Glassmorphism: Built-in PopupStyle.glass() preset with customizable blur (BackdropFilter).
  • Neo-brutalism: Bold new PopupStyle.neoBrutalism() preset for modern designs.
  • Internal Navigator Key: Truly context-less operation with built-in navigatorKey handling.
  • Interactive Snackbars: Added support for optional action widgets in snackbars.

💅 Improvements #

  • Singleton Standardization: Unified instance access via QuickPopupManager.instance.
  • Performance Optimization: Integrated RepaintBoundary for smoother overlay animations.
  • UI Consistency: Improved alignment and padding logic across all popup types.

📖 Documentation & DX #

  • README Overhaul: Added feature comparison table and highlighted the "Context-Less" hook.
  • Example App Update: Added "Premium Features" section to demonstrate stacking, glass effects, and interaction.

0.1.1 #

  • Initial support for internal navigator key (minor setup).

0.1.0 #

🚀 New Features #

  • Sequential Queuing: Snackbars can now be queued to display one after another
  • Haptic Feedback: Added HapticFeedbackType and HapticTrigger for tactile feedback on popup events
  • Progress Bar Snackbars: New showProgressBar option 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
8
likes
150
points
157
downloads

Documentation

API reference

Publisher

verified publishergreelogix.com

Weekly Downloads

Context-less popup system for Flutter. Easily show Toasts, Snackbars, Dialogs, and Bottom Sheets without BuildContext. Supports stacking, haptics, and Glassmorphism.

Repository (GitHub)
View/report issues

Topics

#popup #dialog #snackbar #toast #overlay

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

flutter

More

Packages that depend on quick_popup_manager