modal_sheet 1.0.2 copy "modal_sheet: ^1.0.2" to clipboard
modal_sheet: ^1.0.2 copied to clipboard

A fully customizable draggable bottom sheet.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add modal_sheet

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

dependencies:
  modal_sheet: ^1.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:modal_sheet/route.dart';
import 'package:modal_sheet/sheet.dart';
4
likes
135
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

A fully customizable draggable bottom sheet.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, meta

More

Packages that depend on modal_sheet