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

A Flutter package that provides a simple and customizable button to open a bottom modal sheet.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add st_bottom_sheet_button

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

dependencies:
  st_bottom_sheet_button: ^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:st_bottom_sheet_button/st_bottom_sheet_button.dart';
1
likes
150
points
7
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides a simple and customizable button to open a bottom modal sheet.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSL-1.0 (license)

Dependencies

flutter

More

Packages that depend on st_bottom_sheet_button