remote_base 0.1.0
remote_base: ^0.1.0 copied to clipboard
A Flutter package for displaying a highly configurable, draggable, and dismissible webview popup. Supports API integration, shimmer loading, content pre-caching, and a placement API for managing popups.
0.1.0 #
- Initial release of the
remote_base
package. - Features:
- Draggable and dismissible webview popup.
- Initialization with API key, base URL, and optional content pre-caching.
- Option to show popup only after web content is fully loaded.
- Shimmer loading effect during content fetch.
- Placement API (
registerPlacement
,showPlacement
) for registering and showing named popup configurations withonDismissed
callbacks. - Basic error display for webview loading failures.