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.

0.1.0 #

  • Changed the type of [children] in [FloatingActionRow] from List<FloatingActionRowChild> to List<Widget>
  • Changed color properties in [FloatingActionRowButton]
    • The [color] property is now used for the background color
    • The [foregroundColor] property defines the foreground color of the [icon]
    • The [backgroundColor] property has been removed
  • Improved documentation
  • Updated README

0.0.3 #

  • Option to toogle between row and column with the property [axis]

0.0.2 #

  • Add image to README

0.0.1 #

  • Initial release
32
likes
40
pub points
68%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on floating_action_row