File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed 
lib/presentation/samples/line Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ class _Chart extends StatelessWidget {
7272
7373  const  _Chart (this .baselineX, this .baselineY) :  super ();
7474
75-   Widget  getHorizontalTitles (value, TitleMeta  meta) {
75+   Widget  getHorizontalTitles (double   value, TitleMeta  meta) {
7676    TextStyle  style;
7777    if  ((value -  baselineX).abs () <=  0.1 ) {
7878      style =  const  TextStyle (
@@ -92,7 +92,7 @@ class _Chart extends StatelessWidget {
9292    );
9393  }
9494
95-   Widget  getVerticalTitles (value, TitleMeta  meta) {
95+   Widget  getVerticalTitles (double   value, TitleMeta  meta) {
9696    TextStyle  style;
9797    if  ((value -  baselineY).abs () <=  0.1 ) {
9898      style =  const  TextStyle (
Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ class _LineChartSample13State extends State<LineChartSample13> {
324324    );
325325  }
326326
327-   _touchCallback (FlTouchEvent  event, LineTouchResponse ?  touchResponse) {
327+   void   _touchCallback (FlTouchEvent  event, LineTouchResponse ?  touchResponse) {
328328    if  (! event.isInterestedForInteractions || 
329329        touchResponse? .lineBarSpots ==  null  || 
330330        touchResponse! .lineBarSpots! .isEmpty) {
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies:
2828dev_dependencies :
2929  flutter_test :
3030    sdk : flutter 
31-   flutter_lints : ^4 .0.0 
31+   flutter_lints : ^6 .0.0 
3232
3333flutter :
3434  uses-material-design : true 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments