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

A Flutter package for creating top-aligned modal sheets.

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: ^0.0.1

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';
0
likes
150
pub points
6%
popularity

Publisher

verified publisherbomsamdi.com

A Flutter package for creating top-aligned modal sheets.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on modal_top_sheet