floating_action_row 0.1.0 copy "floating_action_row: ^0.1.0" to clipboard
floating_action_row: ^0.1.0 copied to clipboard

A Flutter package that provides a widget with a row or column of floating action buttons.

floating_action_row #

A Flutter package that provides a widget with a row or column of floating action buttons.

Usage #

To use this plugin, add floating_action_row as a dependency in your pubspec.yaml file.

Documentation #

View the documentation for more information.

Example #

FloatingActionRow(
    color: Colors.blueAccent,
    children: <Widget>[
        FloatingActionRowButton(
            icon: Icon(Icons.add),
            onTap: () {}
        ),
        FloatingActionRowDivider(),
        FloatingActionRowButton(
            icon: Icon(Icons.arrow_forward),
            onTap: () {}
        ),
    ],
)
copied to clipboard

See the example directory for a full example.

Issues & Feedback #

Please file an issue to send feedback or report a bug. Thank you!

Contributing #

Every pull request is welcome.

32
likes
40
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

2024.10.04 - 2025.04.18

A Flutter package that provides a widget with a row or column of floating action buttons.

Repository (GitHub)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on floating_action_row