pop_this 1.0.0
pop_this: ^1.0.0 copied to clipboard
A powerful and customizable Flutter package for managing popups, toasts, and overlays with support for animations, stacking, and timers.
1.0.0 #
- Initial release of
pop_thispackage. - Core features:
- Easy Popup Management: Show any widget as a popup with a single function call
- Stacked Popups: Open multiple popups on top of each other with automatic navigation history
- Auto-Dismissal: Built-in timer support with optional visual countdown timer
- Animated Transitions: Customizable entry and exit animations with configurable duration and curves
- Success/Error Overlays: Pre-styled overlay presets for quick user feedback
- Custom Styling: Extensive customization options for colors, shadows, borders, and background effects
- Background Blur: Optional blur effect for overlay backgrounds
- Keyboard Support: ESC key to dismiss popups
- Flexible Positioning: Custom popup positioning with offset support
- State Management: Built-in methods to check popup state and dismiss programmatically