hawk_fab_menu 0.2.0 copy "hawk_fab_menu: ^0.2.0" to clipboard
hawk_fab_menu: ^0.2.0 copied to clipboard

outdated

A floating action button menu that will pop up small fabs on top

hawk_fab_menu #

A floating action button menu that will pop up small fabs on top #


Example #

  Widget build(BuildContext context) {
    return Scaffold(
      appBar: AppBar(
        title: Text(widget.title),
      ),
      body: HawkFabMenu(
        items: [
          HawkFabMenuItem(
            label: 'Menu 1',
            ontap: () {},
            icon: Icon(Icons.home),
          ),
          HawkFabMenuItem(
            label: 'Menu 2',
            ontap: () {},
            icon: Icon(Icons.comment),
          ),
        ],
        body: Center(
          child: Text('Center of the screen'),
        ),
      ),
    );
  }
159
likes
0
pub points
90%
popularity

Publisher

verified publisherdart.nonstopio.com

A floating action button menu that will pop up small fabs on top

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on hawk_fab_menu