Hugo Passos
Hugo Passos
If someone knows how to listen to `ListView` scroll, please contribute to this project. I've used all possible scroll listeners and no one worked/was effective. For those who are wondering...
# Package Proposal: drag_select_grid_view **Dependency name (as used in *pubspec.yaml*):** drag_select_grid_view **Current pub.dev link:** https://pub.dev/packages/drag_select_grid_view **Current Git repository link:** https://github.com/hcbpassos/drag_select_grid_view **Description:** A grid that supports both dragging and tapping to...
When there's no explicit type argument on `Scope.write()`, it is compile time valid to pass a state that can't be attributed to ref. Take this example: ```dart final countRef =...