Expanding Bottom Navigation with CSS Transitions
13 November 2022
Updated: 03 September 2023
So I was looking around on YouTube and came across a video about this library called google_nav_bar
for flutter and I really liked the idea of how it works and wanted to implement something similar in an app I’ve been working on
The basic functionality of the of the library can be seen on google_nav_bar
package page
I thought the main challenge of this would be implementing the fade-in of the text with the expanding content section, I took a first shot with the result below:
I like the overall feel and I think the finicky bits of using the transition are done, but I’d still like to play around a bit more to see how close to the original library I can get it
For now though, here’s the REPL with the current working state of the component: