Skip to content

Commit 2877ec8

Browse files
author
Dharanitharan Palanisamy
committed
Added sample links
1 parent e6d8c77 commit 2877ec8

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

lib/samples/chart/axis_features/axis_crossing/axis_crossing.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class _AxisCrossingState extends State<AxisCrossing> {
6969
color: Colors.white),
7070
onPressed: () {
7171
launch(
72-
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/cartesian_charts/rangecolumn_series/axis_crossing.dart');
72+
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/axis_features/axis_crossing/axis_crossing.dart');
7373
},
7474
),
7575
),

lib/samples/chart/axis_features/plot_band/Plot_band_recurrence.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class _PlotBandRecurrenceState extends State<PlotBandRecurrence> {
6464
Image.asset('images/code.png', color: Colors.white),
6565
onPressed: () {
6666
launch(
67-
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/series_features/sorting/sorting_options.dart');
67+
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/axis_features/plot_band/Plot_band_recurrence.dart');
6868
},
6969
),
7070
),

lib/samples/chart/axis_features/plot_band/plot_band.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class _PlotBandDefaultState extends State<PlotBandDefault> {
6464
Image.asset('images/code.png', color: Colors.white),
6565
onPressed: () {
6666
launch(
67-
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/series_features/sorting/sorting_options.dart');
67+
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/axis_features/plot_band/plot_band.dart');
6868
},
6969
),
7070
),

lib/samples/chart/axis_types/logarithmic_types/default_logarithmic_axis.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class _LogarithmicAxisDefaultState extends State<LogarithmicAxisDefault> {
6666
color: Colors.white),
6767
onPressed: () {
6868
launch(
69-
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/axis_types/logarithmic_type/default_logarithmic_axis.dart');
69+
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/axis_types/logarithmic_types/default_logarithmic_axis.dart');
7070
},
7171
),
7272
),

lib/samples/chart/axis_types/logarithmic_types/inversed_logarithmic_axis.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class _LogarithmicAxisInversedState extends State<LogarithmicAxisInversed> {
6767
color: Colors.white),
6868
onPressed: () {
6969
launch(
70-
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/axis_types/logarithmic_type/inversed_logarithmic_axis.dart');
70+
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/axis_types/logarithmic_types/inversed_logarithmic_axis.dart');
7171
},
7272
),
7373
),

lib/samples/chart/cartesian_charts/stacked_series/stacked_area_chart.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class _StackedAreaChartState extends State<StackedAreaChart> {
6666
color: Colors.white),
6767
onPressed: () {
6868
launch(
69-
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/cartesian_charts/rangecolumn_series/stacked_area_chart.dart');
69+
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/cartesian_charts/stacked_series/stacked_area_chart.dart');
7070
},
7171
),
7272
),

lib/samples/chart/cartesian_charts/stacked_series/stacked_bar_chart.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class _StackedBarChartState extends State<StackedBarChart> {
6565
color: Colors.white),
6666
onPressed: () {
6767
launch(
68-
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/cartesian_charts/rangecolumn_series/stacked_bar_chart.dart');
68+
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/cartesian_charts/stacked_series/stacked_bar_chart.dart');
6969
},
7070
),
7171
),

lib/samples/chart/cartesian_charts/stacked_series/stacked_column_chart.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class _StackedColumnChartState extends State<StackedColumnChart> {
6565
color: Colors.white),
6666
onPressed: () {
6767
launch(
68-
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/cartesian_charts/rangecolumn_series/stacked_column_chart.dart');
68+
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/cartesian_charts/stacked_series/stacked_column_chart.dart');
6969
},
7070
),
7171
),

lib/samples/chart/funnel_charts/default_funnel_chart.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class _FunnelDefaultState extends State<FunnelDefault> {
6666
color: Colors.white),
6767
onPressed: () {
6868
launch(
69-
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/circular_charts/pie_series/default_pie_chart.dart');
69+
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/funnel_charts/default_funnel_chart.dart');
7070
},
7171
),
7272
),

lib/samples/chart/funnel_charts/funnel_with_legend.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class _FunnelLegendState extends State<FunnelLegend> {
6262
color: Colors.white),
6363
onPressed: () {
6464
launch(
65-
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/circular_charts/pie_series/default_pie_chart.dart');
65+
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/funnel_charts/funnel_with_legend.dart');
6666
},
6767
),
6868
),

lib/samples/chart/funnel_charts/funnel_with_smart_labels.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class _FunnelSmartLabelState extends State<FunnelSmartLabels> {
6464
color: Colors.white),
6565
onPressed: () {
6666
launch(
67-
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/circular_charts/pie_series/default_pie_chart.dart');
67+
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/funnel_charts/funnel_with_smart_labels.dart');
6868
},
6969
),
7070
),

lib/samples/chart/pyramid_charts/default_pyramid_chart.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class _PyramidDefaultState extends State<PyramidDefault> {
6767
color: Colors.white),
6868
onPressed: () {
6969
launch(
70-
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/circular_charts/pie_series/default_pie_chart.dart');
70+
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/pyramid_charts/default_pyramid_chart.dart');
7171
},
7272
),
7373
),

lib/samples/chart/pyramid_charts/pyramid_with_legend.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class _PyramidLegendState extends State<PyramidLegend> {
6262
color: Colors.white),
6363
onPressed: () {
6464
launch(
65-
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/circular_charts/pie_series/default_pie_chart.dart');
65+
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/pyramid_charts/pyramid_with_legend.dart');
6666
},
6767
),
6868
),

lib/samples/chart/pyramid_charts/pyramid_with_smart_labels.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class _PyramidSmartLabelState extends State<PyramidSmartLabels> {
6565
color: Colors.white),
6666
onPressed: () {
6767
launch(
68-
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/circular_charts/pie_series/default_pie_chart.dart');
68+
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/pyramid_charts/pyramid_with_smart_labels.dart');
6969
},
7070
),
7171
),

lib/samples/chart/series_features/animation/dynamic_animation.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class _CartesianDynamicAnimationState extends State<CartesianDynamicAnimation> {
6969
color: Colors.white),
7070
onPressed: () {
7171
launch(
72-
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/axis_features/handling_label_collision/handling_label_collision.dart');
72+
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/series_features/animation/dynamic_animation.dart');
7373
},
7474
),
7575
),

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
url_launcher: ^5.0.3
1717
intl: ^0.16.0
1818
syncfusion_flutter_charts: ^17.3.14
19-
syncfusion_flutter_gauges: ^17.3.14
19+
syncfusion_flutter_gauges: 17.3.14-beta.1
2020

2121
flutter:
2222
uses-material-design: true

0 commit comments

Comments
 (0)