pop_this 2.0.0 copy "pop_this: ^2.0.0" to clipboard
pop_this: ^2.0.0 copied to clipboard

A powerful and customizable Flutter package for managing popups, toasts, and overlays with support for animations, stacking, and timers.

2.0.0 #

  • BREAKING CHANGE: Removed overlay_support package dependency
    • Now uses native Flutter overlay system
    • Automatic Setup: No manual wrapper required! PopThis automatically sets up the overlay system when first used
    • Simply remove OverlaySupport.global wrapper from your MaterialApp - everything works automatically
    • Migration: Remove the OverlaySupport.global wrapper from your code
  • Improved performance by using direct overlay management
  • Simplified package dependencies
  • Fixed: Automatically wraps overlay content with Sizer package to ensure responsive sizing

1.0.1 #

  • Updated s_button dependancy

1.0.0 #

  • Initial release of pop_this package.
  • 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
0
likes
0
points
152
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful and customizable Flutter package for managing popups, toasts, and overlays with support for animations, stacking, and timers.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

assorted_layout_widgets, circular_countdown_timer, flutter, flutter_animate, icons_plus, lucide_icons, pausable_timer, s_button, sizer, soundsliced_dart_extensions, soundsliced_tween_animation_builder, states_rebuilder_extended

More

Packages that depend on pop_this