5

I am using ListView.builder , when we scroll up down, how to get the currently visible widget in viewport. something like Android recyclerview findFirstCompletelyVisibleItemPosition

Rahul Devanavar
  • 3,917
  • 4
  • 32
  • 61

1 Answers1

-5

Google gives the solution.

https://github.com/google/flutter.widgets (This repository contains the source code for various Flutter widgets that are developed by Google but not by the core Flutter team.)

Quanhua Guan
  • 445
  • 5
  • 9