darioielardi / flutter_speed_dial

Flutter plugin to implement a Material Design Speed Dial
https://pub.dev/packages/flutter_speed_dial
MIT License
410 stars 177 forks source link

Please implement functionality for the app bar (feature) #323

Open bksubhuti opened 8 months ago

bksubhuti commented 8 months ago

I was not able to make this work on an appbar as an action[]. I get the speed dial button and animations, but the children menu items do not show up. So I had to implement my own PopupMenuButton. It would be good if this worked inside the appbar.

 Widget build(BuildContext context) {
    return AppBar(
      automaticallyImplyLeading: false,
      title: Text(AppLocalizations.of(context)!.bookmark),
      actions: [
        buildDropdownButton(context),