interactive_modal 0.0.1
interactive_modal: ^0.0.1 copied to clipboard
A Flutter package for displaying interactive modals over background content while maintaining full interactivity with both. Features draggable modals, customizable positioning, and smooth animations.
0.0.1 #
- Initial release
- InteractiveModal widget with customizable positioning (top, bottom)
- InteractiveModalController for managing modal visibility
- Support for smooth slide animations with customizable duration
- Ability to interact with both modal and background widgets simultaneously
- Draggable modal functionality - Move modals anywhere on screen
- DragHandle widget - Control which areas are draggable vs scrollable
- Multiple comprehensive examples:
- Simple example: Basic interactive modal usage
- Travel Map example: Advanced map interaction with animated controls
- Draggable example: Demonstrates draggable modal features
- Theme-aware design (automatically adapts to light/dark mode)
- No external dependencies (pure Flutter implementation)
- Fully documented API with dartdoc comments
- Complete test coverage