FLUT-1020062: Enhanced Flutter Range Selector UG documentation#1495
Open
Harsha-SF4223 wants to merge 1 commit into
Open
FLUT-1020062: Enhanced Flutter Range Selector UG documentation#1495Harsha-SF4223 wants to merge 1 commit into
Harsha-SF4223 wants to merge 1 commit into
Conversation
Contributor
|
Build Status: INPROGRESS 🔃 |
Contributor
|
CI Status: FAILURE ❌ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Enhanced the Flutter User Guide documentation for SfRangeSelector (Range Selector).
Files Updated
https://help.syncfusion.com/flutter/range-selector/overview
https://help.syncfusion.com/flutter/range-selector/getting-started
https://help.syncfusion.com/flutter/range-selector/tooltip
https://help.syncfusion.com/flutter/range-selector/shapes
https://help.syncfusion.com/flutter/range-selector/basic-features
https://help.syncfusion.com/flutter/range-selector/interval
https://help.syncfusion.com/flutter/range-selector/track
https://help.syncfusion.com/flutter/range-selector/thumb-and-overlay
https://help.syncfusion.com/flutter/range-selector/ticks
https://help.syncfusion.com/flutter/range-selector/labels-and-divider
https://help.syncfusion.com/flutter/range-selector/range-controller
https://help.syncfusion.com/flutter/range-selector/drag-mode
https://help.syncfusion.com/flutter/range-selector/enabled-and-disabled-state
https://help.syncfusion.com/flutter/range-selector/right-to-left
https://help.syncfusion.com/flutter/range-selector/accessibility
https://help.syncfusion.com/flutter/range-selector/how-to/custom-widget-on-flutterflow
Changes Made
Added
N>callout on RTL not being applicable for vertical orientation, and an "Enabled state"I>/example block to match the page title.import 'package:intl/intl.dart';to all code samples usingDateFormat/NumberFormat.import 'package:syncfusion_flutter_core/theme.dart';to all theme-based code samples usingSfRangeSelectorTheme/SfRangeSelectorThemeData.import 'package:syncfusion_flutter_localizations/flutter_localizations.dart';to the RTL locale-based example.import 'dart:math' as math;to the shapes track and ticks examples.selectionControllerexplanation to the range-controller selection example, and a keyboard step-size note (stepSize/stepDuration) to the accessibility keyboard-support section.Updated
StatefulWidget/StatelessWidget).flutter format-style) and ensured consistent{% tabs %}/{% endtabs %}formatting.N>/I>callouts into a single instance per page to reduce duplication.Fixed
platform: Flutterfrontmatter entries to lowercaseflutter, and removed stray leading/trailing spaces from frontmatter titles and descriptions.SfSliderThemeData/SfRangeSliderThemeDatatoSfRangeSelectorThemeDataacross tooltip, labels-and-divider, enabled-and-disabled-state, and thumb-and-overlay pages.@overrideannotation to_TrackShape.paintin shapes.md, and addedlatemodifiers to uninitializedRangeController/SfCartesianChartfields in range-controller.md for Dart null-safety._rangeController.start/.endtoDateTimebefore calling.isAfter()/.isBefore()in range-controller.md, and addedconsttoIconconstructors in thumb-and-overlay.md.DateTimevalues corrected to distinct months), and aligned the Step duration example in interval.md withSliderStepDuration(years: 1, months: 6).chartDatafield to the Individual label style example in labels-and-divider.md, andprint(...)→debugPrint(...)in basic-features.md.SelectionSettings.selectionController→SelectionBehavior.selectionController,primaryYAxis.rangeController→primaryXAxis.rangeController(range-controller), andSliderDuration→SliderStepDuration(interval).#show-dividers→#divider-colorin accessibility.md; misspelledAdding-code-snippent.png→Adding-code-snippet.png; literal[</>]→ image reference in FlutterFlow how-to).Why This Change?
Validation
late, casts,const)Impact
Documentation Enhancement Metrics
Updated report
Range Selector UG enhanced report.docx