diegoveloper / flutter-samples

Flutter Samples
MIT License
3.1k stars 747 forks source link

Show the drawer menu icon #19

Closed alfianakbar closed 4 years ago

alfianakbar commented 4 years ago

Firstly, thank you for sharing! I want to know how to show the drawer menu icon (burger icon) on the left side of appbar. File: flutter-samples/lib/appbar_sliverappbar/main_appbar_sliverappbar.dart Thanks in advance!

diegoveloper commented 4 years ago

Is this question related to any sample I made?

On Sat, May 9, 2020, 8:27 PM Alfian Akbar Gozali notifications@github.com wrote:

Firstly, thank you for sharing! I want to know how to show the drawer menu icon (burger icon) on the left side of appbar. Thanks in advance!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/diegoveloper/flutter-samples/issues/19, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABFL3UB3TOB2OJ7OH43OGHTRQX7JFANCNFSM4M5BB5BA .

alfianakbar commented 4 years ago

Yes, I have edited the question

alfianakbar commented 4 years ago

Your medium article: https://medium.com/flutter-community/flutter-increase-the-power-of-your-appbar-sliverappbar-c4f67c4e076f

diegoveloper commented 4 years ago

Just check the sample1 inside that folder.

On Sat, May 9, 2020, 8:29 PM Alfian Akbar Gozali notifications@github.com wrote:

Your medium article:

https://medium.com/flutter-community/flutter-increase-the-power-of-your-appbar-sliverappbar-c4f67c4e076f

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/diegoveloper/flutter-samples/issues/19#issuecomment-626258666, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABFL3UDBX34MXSXVMWYG4O3RQX7QRANCNFSM4M5BB5BA .

alfianakbar commented 4 years ago

Thank you for the quick reply.

I actually work on the sample2.dart part. When I implemented sample2.dart with Drawer, the menu icon was missing. I try to add appbar in the Scaffold, but it's just bad.

Screen Shot 2020-05-11 at 9 19 15

Is there any chance to reveal the menu icon in sliverappbar?

Thanks in advance.

diegoveloper commented 4 years ago

@alfianakbar I updated the sample2.dart, check again.

alfianakbar commented 4 years ago

Thank you @diegoveloper ! It works perfectly!

diegoveloper commented 4 years ago

sure :), don't forget to share my repo with your friends , this is my twitter: https://twitter.com/diegoveloper

On Sun, May 10, 2020 at 10:32 PM Alfian Akbar Gozali < notifications@github.com> wrote:

Thank you @diegoveloper https://github.com/diegoveloper ! It works perfectly!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/diegoveloper/flutter-samples/issues/19#issuecomment-626451492, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABFL3UBQVQ37NSXPH5WPGWDRQ5WU5ANCNFSM4M5BB5BA .