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
- Host: GitHub
- URL: https://github.com/filledstacks/flutter_controller_bug
- Owner: FilledStacks
- Created: 2024-01-30T08:07:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-30T08:10:59.000Z (almost 2 years ago)
- Last Synced: 2025-03-19T21:14:58.361Z (10 months ago)
- Language: C++
- Size: 262 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 🤯