An open API service indexing awesome lists of open source software.

https://github.com/filledstacks/flutter_controller_bug

A repo to showcase a bug in the Scrollable construction
https://github.com/filledstacks/flutter_controller_bug

Last synced: 10 months ago
JSON representation

A repo to showcase a bug in the Scrollable construction

Awesome Lists containing this project

README

          

# Scroll controller bug

In this app you have two scroll views.

When you tap the FAB I want to get the size and offset (how far it's been scrolled) of the scroll views.

The size of both I can get, but I can only get the offset for 1.

When a scroll view is constructed in the vertical direction I can access the controller after it's been constructed.

When a scroll view is constructed in the horizontal direction it has no controller attached 🤯