Use local history for expanding the Speed Dial #100
-
Hi!
There is - although - one thing in Flutter that isn't obvious and will help you in fixing that issue/adding better navigation support that you can use and that's local history. Please, learn about it and use it in your library. Apart from that, it's really great. If you can't work on that right now let me know. I may create and submit a PR myself. Cheers! |
Beta Was this translation helpful? Give feedback.
Answered by
prateekmedia
Jan 30, 2021
Replies: 1 comment
-
You can checkout below guide It tells you how to integrate closing of speeddial before closing the screen. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
prateekmedia
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can checkout below guide
https://github.com/darioielardi/flutter_speed_dial#close-on-willpop
It tells you how to integrate closing of speeddial before closing the screen.