You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started with the example snippet of code from README, and it does not seem to be working. So, I am wondering if I'm missing some dependencies/attributes in order to use it correctly.
Here is the code I have in my project:
Currently, the code is compiling and I do not get any errors in the log. However, I do not see the slider part of the form. It is only invisible; I can still drag the 'invisible' slider around to change the value:
Hi Alice,
Sorry for the late response.
Is there any chance that your primary color is white?
The color of the slider usually takes the app's theme primaryColor
Thanks to this issue that you have raised, I have noticed some missing bits in the package which have been fixed as of v3.2.1. Feel free to try it out.
You can now change your activeColor and inactiveColor of the Slider widget.
I started with the example snippet of code from README, and it does not seem to be working. So, I am wondering if I'm missing some dependencies/attributes in order to use it correctly.
Here is the code I have in my project:
Currently, the code is compiling and I do not get any errors in the log. However, I do not see the slider part of the form. It is only invisible; I can still drag the 'invisible' slider around to change the value:
Dependencies in
pubspec.yaml
:Let me know if you need any other information or clarification. Thanks in advance!
The text was updated successfully, but these errors were encountered: