Skip to content

Commit d2bada1

Browse files
Merge pull request #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)),

0 commit comments

Comments
 (0)