Disable dragging / sliding not implemented

Open Beginner friendly
#33 3 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
65/100
Issue type
Feature
Clarity
Clearly specified
Activity status
Stale
Domain
frontend, mobile

Research direction

Look at the IntroViewsFlutter widget to understand its current properties. Add a boolean property like isDraggingEnabled that controls whether the page view responds to drag gestures. Check how fullTransition is used as a workaround. Test by running the example app and verifying dragging is disabled when the property is false.

Written by the indexing model from the issue text.

Description

beginner enhancement feature request good first issue

Feature request
Enabling / Disabling dragging / sliding / scrolling

Clean Solution
A boolean value for IntroViewsFlutter like isDraggingEnabled or isScrollingEnabled would be great

Alternative
I solved it with:

fullTransition: enabled ? 300 : double.infinity,
Dominant language
Dart
Stars
663
Forks
140
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from aagarwal1012/IntroViews-Flutter

All issues in aagarwal1012/IntroViews-Flutter

Similar issues

More Dart issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.