Solvro / mobile-topwr

ToPWR mobile flutter application
https://solvro.pwr.edu.pl/portfolio/to-pwr
GNU Affero General Public License v3.0
14 stars 1 forks source link

[mobile -17] Collapsing app bar in study circle detail page. #41

Closed mikolaj-jalocha closed 2 months ago

mikolaj-jalocha commented 3 months ago

Pretty standard effect in such details views is when background image and logo at the top, when scrolled down, shrinks to simple app bar (or dissapears).

It is very easily achieavable in Flutter with CustomScrollView and SliverAppBar: https://www.youtube.com/watch?v=G6qJkjt08k0 https://api.flutter.dev/flutter/material/SliverAppBar-class.html

Below are very simple example gifs from https://medium.com/@omer28gunaydin/flutter-sliverappbar-widget-fb5f4f30cf62:

exmpl1 exmpl2

but again - don't need to worry about this now. We can merge without it and this is potential future TODO task