aagarwal1012 / aagarwal1012/IntroViews-Flutter
Disable dragging / sliding not implemented
Open
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
Assessment
This issue has not been assessed yet.