Skip to content

SearchableList.sliver renders AppBar below SearchField #122

Description

@hld0

Hi!

I have a page using slivers and the SearchableList.sliver is perfect. Unfortunately it renders an AppBar below the searchbar and I am unable to get rid of it.

Any idea why?

IMG_4258

The approximate structure of my page is:

Scaffold(
  body: NestedScrollView(
    headerSliverBuilder: [
      SliverAppBar(
        flexibleSpace: FlexibleSpaceBar(
          ...
        )
        bottom: TabBar(...)
      )
    ]
    body: TabBarView(
      children: [
        OtherPage(),
       SearchableList.sliver
      ]
    )
  )
)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions