top_modal_sheet 2.1.0 copy "top_modal_sheet: ^2.1.0" to clipboard
top_modal_sheet: ^2.1.0 copied to clipboard

A simple top modal sheet implementation in pure dart.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add top_modal_sheet

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

dependencies:
  top_modal_sheet: ^2.1.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:top_modal_sheet/top_modal_sheet.dart';
27
likes
150
pub points
93%
popularity

Publisher

unverified uploader

A simple top modal sheet implementation in pure dart.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

flutter

More

Packages that depend on top_modal_sheet