File tree Expand file tree Collapse file tree
sdk/python/packages/flet-charts/src
flutter/flet_charts/lib/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -619,8 +619,7 @@ jobs:
619619 patch_toml_versions "$PYPROJECT" "$PYPI_VER"
620620
621621 rm -rf dist
622- uv build --package "$PACKAGE" --wheel
623- uv build --package "$PACKAGE" --sdist
622+ uv build --package "$PACKAGE"
624623
625624 - name : Upload artifacts
626625 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ class RadarChart(ft.LayoutControl):
198198
199199 on_event : Optional [ft .EventHandler [RadarChartEvent ]] = None
200200 """
201- Fires when a dataset or entry is touched .
201+ Called when the chart is interacted with .
202202 """
203203
204204 def init (self ):
Original file line number Diff line number Diff line change @@ -19,8 +19,7 @@ class _RadarChartControlState extends State<RadarChartControl> {
1919
2020 @override
2121 Widget build (BuildContext context) {
22- debugPrint (
23- "RadarChart build: ${widget .control .id }, ${widget .control .properties .containsKey ("radar_shape" )}" );
22+ debugPrint ("RadarChart build: ${widget .control .id }‚" );
2423
2524 final theme = Theme .of (context);
2625 final animation = widget.control.getAnimation (
You can’t perform that action at this time.
0 commit comments