Skip to content

SearchableList.sliver renders AppBar below SearchField #122

@hld0

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
      ]
    )
  )
)

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