Skip to content

Commit d2bada1

Browse files
Merge pull request syncfusion#33 from DeviArunaMurugan/master
Sample URL changed in gauge samples
2 parents 4da3536 + 68baeb0 commit d2bada1

28 files changed

+56
-28
lines changed

lib/samples/gauge/animation/radial_bounceout.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class _RadialBounceOutExampleState extends State<RadialBounceOutExample> {
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/gauge/animation/radial_bounceout.dart');
6666
},
6767
),
6868
),
@@ -100,6 +100,7 @@ class _FrontPanelState extends State<FrontPanel> {
100100
rebuildOnChange: true,
101101
builder: (context, _, model) {
102102
return Scaffold(
103+
backgroundColor: model.cardThemeColor,
103104
body: Padding(
104105
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
105106
child: Container(child: getRadialBounceOutExample(false)),

lib/samples/gauge/animation/radial_easeanimation.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class _RadialEaseExampleState extends State<RadialEaseExample> {
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/gauge/animation/radial_easeanimation.dart');
6868
},
6969
),
7070
),
@@ -119,6 +119,7 @@ class _FrontPanelState extends State<FrontPanel> {
119119
rebuildOnChange: true,
120120
builder: (context, _, model) {
121121
return Scaffold(
122+
backgroundColor: model.cardThemeColor,
122123
body: Padding(
123124
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
124125
child: Container(child: getRadialEaseExample(false)),

lib/samples/gauge/animation/radial_easeincirc.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class _RadialEaseInCircExampleState extends State<RadialEaseInCircExample> {
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/gauge/animation/radial_easeincirc.dart');
6868
},
6969
),
7070
),
@@ -115,6 +115,7 @@ class _FrontPanelState extends State<FrontPanel> {
115115
rebuildOnChange: true,
116116
builder: (context, _, model) {
117117
return Scaffold(
118+
backgroundColor: model.cardThemeColor,
118119
body: Padding(
119120
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
120121
child: Container(child: getRadialEaseInCircExample(false)),

lib/samples/gauge/animation/radial_easeout.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class _RadialEaseOutAnimationState extends State<RadialEaseOutAnimation> {
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/gauge/animation/radial_easeout.dart');
6868
},
6969
),
7070
),
@@ -116,6 +116,7 @@ class _FrontPanelState extends State<FrontPanel> {
116116
rebuildOnChange: true,
117117
builder: (context, _, model) {
118118
return Scaffold(
119+
backgroundColor: model.cardThemeColor,
119120
body: Padding(
120121
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
121122
child: Container(child: getRadialEaseOutAnimation(false)),

lib/samples/gauge/animation/radial_elasticout.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class _RadialElasticOutAnimationState extends State<RadialElasticOutAnimation> {
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/gauge/animation/radial_elasticout.dart');
6868
},
6969
),
7070
),
@@ -116,6 +116,7 @@ class _FrontPanelState extends State<FrontPanel> {
116116
rebuildOnChange: true,
117117
builder: (context, _, model) {
118118
return Scaffold(
119+
backgroundColor: model.cardThemeColor,
119120
body: Padding(
120121
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
121122
child: Container(child: getRadialElasticOutAnimation(false)),

lib/samples/gauge/animation/radial_linearanimation.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class _RadialLinearAnimationState extends State<RadialLinearAnimation> {
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/gauge/animation/radial_linearanimation.dart');
6868
},
6969
),
7070
),
@@ -119,6 +119,7 @@ class _FrontPanelState extends State<FrontPanel> {
119119
rebuildOnChange: true,
120120
builder: (context, _, model) {
121121
return Scaffold(
122+
backgroundColor: model.cardThemeColor,
122123
body: Padding(
123124
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
124125
child: Container(child: getRadialLinearAnimation(false)),

lib/samples/gauge/animation/radial_slowmiddle.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class _RadialSlowMiddleAnimationState extends State<RadialSlowMiddleAnimation> {
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/gauge/animation/radial_slowmiddle.dart');
6868
},
6969
),
7070
),
@@ -116,6 +116,7 @@ class _FrontPanelState extends State<FrontPanel> {
116116
rebuildOnChange: true,
117117
builder: (context, _, model) {
118118
return Scaffold(
119+
backgroundColor: model.cardThemeColor,
119120
body: Padding(
120121
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
121122
child: Container(child: getRadialSlowMiddleAnimation(false)),

lib/samples/gauge/annotation/direction_compass.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class _RadialCompassState extends State<RadialCompass> {
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/gauge/annotation/direction_compass.dart');
6666
},
6767
),
6868
),
@@ -100,6 +100,7 @@ class _FrontPanelState extends State<FrontPanel> {
100100
rebuildOnChange: true,
101101
builder: (context, _, model) {
102102
return Scaffold(
103+
backgroundColor: model.cardThemeColor,
103104
body: Padding(
104105
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
105106
child: Container(child: getRadialCompass(false)),

lib/samples/gauge/annotation/image_annotation.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class _RadialImageAnnotationState extends State<RadialImageAnnotation> {
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/gauge/annotation/image_annotation.dart');
6666
},
6767
),
6868
),
@@ -100,6 +100,7 @@ class _FrontPanelState extends State<FrontPanel> {
100100
rebuildOnChange: true,
101101
builder: (context, _, model) {
102102
return Scaffold(
103+
backgroundColor: model.cardThemeColor,
103104
body: Padding(
104105
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
105106
child: Container(child: getRadialImageAnnotation(false)),

lib/samples/gauge/annotation/text_annotation.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class _RadialTextAnnotationState extends State<RadialTextAnnotation> {
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/gauge/annotation/text_annotation.dart');
6666
},
6767
),
6868
),
@@ -100,6 +100,7 @@ class _FrontPanelState extends State<FrontPanel> {
100100
rebuildOnChange: true,
101101
builder: (context, _, model) {
102102
return Scaffold(
103+
backgroundColor: model.cardThemeColor,
103104
body: Padding(
104105
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
105106
child: Container(child: getRadialTextAnnotation(false)),

lib/samples/gauge/axis_feature/custom_labels.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class _GaugeCustomLabelsState extends State<GaugeCustomLabels> {
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/gauge/axis_feature/custom_labels.dart');
6666
},
6767
),
6868
),
@@ -108,6 +108,7 @@ class _FrontPanelState extends State<FrontPanel> {
108108
rebuildOnChange: true,
109109
builder: (context, _, model) {
110110
return Scaffold(
111+
backgroundColor: model.cardThemeColor,
111112
body: Padding(
112113
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
113114
child: Container(child: getGaugeCustomLabels(false)),

lib/samples/gauge/axis_feature/default_gauge_view.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class _RadialGaugeDefaultState extends State<RadialGaugeDefault> {
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/gauge/axis_feature/default_gauge_view.dart');
6666
},
6767
),
6868
),
@@ -100,6 +100,7 @@ class _FrontPanelState extends State<FrontPanel> {
100100
rebuildOnChange: true,
101101
builder: (context, _, model) {
102102
return Scaffold(
103+
backgroundColor: model.cardThemeColor,
103104
body: Padding(
104105
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
105106
child: Container(child: getDefaultRadialGauge(false)),

lib/samples/gauge/axis_feature/multiple_axis.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class _MultipleAxisExampleState extends State<MultipleAxisExample> {
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/gauge/axis_feature/multiple_axis.dart');
6666
},
6767
),
6868
),
@@ -103,6 +103,7 @@ class _FrontPanelState extends State<FrontPanel> {
103103
rebuildOnChange: true,
104104
builder: (context, _, model) {
105105
return Scaffold(
106+
backgroundColor: model.cardThemeColor,
106107
body: Padding(
107108
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
108109
child: Container(child: getMultipleAxisGauge(false)),

lib/samples/gauge/axis_feature/non_linearlabel.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class _RadialNonLinearLabelState extends State<RadialNonLinearLabel> {
6363
color: Colors.white),
6464
onPressed: () {
6565
launch(
66-
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/circular_charts/pie_series/default_pie_chart.dart');
66+
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/gauge/axis_feature/non_linearlabel.dart');
6767
},
6868
),
6969
),
@@ -104,6 +104,7 @@ class _FrontPanelState extends State<FrontPanel> {
104104
rebuildOnChange: true,
105105
builder: (context, _, model) {
106106
return Scaffold(
107+
backgroundColor: model.cardThemeColor,
107108
body: Padding(
108109
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
109110
child: Container(child: getRadialNonLinearLabel(false)),

lib/samples/gauge/axis_feature/radiallabel_customization.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class _RadialLabelCustomizationState extends State<RadialLabelCustomization> {
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/gauge/axis_feature/radiallabel_customization.dart');
6666
},
6767
),
6868
),
@@ -100,6 +100,7 @@ class _FrontPanelState extends State<FrontPanel> {
100100
rebuildOnChange: true,
101101
builder: (context, _, model) {
102102
return Scaffold(
103+
backgroundColor: model.cardThemeColor,
103104
body: Padding(
104105
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
105106
child: Container(child: getRadialLabelCustomization(false)),

lib/samples/gauge/axis_feature/range_colors.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class _RangeColorForLabelsState extends State<RangeColorForLabels> {
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/gauge/axis_feature/range_colors.dart');
6868
},
6969
),
7070
),
@@ -116,6 +116,7 @@ class _FrontPanelState extends State<FrontPanel> {
116116
rebuildOnChange: true,
117117
builder: (context, _, model) {
118118
return Scaffold(
119+
backgroundColor: model.cardThemeColor,
119120
body: Padding(
120121
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
121122
child: Container(child: getRangeColorForLabels(false)),

lib/samples/gauge/axis_feature/tick_customization.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class _RadialTickCustomizationState extends State< RadialTickCustomization> {
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/gauge/axis_feature/tick_customization.dart');
6666
},
6767
),
6868
),
@@ -100,6 +100,7 @@ class _FrontPanelState extends State<FrontPanel> {
100100
rebuildOnChange: true,
101101
builder: (context, _, model) {
102102
return Scaffold(
103+
backgroundColor: model.cardThemeColor,
103104
body: Padding(
104105
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
105106
child: Container(child: getRadialTickCustomization(false)),

lib/samples/gauge/pointer_interaction/radial_pointerdragging.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class _RadialPointerDraggingState extends State<RadialPointerDragging> {
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/gauge/pointer_interaction/radial_pointerdragging.dart');
6666
},
6767
),
6868
),
@@ -103,6 +103,7 @@ class _FrontPanelState extends State<FrontPanel> {
103103
rebuildOnChange: true,
104104
builder: (context, _, model) {
105105
return Scaffold(
106+
backgroundColor: model.cardThemeColor,
106107
body: Padding(
107108
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
108109
child: Container(child: getRadialPointerDragging(false)),

lib/samples/gauge/pointers/multiple_needle.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class _MultipleNeedleExampleState extends State<MultipleNeedleExample> {
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/gauge/pointers/multiple_needle.dart');
6666
},
6767
),
6868
),
@@ -100,6 +100,7 @@ class _FrontPanelState extends State<FrontPanel> {
100100
rebuildOnChange: true,
101101
builder: (context, _, model) {
102102
return Scaffold(
103+
backgroundColor: model.cardThemeColor,
103104
body: Padding(
104105
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
105106
child: Container(child: getMultipleNeedleExample(false)),

lib/samples/gauge/pointers/multiple_ranges.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class _MultipleRangePointerExampleState extends State<MultipleRangePointerExampl
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/gauge/pointers/multiple_ranges.dart');
6666
},
6767
),
6868
),
@@ -104,6 +104,7 @@ class _FrontPanelState extends State<FrontPanel> {
104104
rebuildOnChange: true,
105105
builder: (context, _, model) {
106106
return Scaffold(
107+
backgroundColor: model.cardThemeColor,
107108
body: Padding(
108109
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
109110
child: Container(child: getMultipleRangePointerExampleGauge(false)),

lib/samples/gauge/pointers/radial_marker.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class _RadialMarkerExampleState extends State<RadialMarkerExample> {
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/gauge/pointers/radial_marker.dart');
6666
},
6767
),
6868
),
@@ -100,6 +100,7 @@ class _FrontPanelState extends State<FrontPanel> {
100100
rebuildOnChange: true,
101101
builder: (context, _, model) {
102102
return Scaffold(
103+
backgroundColor: model.cardThemeColor,
103104
body: Padding(
104105
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
105106
child: Container(child: getRadialMarkerExample(false)),

0 commit comments

Comments
 (0)