resizable_bottom_sheet 0.0.2 copy "resizable_bottom_sheet: ^0.0.2" to clipboard
resizable_bottom_sheet: ^0.0.2 copied to clipboard

A Flutter package to show resizable modal bottom sheets that auto-fit their content height.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add resizable_bottom_sheet

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  resizable_bottom_sheet: ^0.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:resizable_bottom_sheet/resizable_bottom_sheet.dart';
4
likes
150
points
6
downloads

Publisher

verified publisherdharmikjoshi.in

Weekly Downloads

A Flutter package to show resizable modal bottom sheets that auto-fit their content height.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on resizable_bottom_sheet