A Flutter package for creating advanced modal bottom sheets with Material, Cupertino, or custom styling.
Modal Bottom Sheet is a Flutter package that enables developers to create advanced modal bottom sheets for mobile applications. It provides implementations for Material Design (Android) and Cupertino (iOS) styles, along with the ability to create completely custom designs. The package solves the problem of implementing consistent, interactive bottom sheets across different platforms while offering extensive customization options.
Flutter developers building mobile applications who need to implement modal bottom sheets that match platform design guidelines or require custom styling.
Developers choose this package because it provides a comprehensive solution for bottom sheet implementations with support for multiple design systems, extensive customization capabilities, and an experimental alternative package that offers improved performance and stability.
Flutter | Create advanced modal bottom sheets. Material, Cupertino or your own style
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Supports both Material Design for Android and Cupertino for iOS, enabling native-looking implementations as highlighted in the README.
Allows for complete custom styling beyond standard themes, making it versatile for unique UI requirements.
Provides smooth transitions and interactive gestures, enhancing user experience with advanced animations.
The experimental Sheet package is a reimplementation aimed at better performance and stability, already used in released apps.
The Sheet package is labeled experimental, which may lead to breaking changes or instability in production environments.
The README redirects to another page for more information, potentially complicating the learning and setup process.
Primarily designed for mobile platforms, making it less suitable for Flutter web or desktop projects that don't need mobile-style bottom sheets.