extendable_modal_sheet 1.0.0 copy "extendable_modal_sheet: ^1.0.0" to clipboard
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';
5
likes
0
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

Extendable Modal Sheet

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on extendable_modal_sheet