Skip to content

Flutter Web: Allow finishing the introduction screen by swiping to the right on the last screen #15

@FlutterJoey

Description

@FlutterJoey

These are the options I used.

I expected that when I swiped to the right on the last screen that I would continue to the next part of the app. The logic in the screen does seem to check for overscroll, but on flutter web this does not seem to work.

IntroductionOptions(
        pages: [
          IntroductionPage(
            title: const Text('Hello'),
            text: const SizedBox.shrink(),
          ),
          IntroductionPage(
            title: const Text('World'),
            text: const SizedBox.shrink(),
          ),
        ],
      )

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdartPull requests that update Dart code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions