extendable_modal_sheet 1.0.0
extendable_modal_sheet: ^1.0.0 copied to clipboard
Extendable Modal Sheet
ExtendableModalSheet #
Extendable Modal Sheet is a Flutter package that provides a customizable modal sheet widget with various configuration options.
Features #
- Customizable modal sheet widget.
- Adjustable initial, minimum, and maximum child sizes.
- Option to include a bottom widget.
- Configurable turning radius point for rounded corners.
- Support for backdrop filter with customizable settings.
- Dismissible option to close the modal by dragging down.
- Blend mode customization for the backdrop filter.
- Snap behavior with customizable snap sizes and animation duration.
- Control over whether the modal should close on reaching the minimum extent.
- Customizable background color.
Installation #
To use this package, add extendable_modal_sheet as a dependency in your pubspec.yaml file.
dependencies:
extendable_modal_sheet: ^1.0.0
Then import it in your Dart code:
import 'package:extendable_modal_sheet/extendable_modal_sheet.dart';