action_bottom_sheet 0.0.2 copy "action_bottom_sheet: ^0.0.2" to clipboard
action_bottom_sheet: ^0.0.2 copied to clipboard

bottomsheet with button

This package is still under development, and some Functions might not be available yet.

Features #

Getting started #

TODO: Add the following dependencies in your pubspec.yaml file of your flutter project. action_bottom_sheet: <latest_version>

Usage #

TODO:

  logInAlert() {
    showActionBottomSheet(
      context: getCurrentContext(),
      title: "Log in",
      subTitle: "Log in or sign up for an account",
      onCloseTap: _close,
      onTap: _goToLogin,
      mainButtonTitle: "Log in or sign up",
    );
  }

Additional information #

1
likes
50
pub points
0%
popularity

Publisher

unverified uploader

bottomsheet with button

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter, google_fonts

More

Packages that depend on action_bottom_sheet