modal_top_sheet 1.0.0 copy "modal_top_sheet: ^1.0.0" to clipboard
modal_top_sheet: ^1.0.0 copied to clipboard

Modal sheets that slide in from the top, like an app bar dropdown. Awaitable, dismissible, with a configurable barrier, curves and duration.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add modal_top_sheet

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

dependencies:
  modal_top_sheet: ^1.0.0

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:modal_top_sheet/modal_top_sheet.dart';
1
likes
160
points
91
downloads

Documentation

API reference

Publisher

verified publisherbomsamdi.com

Weekly Downloads

Modal sheets that slide in from the top, like an app bar dropdown. Awaitable, dismissible, with a configurable barrier, curves and duration.

Repository (GitHub)
View/report issues

Topics

#modal #sheet #navigation #widget #ui

License

MIT (license)

Dependencies

flutter

More

Packages that depend on modal_top_sheet