-
Notifications
You must be signed in to change notification settings - Fork 42
FLUT-964629 - [Feature] Updated code content and images for sliders #1251
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
base: development
Are you sure you want to change the base?
FLUT-964629 - [Feature] Updated code content and images for sliders #1251
Conversation
Your pull request has been created. Syncfusion support team will validate this commit and publish your changes accordingly. |
Your pull request has been created. Syncfusion support team will validate this commit and publish your changes accordingly. |
Your pull request has been created. Syncfusion support team will validate this commit and publish your changes accordingly. |
Your pull request has been created. Syncfusion support team will validate this commit and publish your changes accordingly. |
Your pull request has been created. Syncfusion support team will validate this commit and publish your changes accordingly. |
Your pull request has been created. Syncfusion support team will validate this commit and publish your changes accordingly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
Your pull request has been created. Syncfusion support team will validate this commit and publish your changes accordingly. |
Feature description
Updated code snippets, content and images for individual label customization feature in slider, range slider and range selector widget in the UG documentation.
Updated content for keyboard accessibility feature in slider, range slider and range selector widgets of UG documentation.
Analysis and design
Task link 1 - [FLUT-964629]
Task link 2 - [FLUT-964639]
Implemented the individual label style customization feature in the Volume 02, 2025 release. With this we can change the specific label style based on our needs. So, need to explain regarding this feature.
So, we can add the content and demos for all the three widgets including horizontal and vertical above the mentioned links.
Implemented the keyboard accessibility support in the Volume 02, 2025 release. With this we can focus the Slider widget by tapping on the TAB key in keyboard and change the values of the Slider widget using the keyboard arrow keys our needs. So, need to explain regarding this feature. Already we have explained other accessibility supports in the accessibility page.
So, we can add the content and demos for all the three widgets including horizontal and vertical above the mentioned links.
Solution description
Output screenshots
Slider:





Vertical Slider:
Range Slider:
Vertical Range Slider:
Range Selector:
Areas affected and ensured
List out the areas affected by your code changes.
Test cases
Provide the unit testing written file details to understand the use cases considered in this implementation.
If there is no TDD (if its not possible to follow), provide the UI automation script location and the Excel file that contains the use cases considered in this implementation.
Provide the test cases Excel file alone, if the feature cannot be automated in any case.
Test bed sample location
Provide the test bed sample location where code reviewers can review the new feature's behaviors. It can be from NPMCI, staging site, local server, and more.
Does it have any behavior changes?
Mention if there are any existing behavior changes due to this code changes.
Additional checklist
memory leak
with your feature? Yes | No Your Explanationthis
link to know more about performance optimization and how to automate? Yes | No Your Explanationlocalization
? Yes | No Your Explanationtheme support
? Yes | No Your ExplanationFlutter style
andEffective dart
guidelines while implement feature? Yes | No Your Explanationthis
link? Yes | No Your Explanation