top of page
Search


Redesigning outdated UI, a case study.
We've completely redesigned a public transportation app. This is a case study of what would a Material design look when applied to an app...
Alex Fourman
Jul 24, 2024


Floating action button (FAB) menu animation
If you ever wondered how a FAB can open up to a menu, here is an implementation I've recently used. The way we achieve this is by...
Alex Fourman
May 29, 2024


How to fill a Stack widget and why?
You can say that the "how" is easy Stack( children: [ Positioned.fill( child: FlutterLogo(), ), ], ) The more important question is why...
Alex Fourman
Aug 8, 2021


Are You Doing Your Part On Stackoverflow?
Stackoverflow was created in 2008 and has been the de-facto go-to knowledge base for any developer. I can't imagine coding without it...
Alex Fourman
Jul 12, 2021
bottom of page