0

Before everyone start posting link to some beginner UI tutorial video, please know that this is a known issue and I am looking if there’s a workaround for this. If you do not know, please do not attempt to answer.

This is the link to this bug. https://github.com/flutter/flutter/issues/17518

I have tried using NestedScrollView with sliverappbar to implement the hiding AppBar animation when scrolling animation but it is not as smooth as I expected when I scroll up. You can try out the behaviour in GooglePlay on android phone.

anyone has any solution or workaround for this?

If you look at the animation in Material.IO, the AppBar collapse and appear smoothly upon scrolling https://storage.googleapis.com/spec-host-backup/mio-components%2Fassets%2F1cx_CQC_pYOeAxmJAoEIjGnZNAWQzz-O1%2Ftabs-scrolling-1.mp4

jin teoh
  • 1
  • 1
  • 1

1 Answers1

0

I think you should have a look at the question already asked on StackOverflow Flutter TabBar and SliverAppBar that hides when you scroll down

Rajnish Singh
  • 47
  • 1
  • 3