-
Notifications
You must be signed in to change notification settings - Fork 68
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
Is it a way to have values from min up to max-to-infinite #34
Comments
This is my code currently, but it does support live displaying of "5+" on the value indicator: import 'package:flutter/cupertino.dart'; class MyPage extends StatefulWidget { @OverRide class _MyPage extends State { @OverRide
} @OverRide
} |
Hi,
I need to range my sider from min to max values.
If the max cursor is moved at the end of the track, the upperValue must be infinite.
Is it a simple way to do this and display to the user on the live value indicator that he's selecting max and upper values?
I can't setState on onChanged method for performance needs.
In perfect world, I would live have 1 to 5, and if the user move the cursor after 5, the upperValue should be inifinite and it should be writted on the value indicator.
Thank you for your help !
The text was updated successfully, but these errors were encountered: