Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The initial value is not affected, it always starts at 0 #2

Open
marcmacias96 opened this issue Jun 14, 2020 · 1 comment
Open

The initial value is not affected, it always starts at 0 #2

marcmacias96 opened this issue Jun 14, 2020 · 1 comment

Comments

@marcmacias96
Copy link

I'm trying to get the initial value represented but it doesn't work, the rule always starts at 0

@luis-cruzt
Copy link

I fixed this by modifying the line 207 of ruler_picker.dart:

scrollController = ScrollController(initialScrollOffset: widget.controller.value.toDouble());

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants