context_curtain 1.0.0
context_curtain: ^1.0.0 copied to clipboard
A premium UI/UX widget that creates an organic, physics-based canvas flutter animation for high-end features and menu reveals.
context_curtain #
A premium, production-ready Flutter package that creates an organic, physics-based fabric canvas flutter animation for high-end feature reveals and contextual navigation overlays.
Developed with performance at its core, this widget allows UI/UX designers and developers to add cinematic fluid transitions to their apps with zero performance drop.
✨ Features #
*Fluid Fabric Physics: Simulates interactive, cascading cloth physics using high-fidelity mathematical wave equations.
- Multi-directional Snapping: Easily anchor the curtain to unroll from any screen boundary edge (
left,right,top, orbottom). - Zero-Rebuild Rasterization: Connects directly to the graphics engine loop via
CustomPainterto maintain a locked 120 FPS rendering profile without rebuilding the main widget tree. - Accessibility Ready: Built with explicit underlying
Semanticsboundaries to support native screen readers seamlessly.
🚀 Getting Started #
Installation #
Add context_curtain directly to your project's pubspec.yaml pointing straight to your hosted GitHub repository:
dependencies:
context_curtain:
git:
url: [https://github.com/swangai7178/curtain_context.git](https://github.com/swangai7178/curtain_context.git)
ref: main