Member-only story
Layout Class, In Session
6 min readApr 3, 2022
So what can we do with Flutter Layouts that could be super powerful and bring awesome visuals to our application or website implemented in Flutter? Well, why not go from stringing together some widgets into integrating widgets into a real functional component.
Hold on, let me show you.
Some Screenshots
Okay, here is what happens if you try to replicate a normal bootstrap web footer with just stringing some widgets together:
Mobile
Desktop
And, here is it by actually integrating the widgets into a functional component:
Mobile
Desktop