unicorndial 1.1.5 copy "unicorndial: ^1.1.5" to clipboard
unicorndial: ^1.1.5 copied to clipboard

Easily create your floating menu using horizontal or vertical floating button lists

UnicornDialer #

Easily create your own floating action button list

alt text

alt text

Installing #

Add UnicornDialer to your pubspec.yaml

unicorndial: "^1.1.5"
copied to clipboard

Options #

UnicornDialer class

int orientation - Vertical or horizontal floating button list

Object parentHeroTag - Main FAB hero tag

Color backgroundColor - Modal background color

Icon parentButton - Starting Icon

Icon finalButtonIcon - Ending Icon (after animation is complete)

bool hasBackground - Background modal is set

Color parentButtonBackground - The main floating button background color

List<UnicornButton> childButtons Floating button list

int animationDuration Rotation and expanding animation duration (in milliseconds)

double childPadding - Right padding on the button label

Function onMainButtonPressed - To be called if set on the UnicornDialer parent widget

bool hasNotch - BottomAppBar support

UnicornButton class

FloatingActionButton currentButton - Floating list button

String labelText

double labelFontSize

Color labelColor

Color labelBackgroundColor

Color labelShadowColor - Label container shadow

bool labelHasShadow

bool hasLabel

Authors #

Tiago Martins

License #

This project is licensed under the MIT License - see the LICENSE.md file for details

80
likes
20
points
90
downloads

Publisher

unverified uploader

Weekly Downloads

2024.10.02 - 2025.04.16

Easily create your floating menu using horizontal or vertical floating button lists

License

unknown (license)

Dependencies

flutter

More

Packages that depend on unicorndial