action_bottom_sheet 0.0.1 action_bottom_sheet: ^0.0.1 copied to clipboard
bottomsheet with button
TODO: The "action bottom sheet" package is a user interface component designed to enhance the user experience in mobile and web applications. This package provides developers with a convenient and visually appealing way to present contextual options or actions to users.
At its core, the package features a bottom sheet UI element that smoothly slides up from the bottom of the screen, overlaying the main content. The unique feature of this package is the inclusion of two prominent buttons within the bottom sheet. These buttons allow users to make clear and intuitive choices in response to the presented context.
Features #
TODO:
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 #
TODO: This package is still under development, and some Functions might not be available yet.