Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion lib/samples/gauge/animation/radial_bounceout.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class _RadialBounceOutExampleState extends State<RadialBounceOutExample> {
color: Colors.white),
onPressed: () {
launch(
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/circular_charts/pie_series/default_pie_chart.dart');
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/gauge/animation/radial_bounceout.dart');
},
),
),
Expand Down Expand Up @@ -100,6 +100,7 @@ class _FrontPanelState extends State<FrontPanel> {
rebuildOnChange: true,
builder: (context, _, model) {
return Scaffold(
backgroundColor: model.cardThemeColor,
body: Padding(
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
child: Container(child: getRadialBounceOutExample(false)),
Expand Down
3 changes: 2 additions & 1 deletion lib/samples/gauge/animation/radial_easeanimation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class _RadialEaseExampleState extends State<RadialEaseExample> {
color: Colors.white),
onPressed: () {
launch(
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/circular_charts/pie_series/default_pie_chart.dart');
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/gauge/animation/radial_easeanimation.dart');
},
),
),
Expand Down Expand Up @@ -119,6 +119,7 @@ class _FrontPanelState extends State<FrontPanel> {
rebuildOnChange: true,
builder: (context, _, model) {
return Scaffold(
backgroundColor: model.cardThemeColor,
body: Padding(
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
child: Container(child: getRadialEaseExample(false)),
Expand Down
3 changes: 2 additions & 1 deletion lib/samples/gauge/animation/radial_easeincirc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class _RadialEaseInCircExampleState extends State<RadialEaseInCircExample> {
color: Colors.white),
onPressed: () {
launch(
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/circular_charts/pie_series/default_pie_chart.dart');
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/gauge/animation/radial_easeincirc.dart');
},
),
),
Expand Down Expand Up @@ -115,6 +115,7 @@ class _FrontPanelState extends State<FrontPanel> {
rebuildOnChange: true,
builder: (context, _, model) {
return Scaffold(
backgroundColor: model.cardThemeColor,
body: Padding(
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
child: Container(child: getRadialEaseInCircExample(false)),
Expand Down
3 changes: 2 additions & 1 deletion lib/samples/gauge/animation/radial_easeout.dart
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class _RadialEaseOutAnimationState extends State<RadialEaseOutAnimation> {
color: Colors.white),
onPressed: () {
launch(
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/circular_charts/pie_series/default_pie_chart.dart');
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/gauge/animation/radial_easeout.dart');
},
),
),
Expand Down Expand Up @@ -116,6 +116,7 @@ class _FrontPanelState extends State<FrontPanel> {
rebuildOnChange: true,
builder: (context, _, model) {
return Scaffold(
backgroundColor: model.cardThemeColor,
body: Padding(
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
child: Container(child: getRadialEaseOutAnimation(false)),
Expand Down
3 changes: 2 additions & 1 deletion lib/samples/gauge/animation/radial_elasticout.dart
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class _RadialElasticOutAnimationState extends State<RadialElasticOutAnimation> {
color: Colors.white),
onPressed: () {
launch(
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/circular_charts/pie_series/default_pie_chart.dart');
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/gauge/animation/radial_elasticout.dart');
},
),
),
Expand Down Expand Up @@ -116,6 +116,7 @@ class _FrontPanelState extends State<FrontPanel> {
rebuildOnChange: true,
builder: (context, _, model) {
return Scaffold(
backgroundColor: model.cardThemeColor,
body: Padding(
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
child: Container(child: getRadialElasticOutAnimation(false)),
Expand Down
3 changes: 2 additions & 1 deletion lib/samples/gauge/animation/radial_linearanimation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class _RadialLinearAnimationState extends State<RadialLinearAnimation> {
color: Colors.white),
onPressed: () {
launch(
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/circular_charts/pie_series/default_pie_chart.dart');
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/gauge/animation/radial_linearanimation.dart');
},
),
),
Expand Down Expand Up @@ -119,6 +119,7 @@ class _FrontPanelState extends State<FrontPanel> {
rebuildOnChange: true,
builder: (context, _, model) {
return Scaffold(
backgroundColor: model.cardThemeColor,
body: Padding(
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
child: Container(child: getRadialLinearAnimation(false)),
Expand Down
3 changes: 2 additions & 1 deletion lib/samples/gauge/animation/radial_slowmiddle.dart
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class _RadialSlowMiddleAnimationState extends State<RadialSlowMiddleAnimation> {
color: Colors.white),
onPressed: () {
launch(
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/circular_charts/pie_series/default_pie_chart.dart');
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/gauge/animation/radial_slowmiddle.dart');
},
),
),
Expand Down Expand Up @@ -116,6 +116,7 @@ class _FrontPanelState extends State<FrontPanel> {
rebuildOnChange: true,
builder: (context, _, model) {
return Scaffold(
backgroundColor: model.cardThemeColor,
body: Padding(
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
child: Container(child: getRadialSlowMiddleAnimation(false)),
Expand Down
3 changes: 2 additions & 1 deletion lib/samples/gauge/annotation/direction_compass.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class _RadialCompassState extends State<RadialCompass> {
color: Colors.white),
onPressed: () {
launch(
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/circular_charts/pie_series/default_pie_chart.dart');
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/gauge/annotation/direction_compass.dart');
},
),
),
Expand Down Expand Up @@ -100,6 +100,7 @@ class _FrontPanelState extends State<FrontPanel> {
rebuildOnChange: true,
builder: (context, _, model) {
return Scaffold(
backgroundColor: model.cardThemeColor,
body: Padding(
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
child: Container(child: getRadialCompass(false)),
Expand Down
3 changes: 2 additions & 1 deletion lib/samples/gauge/annotation/image_annotation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class _RadialImageAnnotationState extends State<RadialImageAnnotation> {
color: Colors.white),
onPressed: () {
launch(
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/circular_charts/pie_series/default_pie_chart.dart');
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/gauge/annotation/image_annotation.dart');
},
),
),
Expand Down Expand Up @@ -100,6 +100,7 @@ class _FrontPanelState extends State<FrontPanel> {
rebuildOnChange: true,
builder: (context, _, model) {
return Scaffold(
backgroundColor: model.cardThemeColor,
body: Padding(
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
child: Container(child: getRadialImageAnnotation(false)),
Expand Down
3 changes: 2 additions & 1 deletion lib/samples/gauge/annotation/text_annotation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class _RadialTextAnnotationState extends State<RadialTextAnnotation> {
color: Colors.white),
onPressed: () {
launch(
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/circular_charts/pie_series/default_pie_chart.dart');
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/gauge/annotation/text_annotation.dart');
},
),
),
Expand Down Expand Up @@ -100,6 +100,7 @@ class _FrontPanelState extends State<FrontPanel> {
rebuildOnChange: true,
builder: (context, _, model) {
return Scaffold(
backgroundColor: model.cardThemeColor,
body: Padding(
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
child: Container(child: getRadialTextAnnotation(false)),
Expand Down
3 changes: 2 additions & 1 deletion lib/samples/gauge/axis_feature/custom_labels.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class _GaugeCustomLabelsState extends State<GaugeCustomLabels> {
color: Colors.white),
onPressed: () {
launch(
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/circular_charts/pie_series/default_pie_chart.dart');
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/gauge/axis_feature/custom_labels.dart');
},
),
),
Expand Down Expand Up @@ -108,6 +108,7 @@ class _FrontPanelState extends State<FrontPanel> {
rebuildOnChange: true,
builder: (context, _, model) {
return Scaffold(
backgroundColor: model.cardThemeColor,
body: Padding(
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
child: Container(child: getGaugeCustomLabels(false)),
Expand Down
3 changes: 2 additions & 1 deletion lib/samples/gauge/axis_feature/default_gauge_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class _RadialGaugeDefaultState extends State<RadialGaugeDefault> {
color: Colors.white),
onPressed: () {
launch(
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/circular_charts/pie_series/default_pie_chart.dart');
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/gauge/axis_feature/default_gauge_view.dart');
},
),
),
Expand Down Expand Up @@ -100,6 +100,7 @@ class _FrontPanelState extends State<FrontPanel> {
rebuildOnChange: true,
builder: (context, _, model) {
return Scaffold(
backgroundColor: model.cardThemeColor,
body: Padding(
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
child: Container(child: getDefaultRadialGauge(false)),
Expand Down
3 changes: 2 additions & 1 deletion lib/samples/gauge/axis_feature/multiple_axis.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class _MultipleAxisExampleState extends State<MultipleAxisExample> {
color: Colors.white),
onPressed: () {
launch(
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/circular_charts/pie_series/default_pie_chart.dart');
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/gauge/axis_feature/multiple_axis.dart');
},
),
),
Expand Down Expand Up @@ -103,6 +103,7 @@ class _FrontPanelState extends State<FrontPanel> {
rebuildOnChange: true,
builder: (context, _, model) {
return Scaffold(
backgroundColor: model.cardThemeColor,
body: Padding(
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
child: Container(child: getMultipleAxisGauge(false)),
Expand Down
3 changes: 2 additions & 1 deletion lib/samples/gauge/axis_feature/non_linearlabel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class _RadialNonLinearLabelState extends State<RadialNonLinearLabel> {
color: Colors.white),
onPressed: () {
launch(
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/circular_charts/pie_series/default_pie_chart.dart');
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/gauge/axis_feature/non_linearlabel.dart');
},
),
),
Expand Down Expand Up @@ -104,6 +104,7 @@ class _FrontPanelState extends State<FrontPanel> {
rebuildOnChange: true,
builder: (context, _, model) {
return Scaffold(
backgroundColor: model.cardThemeColor,
body: Padding(
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
child: Container(child: getRadialNonLinearLabel(false)),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class _RadialLabelCustomizationState extends State<RadialLabelCustomization> {
color: Colors.white),
onPressed: () {
launch(
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/circular_charts/pie_series/default_pie_chart.dart');
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/gauge/axis_feature/radiallabel_customization.dart');
},
),
),
Expand Down Expand Up @@ -100,6 +100,7 @@ class _FrontPanelState extends State<FrontPanel> {
rebuildOnChange: true,
builder: (context, _, model) {
return Scaffold(
backgroundColor: model.cardThemeColor,
body: Padding(
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
child: Container(child: getRadialLabelCustomization(false)),
Expand Down
3 changes: 2 additions & 1 deletion lib/samples/gauge/axis_feature/range_colors.dart
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class _RangeColorForLabelsState extends State<RangeColorForLabels> {
color: Colors.white),
onPressed: () {
launch(
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/circular_charts/pie_series/default_pie_chart.dart');
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/gauge/axis_feature/range_colors.dart');
},
),
),
Expand Down Expand Up @@ -116,6 +116,7 @@ class _FrontPanelState extends State<FrontPanel> {
rebuildOnChange: true,
builder: (context, _, model) {
return Scaffold(
backgroundColor: model.cardThemeColor,
body: Padding(
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
child: Container(child: getRangeColorForLabels(false)),
Expand Down
3 changes: 2 additions & 1 deletion lib/samples/gauge/axis_feature/tick_customization.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class _RadialTickCustomizationState extends State< RadialTickCustomization> {
color: Colors.white),
onPressed: () {
launch(
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/circular_charts/pie_series/default_pie_chart.dart');
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/gauge/axis_feature/tick_customization.dart');
},
),
),
Expand Down Expand Up @@ -100,6 +100,7 @@ class _FrontPanelState extends State<FrontPanel> {
rebuildOnChange: true,
builder: (context, _, model) {
return Scaffold(
backgroundColor: model.cardThemeColor,
body: Padding(
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
child: Container(child: getRadialTickCustomization(false)),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class _RadialPointerDraggingState extends State<RadialPointerDragging> {
color: Colors.white),
onPressed: () {
launch(
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/circular_charts/pie_series/default_pie_chart.dart');
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/gauge/pointer_interaction/radial_pointerdragging.dart');
},
),
),
Expand Down Expand Up @@ -103,6 +103,7 @@ class _FrontPanelState extends State<FrontPanel> {
rebuildOnChange: true,
builder: (context, _, model) {
return Scaffold(
backgroundColor: model.cardThemeColor,
body: Padding(
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
child: Container(child: getRadialPointerDragging(false)),
Expand Down
3 changes: 2 additions & 1 deletion lib/samples/gauge/pointers/multiple_needle.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class _MultipleNeedleExampleState extends State<MultipleNeedleExample> {
color: Colors.white),
onPressed: () {
launch(
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/circular_charts/pie_series/default_pie_chart.dart');
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/gauge/pointers/multiple_needle.dart');
},
),
),
Expand Down Expand Up @@ -100,6 +100,7 @@ class _FrontPanelState extends State<FrontPanel> {
rebuildOnChange: true,
builder: (context, _, model) {
return Scaffold(
backgroundColor: model.cardThemeColor,
body: Padding(
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
child: Container(child: getMultipleNeedleExample(false)),
Expand Down
3 changes: 2 additions & 1 deletion lib/samples/gauge/pointers/multiple_ranges.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class _MultipleRangePointerExampleState extends State<MultipleRangePointerExampl
color: Colors.white),
onPressed: () {
launch(
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/circular_charts/pie_series/default_pie_chart.dart');
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/gauge/pointers/multiple_ranges.dart');
},
),
),
Expand Down Expand Up @@ -104,6 +104,7 @@ class _FrontPanelState extends State<FrontPanel> {
rebuildOnChange: true,
builder: (context, _, model) {
return Scaffold(
backgroundColor: model.cardThemeColor,
body: Padding(
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
child: Container(child: getMultipleRangePointerExampleGauge(false)),
Expand Down
3 changes: 2 additions & 1 deletion lib/samples/gauge/pointers/radial_marker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class _RadialMarkerExampleState extends State<RadialMarkerExample> {
color: Colors.white),
onPressed: () {
launch(
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/circular_charts/pie_series/default_pie_chart.dart');
'https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/gauge/pointers/radial_marker.dart');
},
),
),
Expand Down Expand Up @@ -100,6 +100,7 @@ class _FrontPanelState extends State<FrontPanel> {
rebuildOnChange: true,
builder: (context, _, model) {
return Scaffold(
backgroundColor: model.cardThemeColor,
body: Padding(
padding: const EdgeInsets.fromLTRB(5, 0, 5, 50),
child: Container(child: getRadialMarkerExample(false)),
Expand Down
Loading