Skip to content

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

License

Notifications You must be signed in to change notification settings

SamuelMTDavies/floating_action_row

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: () {}
        ),
    ],
)

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 100.0%