cosee / alphabet_list_view

Flutter package. A ListView with sticky headers and an iOS-like clickable sidebar.
BSD 3-Clause "New" or "Revised" License
9 stars 6 forks source link

setState doesn't reload widget #1

Closed jblorenzo closed 2 years ago

jblorenzo commented 2 years ago
sortedItems = _generateAfterSymbolsSortedList(
  widget.items,
  widget.options.scrollbarOptions.symbols.toSet().toList(),
);

is in initState

this causes the child widgets not to redraw