stefanhk31 / personal_blog_flutter

https://stefanhodgeskluck.com
2 stars 0 forks source link

Footer: RenderFlex on Mobile #28

Closed stefanhk31 closed 9 months ago

stefanhk31 commented 9 months ago

Need to explicitly support different mobile layout for footer, or at least let the items wrap.

stefanhk31 commented 9 months ago

Can start by wrapping footer text in a Flexible/Expanded. Might want to add test infrastructure to simulate mobile anyway for compatibility issues like this.