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,627
  • 4
  • 27
  • 58

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
  • 405
  • 4
  • 8