0Nom4D / GuardianDock

GuardianDock is a mobile app developed with Flutter for IOS and Android that allows Destiny users to check their stats and news about the game.
0 stars 0 forks source link

Persistent Search Bar #30

Closed 0Nom4D closed 9 months ago

0Nom4D commented 9 months ago

With the NewsArticle from the RSS api endpoint on the home view, the search bar should always be available for the user. Thus, we need to implement slivers.

0Nom4D commented 9 months ago

Starting commit d70aea6, SearchBar is encapsulated by SliverAppBar instead of PersistentSliverHeader (SliverAppBar should be implemented in home_view.dart file).

After some UI questioning, it is better to have elevation shadow under the search bar when scrolling through news articles.