So I have an app on my mobile phone called ‘Formulia’ and I thought the design of their main page expandable app bar looks awesome.
Formulia app collapsible app bar
Do you have any idea how I could achieve anything similar to this in this video?
I tried to recreate this in flutter, but I do not think it is possible to create it just using SliverAppBar
. I looked through the web but didn’t find anything at all.
2
Answers
You can try using medium or large by providing constructor
Example:
Refer this documentation
https://api.flutter.dev/flutter/material/SliverAppBar/SliverAppBar.large.html
I have have used this in my application, but in that it has some a little bit different on scrolling the text kind of teleport from the big below text to the appbar. Below i’m puting it’s code you can try if you want: