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
Enhanced the Overview and Marker Pointer pages of the Flutter User Guide documentation for SfRadialGauge to address customer-reported gaps in marker type coverage and feature references.
Added cross-reference links from each Key Features bullet to its dedicated documentation page (axes, ranges, pointers, animation, annotation) in the Overview page.
Added new Key Features bullets for Title, Animation, and Accessibility in the Overview page, with links to their dedicated pages.
Added dedicated subsections with code examples for all seven marker types — Circle, Diamond, Inverted triangle, Rectangle, Triangle (new); Image and Text (existing) — in the Marker Pointer page.
Added an Animation section documenting enableAnimation, animationDuration, and animationType properties with example.
Added a Pointer interaction section documenting the onValueChanged, onValueChangeStart, onValueChangeEnd, and onValueChanging drag callbacks with a StatefulWidget example.
Added a Custom renderer section documenting the onCreatePointerRenderer callback.
Added asset registration note for imageUrl usage under the Image pointer section.
Added GaugeTextStyle class reference link in the Text pointer section.
Updated
Wrapped all 12 code samples in the Marker Pointer page with StatelessWidget class wrappers and required imports (flutter/material.dart, syncfusion_flutter_gauges/gauges.dart).
Updated the sample link in the Overview page to point directly to lib/samples/gauge for consistency with the Linear Gauge overview.
Standardized the marker type list in the Marker Pointer page to use MarkerType.* enum-style links with descriptions.
Changed platform: Flutter to platform: flutter in the Marker Pointer page frontmatter for workspace consistency.
Fixed
Fixed grammar in the Overview intro: "high-quality mobile application" → "high-quality mobile applications".
Fixed missing article in the Pointers bullet: "Radial gauge has" → "The radial gauge has".
Fixed "An Image" capitalization to "An image" in the Marker Pointer page.
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
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 Overview and Marker Pointer pages of the Flutter User Guide documentation for SfRadialGauge to address customer-reported gaps in marker type coverage and feature references.
https://support.syncfusion.com/agent/tickets/856905
https://support.syncfusion.com/agent/tickets/856906
Files Updated
Changes Made
Added
enableAnimation,animationDuration, andanimationTypeproperties with example.onValueChanged,onValueChangeStart,onValueChangeEnd, andonValueChangingdrag callbacks with aStatefulWidgetexample.onCreatePointerRenderercallback.imageUrlusage under the Image pointer section.GaugeTextStyleclass reference link in the Text pointer section.Updated
StatelessWidgetclass wrappers and required imports (flutter/material.dart,syncfusion_flutter_gauges/gauges.dart).lib/samples/gaugefor consistency with the Linear Gauge overview.MarkerType.*enum-style links with descriptions.platform: Fluttertoplatform: flutterin the Marker Pointer page frontmatter for workspace consistency.Fixed
Color.withOpacity(0.12)withColor.withValues(alpha: 0.12)in the Marker overlay customization code.Why This Change?
MarkerPointerAPI property as requested by the customer.Validation
Impact
Documentation Enhancement Metrics
Validation report
docs-update-report.md