Overview of smooth_sheets
mainsmooth_sheets
smooth_sheets is a Flutter package providing modal and persistent sheet widgets designed for smooth, graceful motion and high flexibility.
Key Capabilities:
- Smooth Motion: High-quality interaction response.
- Flexible Design: Supports both modal and persistent styles, as well as scrollable and non-scrollable content without design restrictions.
- Nested Navigation: Supports sheets with multiple pages and motion-animated transitions between them.
- Navigator Compatibility: Works seamlessly with both the imperative Navigator API (
Navigator.push) and declarative Navigator 2.0 APIs (e.g.,go_router). - iOS Style: Includes support for iOS 15-style modal sheets.