Skip to content

Commit

Permalink
warning cleared in gauge samples
Browse files Browse the repository at this point in the history
  • Loading branch information
DeviArunaM authored and sumathijayaraj committed Sep 25, 2019
1 parent a823a1a commit df78cf4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions lib/samples/gauge/axis_feature/non_linearlabel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import 'package:flutter_examples/model/model.dart';
import 'package:flutter_examples/widgets/flutter_backdrop.dart';
import 'package:scoped_model/scoped_model.dart';
import 'package:url_launcher/url_launcher.dart';
import 'package:intl/intl.dart' show NumberFormat;

class RadialNonLinearLabel extends StatefulWidget {
final SubItemList sample;
Expand Down Expand Up @@ -249,9 +248,7 @@ class CustomAxis extends RadialAxis{
color: Colors.grey,
thickness: 10,),
radiusFactor: radiusFactor,
){

}
);

@override
List<CircularAxisLabel> generateVisibleLabels(){
Expand Down
1 change: 0 additions & 1 deletion lib/samples/gauge/pointers/multiple_ranges.dart
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ SfRadialGauge getMultipleRangePointerExampleGauge(bool isTileView) {
);
}

double _position = 0.25;



Expand Down

0 comments on commit df78cf4

Please sign in to comment.