aagarwal1012 / aagarwal1012/IntroViews-Flutter

Disable dragging / sliding not implemented

Open
#33 3 comments 2 reactions 0 assignees View on GitHub
beginner enhancement feature request good first issue
Dominant language
Dart
Stars
665
Forks
140
PR merge metrics
No merged PRs in 30d

Description

**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:
```dart
fullTransition: enabled ? 300 : double.infinity,
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.