Skip to content

[BUG] Scroll doesn't work on web #46

Description

@Carmelo992

With Flutter 3.3 the scroll doesn't work.

In the class "selection_picker.dart" the Scrollbar must have the same ScrollController of the ListView

ScrollController _controller = ScrollController();

....
Scrollbar(
        controller: _controller,
        child: ListView.builder(
                controller: _controller,
                ....

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions