Browse Source

pull to refresh plot

master
daivph 5 years ago
parent
commit
9014bdae06
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      lib/presentation/screens/plot/sc_plot.dart

+ 1
- 0
lib/presentation/screens/plot/sc_plot.dart View File

@@ -87,6 +87,7 @@ class _InfinityViewState extends State<InfinityView> {
Expanded(
child: RefreshIndicator(
child: ListView.builder(
physics: AlwaysScrollableScrollPhysics(),
itemBuilder: (BuildContext context, int index) {
return index >= state.items.length
? BottomLoader()

Loading…
Cancel
Save