045 - Aroma Index iOS & Android Design & Dev with Flutter
Keyword: Scroll View
Most of the application in the app market place is scrollable. The reason is straight forward, our device only has a limited amount of canvas size. That's why when we need to fit a lot of information on one page or want to have a better information layout, we have to make the canvas scrollable.
A good information browsing experience comes along with good scroll design experience. By revealing the element on the screen when the user needs it, hide or minimize it when it is not important, this is what a good user experience design should behave.
Slivers in Flutter provides a very solid starting point for application development. The out of the box widget like SliverAppBar, SliverList, and SliverToBoxAdapter helps us build amazing experience in a very short period of time. With the help of the controller property, we can do whatever we want to design scroll experience.
When the developer team in Unicorn Vision built the Aroma Index application, we benefit from the convenience of the Sliver Widget provided by Flutter. That makes us can finish coding the application in approximately 3 weeks.
By Kevin Hon Chi Hang on 2020/02/13
iOS & Android Download: http://aromaindex.com
Behance: https://www.behance.net/gallery/84356147/Aroma-Index-Branding-UIUX-App-Development
#theunicornprocess #unicornvision #honkevin #flutter #siuroma #aromaindex #ios #android