Analyzing siro_rider...

  error - packages/calendar_builder/example/lib/main.dart:2:8 - Target of URI doesn't exist: 'package:example/custom_month_builder.dart'. Try creating the file referenced by the URI, or try using a URI for a file that does exist. - uri_does_not_exist
  error - packages/calendar_builder/example/lib/main.dart:3:8 - Target of URI doesn't exist: 'package:example/customized_month_builder.dart'. Try creating the file referenced by the URI, or try using a URI for a file that does exist. - uri_does_not_exist
  error - packages/calendar_builder/example/lib/main.dart:4:8 - Target of URI doesn't exist: 'package:example/month_builder.dart'. Try creating the file referenced by the URI, or try using a URI for a file that does exist. - uri_does_not_exist
  error - packages/calendar_builder/example/lib/main.dart:24:46 - The name 'MonthBuilderScreen' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type
  error - packages/calendar_builder/example/lib/main.dart:26:19 - The name 'CustomizedMonthBuilderScreen' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type
  error - packages/calendar_builder/example/lib/main.dart:27:53 - The name 'CustomMonthBuilderScreen' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type
  error - packages/calendar_builder/example/test/widget_test.dart:11:8 - Target of URI doesn't exist: 'package:example/main.dart'. Try creating the file referenced by the URI, or try using a URI for a file that does exist. - uri_does_not_exist
  error - packages/calendar_builder/example/test/widget_test.dart:16:35 - The name 'MyApp' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type
  error - packages/flutter_paypal/example/lib/main.dart:2:8 - Target of URI doesn't exist: 'package:flutter_paypal/flutter_paypal.dart'. Try creating the file referenced by the URI, or try using a URI for a file that does exist. - uri_does_not_exist
  error - packages/flutter_paypal/example/lib/main.dart:44:60 - The method 'UsePaypal' isn't defined for the type '_MyHomePageState'. Try correcting the name to the name of an existing method, or defining a method named 'UsePaypal'. - undefined_method
  error - packages/flutter_paypal/example/test/widget_test.dart:11:8 - Target of URI doesn't exist: 'package:example/main.dart'. Try creating the file referenced by the URI, or try using a URI for a file that does exist. - uri_does_not_exist
  error - packages/flutter_paypal/example/test/widget_test.dart:16:35 - The name 'MyApp' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type
  error - packages/flutter_paypal/lib/flutter_paypal.dart:5:8 - Target of URI doesn't exist: 'package:flutter_paypal/src/screens/complete_payment.dart'. Try creating the file referenced by the URI, or try using a URI for a file that does exist. - uri_does_not_exist
  error - packages/flutter_paypal/lib/flutter_paypal.dart:6:8 - Target of URI doesn't exist: 'package:flutter_spinkit/flutter_spinkit.dart'. Try creating the file referenced by the URI, or try using a URI for a file that does exist. - uri_does_not_exist
  error - packages/flutter_paypal/lib/flutter_paypal.dart:173:43 - The method 'CompletePayment' isn't defined for the type 'UsePaypalState'. Try correcting the name to the name of an existing method, or defining a method named 'CompletePayment'. - undefined_method
  error - packages/flutter_paypal/lib/flutter_paypal.dart:269:35 - The name 'SpinKitFadingCube' isn't a class. Try correcting the name to match an existing class. - creation_with_non_type
  error - packages/flutter_paypal/lib/flutter_paypal.dart:289:34 - Invalid constant value. - invalid_constant
  error - packages/flutter_paypal/lib/flutter_paypal.dart:289:34 - The method 'SpinKitFadingCube' isn't defined for the type 'UsePaypalState'. Try correcting the name to the name of an existing method, or defining a method named 'SpinKitFadingCube'. - undefined_method
  error - packages/flutter_paypal/lib/src/PaypalServices.dart:6:8 - Target of URI doesn't exist: 'package:http_auth/http_auth.dart'. Try creating the file referenced by the URI, or try using a URI for a file that does exist. - uri_does_not_exist
  error - packages/flutter_paypal/lib/src/PaypalServices.dart:22:20 - The method 'BasicAuthClient' isn't defined for the type 'PaypalServices'. Try correcting the name to the name of an existing method, or defining a method named 'BasicAuthClient'. - undefined_method
  error - packages/flutter_paypal/lib/src/screens/complete_payment.dart:4:8 - Target of URI doesn't exist: 'package:flutter_paypal/src/errors/network_error.dart'. Try creating the file referenced by the URI, or try using a URI for a file that does exist. - uri_does_not_exist
  error - packages/flutter_paypal/lib/src/screens/complete_payment.dart:5:8 - Target of URI doesn't exist: 'package:flutter_spinkit/flutter_spinkit.dart'. Try creating the file referenced by the URI, or try using a URI for a file that does exist. - uri_does_not_exist
  error - packages/flutter_paypal/lib/src/screens/complete_payment.dart:91:30 - Invalid constant value. - invalid_constant
  error - packages/flutter_paypal/lib/src/screens/complete_payment.dart:91:30 - The method 'SpinKitFadingCube' isn't defined for the type '_CompletePaymentState'. Try correcting the name to the name of an existing method, or defining a method named 'SpinKitFadingCube'. - undefined_method
  error - packages/flutter_paypal/lib/src/screens/complete_payment.dart:104:34 - The method 'NetworkError' isn't defined for the type '_CompletePaymentState'. Try correcting the name to the name of an existing method, or defining a method named 'NetworkError'. - undefined_method
  error - packages/get/example/test/main_test.dart:6:8 - Target of URI doesn't exist: 'package:get_demo/pages/home/domain/adapters/repository_adapter.dart'. Try creating the file referenced by the URI, or try using a URI for a file that does exist. - uri_does_not_exist
  error - packages/get/example/test/main_test.dart:7:8 - Target of URI doesn't exist: 'package:get_demo/pages/home/domain/entity/cases_model.dart'. Try creating the file referenced by the URI, or try using a URI for a file that does exist. - uri_does_not_exist
  error - packages/get/example/test/main_test.dart:8:8 - Target of URI doesn't exist: 'package:get_demo/pages/home/presentation/controllers/home_controller.dart'. Try creating the file referenced by the URI, or try using a URI for a file that does exist. - uri_does_not_exist
  error - packages/get/example/test/main_test.dart:13:33 - Classes and mixins can only implement other classes and mixins. Try specifying a class or mixin, or remove the name from the list. - implements_non_class
  error - packages/get/example/test/main_test.dart:15:10 - The name 'CasesModel' isn't a type, so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'CasesModel'. - non_type_as_type_argument
  error - packages/get/example/test/main_test.dart:19:14 - The method 'CasesModel' isn't defined for the type 'MockRepository'. Try correcting the name to the name of an existing method, or defining a method named 'CasesModel'. - undefined_method
  error - packages/get/example/test/main_test.dart:20:17 - The method 'Global' isn't defined for the type 'MockRepository'. Try correcting the name to the name of an existing method, or defining a method named 'Global'. - undefined_method
  error - packages/get/example/test/main_test.dart:35:19 - The name 'CasesModel' isn't a type, so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'CasesModel'. - non_type_as_type_argument
  error - packages/get/example/test/main_test.dart:43:17 - The name 'IHomeRepository' isn't a type, so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'IHomeRepository'. - non_type_as_type_argument
  error - packages/get/example/test/main_test.dart:44:17 - The name 'HomeController' isn't a type, so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'HomeController'. - non_type_as_type_argument
  error - packages/get/example/test/main_test.dart:45:15 - The function 'HomeController' isn't defined. Try importing the library that defines 'HomeController', correcting the name to the name of an existing function, or defining a function named 'HomeController'. - undefined_function
  error - packages/get/example/test/main_test.dart:49:27 - The name 'HomeController' isn't a type, so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'HomeController'. - non_type_as_type_argument
  error - packages/get/example/test/main_test.dart:50:27 - The name 'IHomeRepository' isn't a type, so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'IHomeRepository'. - non_type_as_type_argument
  error - packages/get/example/test/main_test.dart:55:27 - The name 'HomeController' isn't a type, so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'HomeController'. - non_type_as_type_argument
  error - packages/get/example/test/main_test.dart:56:27 - The name 'IHomeRepository' isn't a type, so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'IHomeRepository'. - non_type_as_type_argument
  error - packages/get/example/test/main_test.dart:62:27 - The name 'HomeController' isn't a type, so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'HomeController'. - non_type_as_type_argument
  error - packages/get/example/test/main_test.dart:68:33 - The name 'HomeController' isn't a type, so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'HomeController'. - non_type_as_type_argument
warning - lib/controller/auth/otp_controller.dart:2:8 - Unused import: 'package:siro_rider/views/home/map_page_passenger.dart'. Try removing the import directive. - unused_import
warning - lib/controller/auth/register_controller.dart:8:8 - Unused import: 'package:siro_rider/controller/functions/encrypt_decrypt.dart'. Try removing the import directive. - unused_import
warning - lib/controller/auth/token_otp_change_controller.dart:9:8 - Unused import: '../../print.dart'. Try removing the import directive. - unused_import
warning - lib/controller/auth/token_otp_change_controller.dart:11:8 - Unused import: '../firebase/firbase_messge.dart'. Try removing the import directive. - unused_import
warning - lib/controller/auth/tokens_controller.dart:9:8 - Unused import: '../functions/encrypt_decrypt.dart'. Try removing the import directive. - unused_import
warning - lib/controller/firebase/firbase_messge.dart:21:8 - Unused import: '../home/map/ride_state.dart'. Try removing the import directive. - unused_import
warning - lib/controller/firebase/firbase_messge.dart:52:28 - The value of the local variable 'settings' isn't used. Try removing the variable or using it. - unused_local_variable
warning - lib/controller/firebase/firbase_messge.dart:84:28 - The value of the local variable 'android' isn't used. Try removing the variable or using it. - unused_local_variable
warning - lib/controller/firebase/notification_service.dart:3:8 - Unused import: 'package:get/get.dart'. Try removing the import directive. - unused_import
warning - lib/controller/functions/crud.dart:435:16 - The value of the local variable 'responseBody' isn't used. Try removing the variable or using it. - unused_local_variable
warning - lib/controller/functions/crud.dart:445:16 - The value of the local variable 'errorBody' isn't used. Try removing the variable or using it. - unused_local_variable
warning - lib/controller/functions/crud.dart:456:9 - The value of the local variable 'uid' isn't used. Try removing the variable or using it. - unused_local_variable
warning - lib/controller/functions/crud.dart:499:12 - The value of the local variable 'extracted' isn't used. Try removing the variable or using it. - unused_local_variable
warning - lib/controller/functions/crud.dart:646:11 - The value of the local variable 'checkResponse' isn't used. Try removing the variable or using it. - unused_local_variable
warning - lib/controller/functions/encrypt_decrypt.dart:36:36 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion
warning - lib/controller/functions/encrypt_decrypt.dart:37:47 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion
warning - lib/controller/functions/log_out.dart:37:9 - The value of the local variable 'res' isn't used. Try removing the variable or using it. - unused_local_variable
warning - lib/controller/functions/package_info.dart:2:8 - Unused import: 'dart:convert'. Try removing the import directive. - unused_import
warning - lib/controller/functions/package_info.dart:4:8 - Unused import: 'dart:math'. Try removing the import directive. - unused_import
warning - lib/controller/functions/package_info.dart:312:5 - Dead code. Try removing the code, or fixing the code before it so that it can be reached. - dead_code
warning - lib/controller/functions/secure_storage.dart:7:8 - Unused import: 'package:secure_string_operations/secure_string_operations.dart'. Try removing the import directive. - unused_import
warning - lib/controller/functions/secure_storage.dart:9:8 - Unused import: '../../constant/char_map.dart'. Try removing the import directive. - unused_import
warning - lib/controller/functions/secure_storage.dart:12:8 - Unused import: '../../print.dart'. Try removing the import directive. - unused_import
warning - lib/controller/functions/sms_controller.dart:14:8 - Unused import: '../../print.dart'. Try removing the import directive. - unused_import
warning - lib/controller/functions/sms_controller.dart:82:9 - The value of the local variable 'res' isn't used. Try removing the variable or using it. - unused_local_variable
warning - lib/controller/functions/sms_controller.dart:93:9 - The value of the local variable 'res' isn't used. Try removing the variable or using it. - unused_local_variable
warning - lib/controller/functions/sms_controller.dart:110:9 - The value of the local variable 'res' isn't used. Try removing the variable or using it. - unused_local_variable
warning - lib/controller/functions/tts.dart:2:8 - Unused import: 'package:flutter/material.dart'. Try removing the import directive. - unused_import
warning - lib/controller/functions/upload_image.dart:4:8 - Unused import: 'package:siro_rider/constant/api_key.dart'. Try removing the import directive. - unused_import
warning - lib/controller/functions/upload_image.dart:73:9 - The value of the local variable 'multipartFile' isn't used. Try removing the variable or using it. - unused_local_variable
warning - lib/controller/home/blinking_promo_controller.dart.dart:32:13 - The value of the local variable 'decode' isn't used. Try removing the variable or using it. - unused_local_variable
warning - lib/controller/home/device_performance.dart:33:29 - The value of the field '_highEndXiaomiModels' isn't used. Try removing the field, or using it. - unused_field
warning - lib/controller/home/device_tier.dart:29:41 - The left operand can't be null, so the right operand is never executed. Try removing the operator and the right operand. - dead_null_aware_expression
warning - lib/controller/home/device_tier.dart:32:48 - The left operand can't be null, so the right operand is never executed. Try removing the operator and the right operand. - dead_null_aware_expression
warning - lib/controller/home/ios_live_activity_service.dart:3:8 - Unused import: 'dart:convert'. Try removing the import directive. - unused_import
warning - lib/controller/home/map/location_search_controller.dart:2:8 - Unused import: 'dart:convert'. Try removing the import directive. - unused_import
warning - lib/controller/home/map/location_search_controller.dart:3:8 - Unused import: 'dart:io'. Try removing the import directive. - unused_import
warning - lib/controller/home/map/location_search_controller.dart:4:34 - The name max is shown, but isn't used. Try removing the name from the list of shown members. - unused_shown_name
warning - lib/controller/home/map/location_search_controller.dart:4:39 - The name min is shown, but isn't used. Try removing the name from the list of shown members. - unused_shown_name
warning - lib/controller/home/map/location_search_controller.dart:6:8 - Unused import: 'package:flutter/services.dart'. Try removing the import directive. - unused_import
warning - lib/controller/home/map/location_search_controller.dart:13:8 - Unused import: '../../../constant/box_name.dart'. Try removing the import directive. - unused_import
warning - lib/controller/home/map/location_search_controller.dart:16:8 - Unused import: '../../../constant/style.dart'. Try removing the import directive. - unused_import
warning - lib/controller/home/map/location_search_controller.dart:28:8 - Unused import: 'ride_state.dart'. Try removing the import directive. - unused_import
warning - lib/controller/home/map/location_search_controller.dart:697:31 - The operand can't be 'null', so the condition is always 'true'. Remove the condition. - unnecessary_null_comparison
warning - lib/controller/home/map/location_search_controller.dart:821:8 - The declaration '_listenForDeepLink' isn't referenced. Try removing the declaration of '_listenForDeepLink'. - unused_element
warning - lib/controller/home/map/location_search_controller.dart:834:33 - The operand can't be 'null', so the condition is always 'false'. Try removing the condition, an enclosing condition, or the whole conditional statement. - unnecessary_null_comparison
warning - lib/controller/home/map/location_search_controller.dart:841:33 - The operand can't be 'null', so the condition is always 'true'. Remove the condition. - unnecessary_null_comparison
warning - lib/controller/home/map/location_search_controller.dart:893:33 - The operand can't be 'null', so the condition is always 'false'. Try removing the condition, an enclosing condition, or the whole conditional statement. - unnecessary_null_comparison
warning - lib/controller/home/map/location_search_controller.dart:899:33 - The operand can't be 'null', so the condition is always 'true'. Remove the condition. - unnecessary_null_comparison
warning - lib/controller/home/map/location_search_controller.dart:1009:14 - The value of the local variable 'latestWaypoint' isn't used. Try removing the variable or using it. - unused_local_variable
warning - lib/controller/home/map/location_search_controller.dart:1015:10 - The declaration '_haversineKm' isn't referenced. Try removing the declaration of '_haversineKm'. - unused_element
warning - lib/controller/home/map/location_search_controller.dart:1028:10 - The declaration '_kmToLatDelta' isn't referenced. Try removing the declaration of '_kmToLatDelta'. - unused_element
warning - lib/controller/home/map/location_search_controller.dart:1032:10 - The declaration '_kmToLngDelta' isn't referenced. Try removing the declaration of '_kmToLngDelta'. - unused_element
warning - lib/controller/home/map/location_search_controller.dart:1036:10 - The declaration '_buildOsrmWaypointCoords' isn't referenced. Try removing the declaration of '_buildOsrmWaypointCoords'. - unused_element
warning - lib/controller/home/map/map_engine_controller.dart:2:44 - The name pow is shown, but isn't used. Try removing the name from the list of shown members. - unused_shown_name
warning - lib/controller/home/map/map_engine_controller.dart:2:49 - The name sqrt is shown, but isn't used. Try removing the name from the list of shown members. - unused_shown_name
warning - lib/controller/home/map/map_engine_controller.dart:19:8 - Duplicate import. Try removing all but one import of the library. - duplicate_import
warning - lib/controller/home/map/map_engine_controller.dart:677:8 - The declaration '_initializePolygons' isn't referenced. Try removing the declaration of '_initializePolygons'. - unused_element
warning - lib/controller/home/map/map_engine_controller.dart:694:8 - The declaration '_applyLowEndModeIfNeeded' isn't referenced. Try removing the declaration of '_applyLowEndModeIfNeeded'. - unused_element
warning - lib/controller/home/map/map_engine_controller.dart:698:16 - The declaration '_initMinimalIcons' isn't referenced. Try removing the declaration of '_initMinimalIcons'. - unused_element
warning - lib/controller/home/map/map_engine_controller.dart:702:16 - The declaration '_playRouteAnimation' isn't referenced. Try removing the declaration of '_playRouteAnimation'. - unused_element
warning - lib/controller/home/map/nearby_drivers_controller.dart:3:49 - The name pow is shown, but isn't used. Try removing the name from the list of shown members. - unused_shown_name
warning - lib/controller/home/map/nearby_drivers_controller.dart:231:24 - The value of the local variable 'durationFromDriverToPassenger' isn't used. Try removing the variable or using it. - unused_local_variable
warning - lib/controller/home/map/ride_lifecycle_controller.dart:1424:45 - The left operand can't be null, so the right operand is never executed. Try removing the operator and the right operand. - dead_null_aware_expression
warning - lib/controller/home/map/ride_lifecycle_controller.dart:3694:39 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion
warning - lib/controller/home/map/ride_lifecycle_controller.dart:3781:8 - The declaration '_startPollingFallback' isn't referenced. Try removing the declaration of '_startPollingFallback'. - unused_element
warning - lib/controller/home/map/ride_lifecycle_controller.dart:3955:35 - The operand can't be 'null', so the condition is always 'true'. Remove the condition. - unnecessary_null_comparison
warning - lib/controller/home/map/ride_lifecycle_controller.dart:4415:17 - The declaration '_buildDashedPolylines' isn't referenced. Try removing the declaration of '_buildDashedPolylines'. - unused_element
warning - lib/controller/home/map/ui_interactions_controller.dart:7:8 - Unused import: 'package:intaleq_maps/intaleq_maps.dart'. Try removing the import directive. - unused_import
warning - lib/controller/home/map/ui_interactions_controller.dart:18:8 - Unused import: '../../../views/widgets/mydialoug.dart'. Try removing the import directive. - unused_import
warning - lib/controller/home/map/ui_interactions_controller.dart:20:8 - Unused import: '../../../views/home/map_page_passenger.dart'. Try removing the import directive. - unused_import
warning - lib/controller/home/map/ui_interactions_controller.dart:21:8 - Unused import: '../../../views/widgets/error_snakbar.dart'. Try removing the import directive. - unused_import
warning - lib/controller/home/map/ui_interactions_controller.dart:22:8 - Unused import: '../../../models/model/painter_copoun.dart'. Try removing the import directive. - unused_import
warning - lib/controller/home/map/ui_interactions_controller.dart:24:8 - Unused import: '../../firebase/local_notification.dart'. Try removing the import directive. - unused_import
warning - lib/controller/home/map/ui_interactions_controller.dart:30:8 - Unused import: 'map_engine_controller.dart'. Try removing the import directive. - unused_import
warning - lib/controller/home/map/ui_interactions_controller.dart:259:63 - The left operand can't be null, so the right operand is never executed. Try removing the operator and the right operand. - dead_null_aware_expression
warning - lib/controller/home/payment/credit_card_Controller.dart:5:8 - Unused import: '../../functions/digit_obsecur_formate.dart'. Try removing the import directive. - unused_import
warning - lib/controller/home/payment/credit_card_Controller.dart:16:13 - The value of the local variable 'cardNumber' isn't used. Try removing the variable or using it. - unused_local_variable
warning - lib/controller/home/payment/credit_card_Controller.dart:17:13 - The value of the local variable 'cardHolderName' isn't used. Try removing the variable or using it. - unused_local_variable
warning - lib/controller/home/payment/credit_card_Controller.dart:19:13 - The value of the local variable 'expiryDate' isn't used. Try removing the variable or using it. - unused_local_variable
warning - lib/controller/home/payment/credit_card_Controller.dart:20:13 - The value of the local variable 'cvvCode' isn't used. Try removing the variable or using it. - unused_local_variable
warning - lib/controller/home/points_for_rider_controller.dart:10:8 - Unused import: '../functions/location_controller.dart'. Try removing the import directive. - unused_import
warning - lib/controller/home/splash_screen_controlle.dart:181:8 - The declaration '_scheduleDailyNotifications' isn't referenced. Try removing the declaration of '_scheduleDailyNotifications'. - unused_element
warning - lib/controller/home/splash_screen_controlle.dart:183:54 - The left operand can't be null, so the right operand is never executed. Try removing the operator and the right operand. - dead_null_aware_expression
warning - lib/controller/home/vip_waitting_page.dart:19:8 - Unused import: '../functions/encrypt_decrypt.dart'. Try removing the import directive. - unused_import
warning - lib/controller/home/vip_waitting_page.dart:45:11 - The value of the local variable 'mapPassengerController' isn't used. Try removing the variable or using it. - unused_local_variable
warning - lib/controller/local/phone_intel/intl_phone_field.dart:3:8 - Unused import: 'package:siro_rider/print.dart'. Try removing the import directive. - unused_import
warning - lib/controller/local/translations.dart:507:11 - Two keys in a map literal shouldn't be equal. Change or remove the duplicate key. - equal_keys_in_map
warning - lib/controller/local/translations.dart:1661:11 - Two keys in a map literal shouldn't be equal. Change or remove the duplicate key. - equal_keys_in_map
warning - lib/controller/local/translations.dart:7797:11 - Two keys in a map literal shouldn't be equal. Change or remove the duplicate key. - equal_keys_in_map
warning - lib/controller/local/translations.dart:8799:11 - Two keys in a map literal shouldn't be equal. Change or remove the duplicate key. - equal_keys_in_map
warning - lib/controller/local/translations.dart:9337:11 - Two keys in a map literal shouldn't be equal. Change or remove the duplicate key. - equal_keys_in_map
warning - lib/controller/local/translations.dart:10369:11 - Two keys in a map literal shouldn't be equal. Change or remove the duplicate key. - equal_keys_in_map
warning - lib/controller/local/translations.dart:10854:11 - Two keys in a map literal shouldn't be equal. Change or remove the duplicate key. - equal_keys_in_map
warning - lib/controller/local/translations.dart:12117:11 - Two keys in a map literal shouldn't be equal. Change or remove the duplicate key. - equal_keys_in_map
warning - lib/controller/local/translations.dart:12597:11 - Two keys in a map literal shouldn't be equal. Change or remove the duplicate key. - equal_keys_in_map
warning - lib/controller/local/translations.dart:13847:11 - Two keys in a map literal shouldn't be equal. Change or remove the duplicate key. - equal_keys_in_map
warning - lib/controller/local/translations.dart:14386:11 - Two keys in a map literal shouldn't be equal. Change or remove the duplicate key. - equal_keys_in_map
warning - lib/controller/local/translations.dart:15366:11 - Two keys in a map literal shouldn't be equal. Change or remove the duplicate key. - equal_keys_in_map
warning - lib/controller/local/translations.dart:15897:11 - Two keys in a map literal shouldn't be equal. Change or remove the duplicate key. - equal_keys_in_map
warning - lib/controller/local/translations.dart:16846:11 - Two keys in a map literal shouldn't be equal. Change or remove the duplicate key. - equal_keys_in_map
warning - lib/controller/local/translations.dart:17390:11 - Two keys in a map literal shouldn't be equal. Change or remove the duplicate key. - equal_keys_in_map
warning - lib/controller/local/translations.dart:18407:11 - Two keys in a map literal shouldn't be equal. Change or remove the duplicate key. - equal_keys_in_map
warning - lib/controller/local/translations.dart:18947:11 - Two keys in a map literal shouldn't be equal. Change or remove the duplicate key. - equal_keys_in_map
warning - lib/controller/local/translations.dart:19967:11 - Two keys in a map literal shouldn't be equal. Change or remove the duplicate key. - equal_keys_in_map
warning - lib/controller/local/translations.dart:20500:11 - Two keys in a map literal shouldn't be equal. Change or remove the duplicate key. - equal_keys_in_map
warning - lib/controller/local/translations.dart:21433:11 - Two keys in a map literal shouldn't be equal. Change or remove the duplicate key. - equal_keys_in_map
warning - lib/controller/local/translations.dart:21979:11 - Two keys in a map literal shouldn't be equal. Change or remove the duplicate key. - equal_keys_in_map
warning - lib/controller/local/translations.dart:22943:11 - Two keys in a map literal shouldn't be equal. Change or remove the duplicate key. - equal_keys_in_map
warning - lib/controller/local/translations.dart:23458:11 - Two keys in a map literal shouldn't be equal. Change or remove the duplicate key. - equal_keys_in_map
warning - lib/controller/local/translations.dart:24385:11 - Two keys in a map literal shouldn't be equal. Change or remove the duplicate key. - equal_keys_in_map
warning - lib/controller/notification/passenger_notification_controller.dart:4:8 - Unused import: 'package:siro_rider/controller/firebase/firbase_messge.dart'. Try removing the import directive. - unused_import
warning - lib/controller/notification/passenger_notification_controller.dart:60:9 - The value of the local variable 'res' isn't used. Try removing the variable or using it. - unused_local_variable
warning - lib/controller/payment/payment_controller.dart:2:8 - Unused import: 'package:siro_rider/constant/api_key.dart'. Try removing the import directive. - unused_import
warning - lib/controller/payment/payment_controller.dart:4:8 - Unused import: 'package:siro_rider/controller/firebase/firbase_messge.dart'. Try removing the import directive. - unused_import
warning - lib/controller/payment/payment_controller.dart:5:8 - Unused import: 'package:siro_rider/controller/payment/paymob/paymob_response.dart'. Try removing the import directive. - unused_import
warning - lib/controller/payment/payment_controller.dart:7:8 - Unused import: 'package:http/http.dart'. Try removing the import directive. - unused_import
warning - lib/controller/payment/payment_controller.dart:12:8 - Unused import: 'package:siro_rider/controller/home/map/ride_state.dart'. Try removing the import directive. - unused_import
warning - lib/controller/payment/payment_controller.dart:13:8 - Duplicate import. Try removing all but one import of the library. - duplicate_import
warning - lib/controller/payment/payment_controller.dart:13:8 - Unused import: 'package:siro_rider/controller/home/map/ride_state.dart'. Try removing the import directive. - unused_import
warning - lib/controller/payment/payment_controller.dart:17:8 - Unused import: '../../constant/colors.dart'. Try removing the import directive. - unused_import
warning - lib/controller/payment/payment_controller.dart:18:8 - Unused import: '../../constant/info.dart'. Try removing the import directive. - unused_import
warning - lib/controller/payment/payment_controller.dart:24:8 - Unused import: '../functions/encrypt_decrypt.dart'. Try removing the import directive. - unused_import
warning - lib/controller/payment/payment_controller.dart:25:8 - Unused import: '../functions/toast.dart'. Try removing the import directive. - unused_import
warning - lib/controller/payment/payment_controller.dart:128:11 - The value of the local variable 'res1' isn't used. Try removing the variable or using it. - unused_local_variable
warning - lib/controller/payment/payment_controller.dart:671:11 - The value of the local variable 'localAuth' isn't used. Try removing the variable or using it. - unused_local_variable
warning - lib/controller/payment/paymob.dart:10:8 - Unused import: '../functions/encrypt_decrypt.dart'. Try removing the import directive. - unused_import
warning - lib/controller/payment/paymob.dart:46:27 - The exception variable 'e' isn't used, so the 'catch' clause can be removed. Try removing the catch clause. - unused_catch_clause
warning - lib/controller/payment/paymob.dart:77:26 - The exception variable 'e' isn't used, so the 'catch' clause can be removed. Try removing the catch clause. - unused_catch_clause
warning - lib/controller/payment/paymob.dart:82:18 - The declaration '_getStatusAfterPaid' isn't referenced. Try removing the declaration of '_getStatusAfterPaid'. - unused_element
warning - lib/controller/payment/paymob/paymob_response.dart:11:8 - Unused import: 'package:http/http.dart'. Try removing the import directive. - unused_import
warning - lib/controller/payment/paymob/paymob_response.dart:13:8 - Unused import: '../../functions/encrypt_decrypt.dart'. Try removing the import directive. - unused_import
warning - lib/controller/payment/paymob/paymob_wallet.dart:8:8 - Unused import: '../../functions/encrypt_decrypt.dart'. Try removing the import directive. - unused_import
warning - lib/controller/payment/paymob/paymob_wallet.dart:43:15 - The value of the field '_iFrameURL' isn't used. Try removing the field, or using it. - unused_field
warning - lib/controller/payment/paymob/paymob_wallet.dart:169:26 - The exception variable 'e' isn't used, so the 'catch' clause can be removed. Try removing the catch clause. - unused_catch_clause
warning - lib/controller/payment/paymob/paymob_wallet.dart:275:15 - The left operand can't be null, so the right operand is never executed. Try removing the operator and the right operand. - dead_null_aware_expression
warning - lib/models/model/painter_copoun.dart:4:8 - Unused import: 'package:siro_rider/splash_screen_page.dart'. Try removing the import directive. - unused_import
warning - lib/onbording_page.dart:9:7 - This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: OnBoardingPage.onBoardingControllerImp - must_be_immutable
warning - lib/print.dart:10:18 - This function has a nullable return type of 'Object?', but ends without returning a value. Try adding a return statement, or if no value is ever returned, try changing the return type to 'void'. - body_might_complete_normally_nullable
warning - lib/services/offline_map_service.dart:5:8 - Unused import: 'package:get_storage/get_storage.dart'. Try removing the import directive. - unused_import
warning - lib/services/offline_map_service.dart:7:8 - Unused import: '../../main.dart'. Try removing the import directive. - unused_import
warning - lib/splash_screen_page.dart:428:13 - The value of the local variable 'dashAngle' isn't used. Try removing the variable or using it. - unused_local_variable
warning - lib/views/Rate/rating_driver_bottom.dart:9:8 - Unused import: '../../controller/home/map_passenger_controller.dart'. Try removing the import directive. - unused_import
warning - lib/views/auth/login_page.dart:11:8 - Unused import: 'package:path/path.dart'. Try removing the import directive. - unused_import
warning - lib/views/auth/login_page.dart:17:8 - Unused import: '../widgets/elevated_btn.dart'. Try removing the import directive. - unused_import
warning - lib/views/home/HomePage/contact_us.dart:10:8 - Unused import: '../../widgets/elevated_btn.dart'. Try removing the import directive. - unused_import
warning - lib/views/home/HomePage/share_app_page.dart:307:10 - The declaration '_buildPassengerStats' isn't referenced. Try removing the declaration of '_buildPassengerStats'. - unused_element
warning - lib/views/home/HomePage/trip_monitor/trip_link_monitor.dart:20:11 - The value of the local variable 'params' isn't used. Try removing the variable or using it. - unused_local_variable
warning - lib/views/home/map_widget.dart/cancel_raide_page.dart:6:8 - Unused import: '../../widgets/elevated_btn.dart'. Try removing the import directive. - unused_import
warning - lib/views/home/map_widget.dart/cancel_raide_page.dart:24:11 - The value of the local variable 'controller' isn't used. Try removing the variable or using it. - unused_local_variable
warning - lib/views/home/map_widget.dart/form_search_places_destenation.dart:10:8 - Unused import: 'package:siro_rider/views/widgets/elevated_btn.dart'. Try removing the import directive. - unused_import
warning - lib/views/home/map_widget.dart/form_search_places_destenation.dart:18:8 - Unused import: '../../../controller/home/map/ride_state.dart'. Try removing the import directive. - unused_import
warning - lib/views/home/map_widget.dart/left_main_menu_icons.dart:1:8 - Unused import: 'dart:math'. Try removing the import directive. - unused_import
warning - lib/views/home/map_widget.dart/map_menu_widget.dart:9:8 - Unused import: 'package:siro_rider/constant/style.dart'. Try removing the import directive. - unused_import
warning - lib/views/home/map_widget.dart/picker_animation_container.dart:19:11 - The value of the local variable 'mapEngine' isn't used. Try removing the variable or using it. - unused_local_variable
warning - lib/views/home/map_widget.dart/ride_begin_passenger.dart:10:8 - Unused import: '../../../constant/style.dart'. Try removing the import directive. - unused_import
warning - lib/views/home/map_widget.dart/ride_begin_passenger.dart:29:11 - The value of the local variable 'uiController' isn't used. Try removing the variable or using it. - unused_local_variable
warning - lib/views/home/map_widget.dart/ride_from_start_app.dart:41:44 - The left operand can't be null, so the right operand is never executed. Try removing the operator and the right operand. - dead_null_aware_expression
warning - lib/views/home/my_wallet/passenger_wallet.dart:15:8 - Unused import: '../../widgets/elevated_btn.dart'. Try removing the import directive. - unused_import
warning - lib/views/home/my_wallet/passenger_wallet_dialoge.dart:3:8 - Unused import: 'package:siro_rider/controller/functions/encrypt_decrypt.dart'. Try removing the import directive. - unused_import
warning - lib/views/home/my_wallet/payment_screen_sham.dart:4:8 - Unused import: 'package:get/get.dart'. Try removing the import directive. - unused_import
warning - lib/views/home/navigation/navigation_controller.dart:81:13 - The value of the field '_lastAutoRerouteTime' isn't used. Try removing the field, or using it. - unused_field
warning - lib/views/home/navigation/navigation_controller.dart:719:62 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion
warning - lib/views/home/navigation/navigation_controller.dart:1319:10 - The declaration '_kmToLatDelta' isn't referenced. Try removing the declaration of '_kmToLatDelta'. - unused_element
warning - lib/views/home/navigation/navigation_controller.dart:1320:10 - The declaration '_kmToLngDelta' isn't referenced. Try removing the declaration of '_kmToLngDelta'. - unused_element
warning - lib/views/home/profile/budgets_ads.dart:11:7 - This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: PointsCaptain.paymentController, PointsCaptain.pricePoint - must_be_immutable
warning - lib/views/home/profile/order_history.dart:2:8 - Unused import: 'dart:typed_data'. Try removing the import directive. - unused_import
warning - lib/views/home/profile/order_history.dart:437:8 - The declaration '_onMapCreated' isn't referenced. Try removing the declaration of '_onMapCreated'. - unused_element
warning - lib/views/widgets/elevated_btn.dart:4:8 - Unused import: 'package:vibration/vibration.dart'. Try removing the import directive. - unused_import
warning - lib/views/widgets/error_snakbar.dart:5:8 - Unused import: '../../constant/colors.dart'. Try removing the import directive. - unused_import
warning - lib/views/widgets/voice_call_bottom_sheet.dart:4:8 - Unused import: '../../constant/colors.dart'. Try removing the import directive. - unused_import
warning - lib/views/widgets/voice_call_bottom_sheet.dart:5:8 - Unused import: '../../constant/style.dart'. Try removing the import directive. - unused_import
warning - packages/calendar_builder/analysis_options.yaml:5:7 - Invalid option specified for 'enable-experiment': Flag "non-nullable" is no longer required. - invalid_option
warning - packages/calendar_builder/analysis_options.yaml:12:5 - 'import_of_legacy_library_into_null_safe' isn't a recognized diagnostic code. - unrecognized_error_code
warning - packages/calendar_builder/analysis_options.yaml:17:5 - 'missing_required_param' isn't a recognized lint rule. Try using the name of a recognized lint rule. - undefined_lint
warning - packages/calendar_builder/analysis_options.yaml:26:5 - 'import_of_legacy_library_into_null_safe' isn't a recognized lint rule. Try using the name of a recognized lint rule. - undefined_lint
warning - packages/calendar_builder/lib/src/models/month_data_model.dart:148:7 - Doc directive is missing an opening tag. Try opening the directive with the appropriate opening tag, 'end-tool'. - doc_directive_missing_opening_tag
warning - packages/calendar_builder/lib/src/models/month_data_model.dart:158:7 - Doc directive is missing an opening tag. Try opening the directive with the appropriate opening tag, 'end-tool'. - doc_directive_missing_opening_tag
warning - packages/calendar_builder/lib/src/models/month_data_model.dart:186:7 - Doc directive is missing an opening tag. Try opening the directive with the appropriate opening tag, 'end-tool'. - doc_directive_missing_opening_tag
warning - packages/calendar_builder/lib/src/models/month_data_model.dart:235:7 - Doc directive is missing an opening tag. Try opening the directive with the appropriate opening tag, 'end-tool'. - doc_directive_missing_opening_tag
warning - packages/calendar_builder/lib/src/models/month_data_model.dart:509:7 - Doc directive is missing an opening tag. Try opening the directive with the appropriate opening tag, 'end-tool'. - doc_directive_missing_opening_tag
warning - packages/calendar_builder/lib/src/models/month_data_model.dart:539:7 - Doc directive is missing an opening tag. Try opening the directive with the appropriate opening tag, 'end-tool'. - doc_directive_missing_opening_tag
warning - packages/calendar_builder/lib/src/models/month_data_model.dart:570:7 - Doc directive is missing an opening tag. Try opening the directive with the appropriate opening tag, 'end-tool'. - doc_directive_missing_opening_tag
warning - packages/calendar_builder/lib/src/models/month_data_model.dart:608:7 - Doc directive is missing an opening tag. Try opening the directive with the appropriate opening tag, 'end-tool'. - doc_directive_missing_opening_tag
warning - packages/calendar_builder/lib/src/models/month_data_model.dart:644:7 - Doc directive is missing an opening tag. Try opening the directive with the appropriate opening tag, 'end-tool'. - doc_directive_missing_opening_tag
warning - packages/calendar_builder/lib/src/views/month_builder.dart:81:6 - Doc directive is missing an opening tag. Try opening the directive with the appropriate opening tag, 'end-tool'. - doc_directive_missing_opening_tag
warning - packages/calendar_builder/lib/src/views/month_builder.dart:91:6 - Doc directive is missing an opening tag. Try opening the directive with the appropriate opening tag, 'end-tool'. - doc_directive_missing_opening_tag
warning - packages/calendar_builder/lib/src/views/month_builder.dart:102:6 - Doc directive is missing an opening tag. Try opening the directive with the appropriate opening tag, 'end-tool'. - doc_directive_missing_opening_tag
warning - packages/get/analysis_options.yaml:19:5 - 'include_file_not_found' isn't a recognized lint rule. Try using the name of a recognized lint rule. - undefined_lint
warning - packages/get/example/test/main_test.dart:15:22 - The method doesn't override an inherited method. Try updating this class to match the superclass, or removing the override annotation. - override_on_non_overriding_member
warning - packages/get/example_nav2/lib/app/middleware/auth_middleware.dart:14:56 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion
warning - packages/get/lib/get_navigation/src/nav2/get_information_parser.dart:29:62 - The left operand can't be null, so the right operand is never executed. Try removing the operator and the right operand. - dead_null_aware_expression
warning - packages/get/lib/get_navigation/src/nav2/get_router_delegate.dart:374:44 - The '!' will have no effect because the receiver can't be null. Try removing the '!' operator. - unnecessary_non_null_assertion
warning - packages/get/lib/get_state_manager/src/simple/get_controllers.dart:103:5 - Missing case clause for 'hidden'. Try adding a case clause for the missing constant, or adding a default clause. - missing_enum_constant_in_switch
warning - packages/get_storage/test/getstorage_test.dart:18:47 - The receiver can't be null, so the null-aware operator '?.' is unnecessary. Try replacing the operator '?.' with '.'. - invalid_null_aware_operator
warning - pubspec.yaml:120:7 - The asset file 'shorebird.yaml' doesn't exist. Try creating the file or fixing the path to the file. - asset_does_not_exist
   info - lib/constant/api_key.dart:10:23 - The variable name 'sss_pass' isn't a lowerCamelCase identifier. Try changing the name to follow the lowerCamelCase style. - non_constant_identifier_names
   info - lib/constant/api_key.dart:18:23 - The variable name 'sss_encryptionSalt' isn't a lowerCamelCase identifier. Try changing the name to follow the lowerCamelCase style. - non_constant_identifier_names
   info - lib/constant/api_key.dart:77:23 - The variable name 'payMobOutClient_id' isn't a lowerCamelCase identifier. Try changing the name to follow the lowerCamelCase style. - non_constant_identifier_names
   info - lib/constant/box_name.dart:9:23 - The constant name 'security_check' isn't a lowerCamelCase identifier. Try changing the name to follow the lowerCamelCase style. - constant_identifier_names
   info - lib/constant/colors.dart:60:58 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/constant/colors.dart:65:64 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/constant/credential.dart:12:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/constant/links.dart:200:17 - The variable name 'add_solve_all' isn't a lowerCamelCase identifier. Try changing the name to follow the lowerCamelCase style. - non_constant_identifier_names
   info - lib/constant/style.dart:46:41 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/constant/style.dart:50:41 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/constant/style.dart:61:31 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/constant/style.dart:65:40 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/constant/table_names.dart:18:23 - The constant name 'FCM_PRIVATE_KEY_INTALEQ' isn't a lowerCamelCase identifier. Try changing the name to follow the lowerCamelCase style. - constant_identifier_names
   info - lib/controller/auth/apple_signin_controller.dart:35:21 - Empty catch block. Try adding statements to the block, adding a comment to the block, or removing the 'catch' clause. - empty_catches
   info - lib/controller/auth/onboarding_controller.dart:10:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/auth/onboarding_controller.dart:11:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/auth/otp_controller.dart:38:15 - Use interpolation to compose strings and values. Try using string interpolation to build the composite string. - prefer_interpolation_to_compose_strings
   info - lib/controller/auth/otp_controller.dart:43:15 - Use interpolation to compose strings and values. Try using string interpolation to build the composite string. - prefer_interpolation_to_compose_strings
   info - lib/controller/auth/otp_controller.dart:55:17 - Use interpolation to compose strings and values. Try using string interpolation to build the composite string. - prefer_interpolation_to_compose_strings
   info - lib/controller/auth/otp_controller.dart:62:14 - Use interpolation to compose strings and values. Try using string interpolation to build the composite string. - prefer_interpolation_to_compose_strings
   info - lib/controller/auth/otp_controller.dart:67:14 - Use interpolation to compose strings and values. Try using string interpolation to build the composite string. - prefer_interpolation_to_compose_strings
   info - lib/controller/auth/otp_controller.dart:72:14 - Use interpolation to compose strings and values. Try using string interpolation to build the composite string. - prefer_interpolation_to_compose_strings
   info - lib/controller/auth/otp_controller.dart:123:26 - Unnecessary braces in a string interpolation. Try removing the braces. - unnecessary_brace_in_string_interps
   info - lib/controller/auth/otp_controller.dart:127:36 - Unnecessary braces in a string interpolation. Try removing the braces. - unnecessary_brace_in_string_interps
   info - lib/controller/auth/otp_controller.dart:159:27 - Unnecessary braces in a string interpolation. Try removing the braces. - unnecessary_brace_in_string_interps
   info - lib/controller/auth/otp_controller.dart:188:21 - Unnecessary braces in a string interpolation. Try removing the braces. - unnecessary_brace_in_string_interps
   info - lib/controller/auth/register_controller.dart:44:8 - Unnecessary override. Try adding behavior in the overriding member or removing the override. - unnecessary_overrides
   info - lib/controller/auth/register_controller.dart:59:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/auth/register_controller.dart:120:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/auth/register_controller.dart:191:20 - Unnecessary braces in a string interpolation. Try removing the braces. - unnecessary_brace_in_string_interps
   info - lib/controller/auth/register_controller.dart:268:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/auth/register_controller.dart:328:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/auth/verify_email_controller.dart:9:8 - Unnecessary override. Try adding behavior in the overriding member or removing the override. - unnecessary_overrides
   info - lib/controller/auth/verify_email_controller.dart:13:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/firebase/firbase_messge.dart:118:27 - Unnecessary braces in a string interpolation. Try removing the braces. - unnecessary_brace_in_string_interps
   info - lib/controller/firebase/live_activity.dart:5:7 - Constructors for public widgets should have a named 'key' parameter. Try adding a named parameter to the constructor. - use_key_in_widget_constructors
   info - lib/controller/firebase/live_activity.dart:7:3 - Invalid use of a private type in a public API. Try making the private type public, or making the API that uses the private type also be private. - library_private_types_in_public_api
   info - lib/controller/firebase/local_notification.dart:8:8 - The imported package 'timezone' isn't a dependency of the importing package. Try adding a dependency for 'timezone' in the 'pubspec.yaml' file. - depend_on_referenced_packages
   info - lib/controller/firebase/local_notification.dart:9:8 - The imported package 'timezone' isn't a dependency of the importing package. Try adding a dependency for 'timezone' in the 'pubspec.yaml' file. - depend_on_referenced_packages
   info - lib/controller/functions/add_error.dart:6:1 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/functions/audio_record1.dart:5:8 - The imported package 'path_provider' isn't a dependency of the importing package. Try adding a dependency for 'path_provider' in the 'pubspec.yaml' file. - depend_on_referenced_packages
   info - lib/controller/functions/crud.dart:217:9 - Don't invoke 'print' in production code. Try using a logging framework. - avoid_print
   info - lib/controller/functions/crud.dart:584:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/functions/crud.dart:635:13 - Use interpolation to compose strings and values. Try using string interpolation to build the composite string. - prefer_interpolation_to_compose_strings
   info - lib/controller/functions/crud.dart:650:13 - Use interpolation to compose strings and values. Try using string interpolation to build the composite string. - prefer_interpolation_to_compose_strings
   info - lib/controller/functions/encrypt_decrypt.dart:69:1 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/functions/encrypt_decrypt.dart:73:1 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/functions/geolocation.dart:32:9 - 'desiredAccuracy' is deprecated and shouldn't be used. use settings parameter with AndroidSettings, AppleSettings, WebSettings, or LocationSettings. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/controller/functions/log_out.dart:36:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/functions/log_out.dart:42:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/functions/log_out.dart:100:36 - 'MaterialStateProperty' is deprecated and shouldn't be used. Use WidgetStateProperty instead. Moved to the Widgets layer to make code available outside of Material. This feature was deprecated after v3.19.0-0.3.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/controller/functions/log_out.dart:154:36 - 'MaterialStateProperty' is deprecated and shouldn't be used. Use WidgetStateProperty instead. Moved to the Widgets layer to make code available outside of Material. This feature was deprecated after v3.19.0-0.3.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/controller/functions/log_out.dart:188:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/functions/network/net_guard.dart:16:22 - The type of the right operand ('ConnectivityResult') isn't a subtype or a supertype of the left operand ('List<ConnectivityResult>'). Try changing one or both of the operands. - unrelated_type_equality_checks
   info - lib/controller/functions/package_info.dart:11:8 - The imported package 'package_info_plus' isn't a dependency of the importing package. Try adding a dependency for 'package_info_plus' in the 'pubspec.yaml' file. - depend_on_referenced_packages
   info - lib/controller/functions/package_info.dart:29:22 - Don't use 'BuildContext's across async gaps. Try rewriting the code to not use the 'BuildContext', or guard the use with a 'mounted' check. - use_build_context_synchronously
   info - lib/controller/functions/package_info.dart:33:1 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/functions/package_info.dart:78:32 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/controller/functions/package_info.dart:319:9 - An uninitialized variable should have an explicit type annotation. Try adding a type annotation. - prefer_typing_uninitialized_variables
   info - lib/controller/functions/package_info.dart:325:34 - 'toMap' is deprecated and shouldn't be used. Use [data] getter instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/controller/functions/package_info.dart:330:30 - 'toMap' is deprecated and shouldn't be used. Use [data] getter instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/controller/functions/secure_storage.dart:53:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/functions/secure_storage.dart:82:17 - Empty catch block. Try adding statements to the block, adding a comment to the block, or removing the 'catch' clause. - empty_catches
   info - lib/controller/functions/securty_check.dart:24:10 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/functions/securty_check.dart:29:9 - Don't use 'BuildContext's across async gaps. Try rewriting the code to not use the 'BuildContext', or guard the use with a 'mounted' check. - use_build_context_synchronously
   info - lib/controller/functions/sms_controller.dart:155:7 - Don't invoke 'print' in production code. Try using a logging framework. - avoid_print
   info - lib/controller/functions/sms_controller.dart:165:7 - Don't invoke 'print' in production code. Try using a logging framework. - avoid_print
   info - lib/controller/functions/sss.dart:7:10 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/functions/sss.dart:11:10 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/functions/sss.dart:15:10 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/functions/upload_image.dart:23:7 - An uninitialized field should have an explicit type annotation. Try adding a type annotation. - prefer_typing_uninitialized_variables
   info - lib/controller/functions/upload_image.dart:23:7 - Missing type annotation. Try replacing 'var' with a type annotation. - strict_top_level_inference
   info - lib/controller/functions/upload_image.dart:24:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/functions/upload_image.dart:65:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/home/device_performance.dart:114:13 - Statements in an if should be enclosed in a block. Try wrapping the statement in a block. - curly_braces_in_flow_control_structures
   info - lib/controller/home/device_tier.dart:19:11 - Statements in an if should be enclosed in a block. Try wrapping the statement in a block. - curly_braces_in_flow_control_structures
   info - lib/controller/home/device_tier.dart:36:7 - Statements in an if should be enclosed in a block. Try wrapping the statement in a block. - curly_braces_in_flow_control_structures
   info - lib/controller/home/device_tier.dart:38:7 - Statements in an if should be enclosed in a block. Try wrapping the statement in a block. - curly_braces_in_flow_control_structures
   info - lib/controller/home/device_tier.dart:39:25 - Statements in an if should be enclosed in a block. Try wrapping the statement in a block. - curly_braces_in_flow_control_structures
   info - lib/controller/home/device_tier.dart:43:7 - Statements in an if should be enclosed in a block. Try wrapping the statement in a block. - curly_braces_in_flow_control_structures
   info - lib/controller/home/device_tier.dart:45:7 - Statements in an if should be enclosed in a block. Try wrapping the statement in a block. - curly_braces_in_flow_control_structures
   info - lib/controller/home/device_tier.dart:46:26 - Statements in an if should be enclosed in a block. Try wrapping the statement in a block. - curly_braces_in_flow_control_structures
   info - lib/controller/home/device_tier.dart:50:7 - Statements in an if should be enclosed in a block. Try wrapping the statement in a block. - curly_braces_in_flow_control_structures
   info - lib/controller/home/device_tier.dart:51:30 - Statements in an if should be enclosed in a block. Try wrapping the statement in a block. - curly_braces_in_flow_control_structures
   info - lib/controller/home/device_tier.dart:59:7 - Statements in an if should be enclosed in a block. Try wrapping the statement in a block. - curly_braces_in_flow_control_structures
   info - lib/controller/home/device_tier.dart:61:7 - Statements in an if should be enclosed in a block. Try wrapping the statement in a block. - curly_braces_in_flow_control_structures
   info - lib/controller/home/device_tier.dart:62:26 - Statements in an if should be enclosed in a block. Try wrapping the statement in a block. - curly_braces_in_flow_control_structures
   info - lib/controller/home/map/location_search_controller.dart:269:19 - The local variable '_locationData' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - lib/controller/home/map/location_search_controller.dart:798:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/home/map/location_search_controller.dart:815:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/home/map/map_engine_controller.dart:3:8 - The import of 'dart:typed_data' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/foundation.dart'. Try removing the import directive. - unnecessary_import
   info - lib/controller/home/map/map_engine_controller.dart:77:22 - The private field _animationTimers could be 'final'. Try making the field 'final'. - prefer_final_fields
   info - lib/controller/home/map/map_engine_controller.dart:182:76 - Unnecessary braces in a string interpolation. Try removing the braces. - unnecessary_brace_in_string_interps
   info - lib/controller/home/map/map_engine_controller.dart:685:38 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/controller/home/map/ride_lifecycle_controller.dart:617:12 - The local variable '_status' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - lib/controller/home/map/ride_lifecycle_controller.dart:618:12 - The local variable '_lowerStatus' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - lib/controller/home/map/ride_lifecycle_controller.dart:1433:16 - Use 'isNotEmpty' instead of 'length' to test whether the collection is empty. Try rewriting the expression to use 'isNotEmpty'. - prefer_is_empty
   info - lib/controller/home/map/ride_lifecycle_controller.dart:1736:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/home/map/ride_lifecycle_controller.dart:1746:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/home/map/ride_lifecycle_controller.dart:1836:14 - The local variable '_applyDiscountPerTier' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - lib/controller/home/map/ride_lifecycle_controller.dart:1894:9 - Don't use 'BuildContext's across async gaps. Try rewriting the code to not use the 'BuildContext', or guard the use with a 'mounted' check. - use_build_context_synchronously
   info - lib/controller/home/map/ride_lifecycle_controller.dart:1947:10 - The local variable '_isAirport' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - lib/controller/home/map/ride_lifecycle_controller.dart:1954:10 - The local variable '_isClub' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - lib/controller/home/map/ride_lifecycle_controller.dart:1963:10 - The local variable '_isInsideDamascusAirportBounds' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - lib/controller/home/map/ride_lifecycle_controller.dart:1978:12 - The local variable '_perMinuteByTime' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - lib/controller/home/map/ride_lifecycle_controller.dart:1986:12 - The local variable '_applyMinFare' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - lib/controller/home/map/ride_lifecycle_controller.dart:1989:12 - The local variable '_withCommission' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - lib/controller/home/map/ride_lifecycle_controller.dart:2070:12 - The local variable '_oneWayFare' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - lib/controller/home/map/ride_lifecycle_controller.dart:2087:12 - The local variable '_roundTripFare' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - lib/controller/home/map/ride_lifecycle_controller.dart:2405:15 - The local variable '_data' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - lib/controller/home/map/ride_lifecycle_controller.dart:2762:11 - An uninitialized variable should have an explicit type annotation. Try adding a type annotation. - prefer_typing_uninitialized_variables
   info - lib/controller/home/map/ride_lifecycle_controller.dart:2762:22 - An uninitialized variable should have an explicit type annotation. Try adding a type annotation. - prefer_typing_uninitialized_variables
   info - lib/controller/home/map/ride_lifecycle_controller.dart:2762:32 - An uninitialized variable should have an explicit type annotation. Try adding a type annotation. - prefer_typing_uninitialized_variables
   info - lib/controller/home/map/ride_lifecycle_controller.dart:3489:14 - Function literals shouldn't be passed to 'forEach'. Try using a 'for' loop. - avoid_function_literals_in_foreach_calls
   info - lib/controller/home/map/ride_lifecycle_controller.dart:3519:7 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/home/map/ride_lifecycle_controller.dart:3523:7 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/home/map/ride_lifecycle_controller.dart:4321:35 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/controller/home/map/ride_lifecycle_controller.dart:4325:39 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/controller/home/map/ui_interactions_controller.dart:3:8 - The import of 'dart:ui' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart'. Try removing the import directive. - unnecessary_import
   info - lib/controller/home/map/ui_interactions_controller.dart:5:8 - The import of 'package:flutter/cupertino.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart'. Try removing the import directive. - unnecessary_import
   info - lib/controller/home/map/ui_interactions_controller.dart:180:14 - Use interpolation to compose strings and values. Try using string interpolation to build the composite string. - prefer_interpolation_to_compose_strings
   info - lib/controller/home/map/ui_interactions_controller.dart:183:14 - Use interpolation to compose strings and values. Try using string interpolation to build the composite string. - prefer_interpolation_to_compose_strings
   info - lib/controller/home/payment/captain_wallet_controller.dart:21:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/home/payment/credit_card_Controller.dart:1:1 - The file name 'credit_card_Controller.dart' isn't a lower_case_with_underscores identifier. Try changing the name to follow the lower_case_with_underscores style. - file_names
   info - lib/controller/home/payment/credit_card_Controller.dart:15:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/home/points_for_rider_controller.dart:129:7 - Constructors for public widgets should have a named 'key' parameter. Try adding a named parameter to the constructor. - use_key_in_widget_constructors
   info - lib/controller/home/profile/complaint_controller.dart:51:31 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/controller/home/profile/complaint_controller.dart:52:51 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/controller/home/profile/complaint_controller.dart:65:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/home/profile/invit_controller.dart:35:8 - Unnecessary override. Try adding behavior in the overriding member or removing the override. - unnecessary_overrides
   info - lib/controller/home/profile/invit_controller.dart:56:13 - 'Share' is deprecated and shouldn't be used. Use SharePlus instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/controller/home/profile/invit_controller.dart:56:19 - 'share' is deprecated and shouldn't be used. Use SharePlus.instance.share() instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/controller/home/profile/invit_controller.dart:67:13 - 'Share' is deprecated and shouldn't be used. Use SharePlus instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/controller/home/profile/invit_controller.dart:67:19 - 'share' is deprecated and shouldn't be used. Use SharePlus.instance.share() instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/controller/home/profile/invit_controller.dart:196:14 - Unnecessary use of string interpolation. Try replacing the string literal with the variable name. - unnecessary_string_interpolations
   info - lib/controller/home/profile/invit_controller.dart:274:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/home/profile/invit_controller.dart:330:11 - Unnecessary use of string interpolation. Try replacing the string literal with the variable name. - unnecessary_string_interpolations
   info - lib/controller/home/splash_screen_controlle.dart:7:8 - The imported package 'package_info_plus' isn't a dependency of the importing package. Try adding a dependency for 'package_info_plus' in the 'pubspec.yaml' file. - depend_on_referenced_packages
   info - lib/controller/home/trip_monitor_controller.dart:29:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/home/trip_monitor_controller.dart:97:8 - Unnecessary override. Try adding behavior in the overriding member or removing the override. - unnecessary_overrides
   info - lib/controller/local/phone_intel/country_picker_dialog.dart:51:9 - Parameter 'key' could be a super parameter. Trying converting 'key' to a super parameter. - use_super_parameters
   info - lib/controller/local/phone_intel/intl_phone_field.dart:1:9 - Library names are not necessary. Remove the library name. - unnecessary_library_name
   info - lib/controller/local/phone_intel/intl_phone_field.dart:253:9 - Parameter 'key' could be a super parameter. Trying converting 'key' to a super parameter. - use_super_parameters
   info - lib/controller/local/translations.dart:33:38 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:98:20 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:7314:38 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:7315:42 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:7376:20 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:7377:24 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:8842:38 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:8843:42 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:8904:20 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:8905:24 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:10412:38 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:10413:42 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:10474:20 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:10475:24 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:12161:38 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:12162:42 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:12223:20 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:12224:24 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:13903:38 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:13904:42 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:13965:20 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:13966:24 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:15409:38 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:15410:42 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:15471:20 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:15472:24 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:16901:38 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:16902:42 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:16963:20 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:16964:24 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:18462:38 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:18463:42 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:18524:20 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:18525:24 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:20022:38 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:20023:42 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:20084:20 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:20085:24 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:21486:38 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:21487:42 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:21548:20 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:21549:24 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:22985:38 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:22986:42 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:23047:20 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/local/translations.dart:23048:24 - Unnecessary escape in string literal. Remove the '\' escape. - unnecessary_string_escapes
   info - lib/controller/notification/notification_captain_controller.dart:16:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/notification/notification_captain_controller.dart:41:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/notification/notification_captain_controller.dart:48:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/notification/passenger_notification_controller.dart:17:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/notification/passenger_notification_controller.dart:50:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/notification/passenger_notification_controller.dart:59:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/notification/ride_available_controller.dart:13:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/payment/driver_payment_controller.dart:14:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/payment/payment_controller.dart:55:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/payment/payment_controller.dart:109:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/payment/payment_controller.dart:169:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/payment/payment_controller.dart:267:15 - Don't use 'BuildContext's across async gaps. Try rewriting the code to not use the 'BuildContext', or guard the use with a 'mounted' check. - use_build_context_synchronously
   info - lib/controller/payment/payment_controller.dart:517:18 - The local variable '_showLoading' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - lib/controller/payment/payment_controller.dart:525:10 - The local variable '_closeAnyDialog' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - lib/controller/payment/payment_controller.dart:679:9 - Parameter 'key' could be a super parameter. Trying converting 'key' to a super parameter. - use_super_parameters
   info - lib/controller/payment/paymob.dart:77:10 - 'DioError' is deprecated and shouldn't be used. Use DioException instead. This will be removed in 6.0.0. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/controller/payment/paymob.dart:100:23 - Unnecessary braces in a string interpolation. Try removing the braces. - unnecessary_brace_in_string_interps
   info - lib/controller/payment/paymob.dart:117:20 - Unnecessary braces in a string interpolation. Try removing the braces. - unnecessary_brace_in_string_interps
   info - lib/controller/payment/paymob.dart:155:23 - Unnecessary braces in a string interpolation. Try removing the braces. - unnecessary_brace_in_string_interps
   info - lib/controller/payment/paymob/e_cash_screen.dart:10:9 - Parameter 'key' could be a super parameter. Trying converting 'key' to a super parameter. - use_super_parameters
   info - lib/controller/payment/paymob/paymob_response.dart:253:9 - Parameter 'key' could be a super parameter. Trying converting 'key' to a super parameter. - use_super_parameters
   info - lib/controller/payment/paymob/paymob_response.dart:339:9 - Parameter 'key' could be a super parameter. Trying converting 'key' to a super parameter. - use_super_parameters
   info - lib/controller/payment/paymob/paymob_response.dart:355:43 - Unnecessary braces in a string interpolation. Try removing the braces. - unnecessary_brace_in_string_interps
   info - lib/controller/payment/paymob/paymob_wallet.dart:169:10 - 'DioError' is deprecated and shouldn't be used. Use DioException instead. This will be removed in 6.0.0. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/controller/payment/paymob/paymob_wallet.dart:223:27 - Unnecessary braces in a string interpolation. Try removing the braces. - unnecessary_brace_in_string_interps
   info - lib/controller/payment/paymob/paymob_wallet.dart:291:9 - Parameter 'key' could be a super parameter. Trying converting 'key' to a super parameter. - use_super_parameters
   info - lib/controller/profile/profile_controller.dart:5:8 - The import of 'package:flutter/material.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/cupertino.dart'. Try removing the import directive. - unnecessary_import
   info - lib/controller/profile/profile_controller.dart:40:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/profile/profile_controller.dart:49:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/profile/profile_controller.dart:89:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/rate/rate_conroller.dart:39:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - lib/controller/themes/themes.dart:24:5 - 'color' is deprecated and shouldn't be used. Use backgroundColor instead. This feature was deprecated after v3.33.0-0.2.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/controller/themes/themes.dart:63:5 - 'color' is deprecated and shouldn't be used. Use backgroundColor instead. This feature was deprecated after v3.33.0-0.2.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/controller/themes/themes.dart:94:5 - 'color' is deprecated and shouldn't be used. Use backgroundColor instead. This feature was deprecated after v3.33.0-0.2.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/controller/themes/themes.dart:133:5 - 'color' is deprecated and shouldn't be used. Use backgroundColor instead. This feature was deprecated after v3.33.0-0.2.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/env/env.dart:18:23 - The variable name 'sss_encryptionSalt' isn't a lowerCamelCase identifier. Try changing the name to follow the lowerCamelCase style. - non_constant_identifier_names
   info - lib/env/env.dart:21:23 - The variable name 'sss_pass' isn't a lowerCamelCase identifier. Try changing the name to follow the lowerCamelCase style. - non_constant_identifier_names
   info - lib/env/env.dart:181:23 - The variable name 'payMobOutClient_id' isn't a lowerCamelCase identifier. Try changing the name to follow the lowerCamelCase style. - non_constant_identifier_names
   info - lib/models/model/painter_copoun.dart:60:32 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/models/model/painter_copoun.dart:85:9 - Parameter 'key' could be a super parameter. Trying converting 'key' to a super parameter. - use_super_parameters
   info - lib/models/model/painter_copoun.dart:135:41 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/onbording_page.dart:37:9 - Parameter 'key' could be a super parameter. Trying converting 'key' to a super parameter. - use_super_parameters
   info - lib/onbording_page.dart:82:9 - Parameter 'key' could be a super parameter. Trying converting 'key' to a super parameter. - use_super_parameters
   info - lib/services/emergency_signal_service.dart:30:34 - 'accelerometerEvents' is deprecated and shouldn't be used. Use accelerometerEventStream() instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/splash_screen_page.dart:47:45 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/splash_screen_page.dart:64:45 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/splash_screen_page.dart:135:44 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/splash_screen_page.dart:155:44 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/splash_screen_page.dart:205:61 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/splash_screen_page.dart:209:62 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/splash_screen_page.dart:223:44 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/splash_screen_page.dart:229:48 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/splash_screen_page.dart:246:42 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/splash_screen_page.dart:297:51 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/splash_screen_page.dart:306:51 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/splash_screen_page.dart:337:33 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/splash_screen_page.dart:354:50 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/splash_screen_page.dart:372:41 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/splash_screen_page.dart:386:41 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/splash_screen_page.dart:423:43 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/splash_screen_page.dart:445:43 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/splash_screen_page.dart:456:26 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/Rate/rating_driver_bottom.dart:135:67 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/login_page.dart:78:41 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/login_page.dart:79:41 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/login_page.dart:96:41 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/login_page.dart:97:41 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/login_page.dart:118:28 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/login_page.dart:119:28 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/login_page.dart:122:30 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/login_page.dart:123:30 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/login_page.dart:129:32 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/login_page.dart:130:32 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/login_page.dart:153:35 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/login_page.dart:158:42 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/login_page.dart:176:34 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/login_page.dart:177:34 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/login_page.dart:472:54 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/login_page.dart:474:56 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/login_page.dart:485:54 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/login_page.dart:487:56 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/login_page.dart:569:40 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/login_page.dart:571:31 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/login_page.dart:637:43 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/login_page.dart:647:50 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/login_page.dart:685:28 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/login_page.dart:686:28 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/login_page.dart:689:30 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/login_page.dart:690:30 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/otp_page.dart:26:34 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/otp_page.dart:68:43 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/otp_page.dart:69:32 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/otp_page.dart:80:50 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/otp_page.dart:215:43 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/otp_page.dart:216:43 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/otp_page.dart:234:43 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/otp_page.dart:235:43 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/otp_page.dart:261:46 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/otp_page.dart:262:46 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/otp_page.dart:265:48 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/otp_page.dart:266:57 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/otp_page.dart:271:60 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/otp_page.dart:322:48 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/otp_page.dart:323:48 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/otp_page.dart:327:50 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/otp_page.dart:328:50 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/otp_page.dart:334:52 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/otp_page.dart:335:52 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/otp_page.dart:438:50 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/otp_page.dart:472:43 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/otp_page.dart:563:48 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/otp_page.dart:586:46 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/otp_page.dart:590:38 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/otp_page.dart:734:50 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/otp_page.dart:843:42 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/otp_page.dart:882:37 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/otp_page.dart:887:44 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/auth/sms_verfy_page.dart:15:3 - Constructors in '@immutable' classes should be declared as 'const'. Try adding 'const' to the constructor declaration. - prefer_const_constructors_in_immutables
   info - lib/views/home/HomePage/contact_us.dart:13:3 - Constructors in '@immutable' classes should be declared as 'const'. Try adding 'const' to the constructor declaration. - prefer_const_constructors_in_immutables
   info - lib/views/home/HomePage/contact_us.dart:81:38 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/HomePage/contact_us.dart:84:57 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/HomePage/contact_us.dart:88:59 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/HomePage/contact_us.dart:101:63 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/HomePage/contact_us.dart:135:63 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/HomePage/contact_us.dart:138:65 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/HomePage/contact_us.dart:221:38 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/HomePage/contact_us.dart:221:71 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/HomePage/contact_us.dart:298:40 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/HomePage/contact_us.dart:299:40 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/HomePage/contact_us.dart:299:72 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/HomePage/contact_us.dart:303:59 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/HomePage/contact_us.dart:308:63 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/HomePage/contact_us.dart:319:58 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/HomePage/frequentlyQuestionsPage.dart:1:1 - The file name 'frequentlyQuestionsPage.dart' isn't a lower_case_with_underscores identifier. Try changing the name to follow the lower_case_with_underscores style. - file_names
   info - lib/views/home/HomePage/share_app_page.dart:10:7 - Constructors for public widgets should have a named 'key' parameter. Try adding a named parameter to the constructor. - use_key_in_widget_constructors
   info - lib/views/home/HomePage/share_app_page.dart:55:39 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/HomePage/share_app_page.dart:120:35 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/HomePage/share_app_page.dart:122:54 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/HomePage/share_app_page.dart:131:45 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/HomePage/share_app_page.dart:170:41 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/HomePage/share_app_page.dart:199:41 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/HomePage/share_app_page.dart:266:37 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/HomePage/share_app_page.dart:268:56 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/HomePage/share_app_page.dart:287:53 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/HomePage/share_app_page.dart:311:35 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/HomePage/share_app_page.dart:313:54 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/HomePage/share_app_page.dart:424:55 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/HomePage/share_app_page.dart:456:55 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/HomePage/trip_record_page.dart:124:52 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/HomePage/trip_record_page.dart:189:21 - 'Share' is deprecated and shouldn't be used. Use SharePlus instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/HomePage/trip_record_page.dart:189:27 - 'shareXFiles' is deprecated and shouldn't be used. Use SharePlus.instance.share() instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/HomePage/trip_record_page.dart:255:30 - Don't use 'BuildContext's across async gaps. Try rewriting the code to not use the 'BuildContext', or guard the use with a 'mounted' check. - use_build_context_synchronously
   info - lib/views/home/drawer_menu_page.dart:11:38 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/map_widget.dart/apply_order_widget.dart:56:37 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/map_widget.dart/apply_order_widget.dart:74:42 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/map_widget.dart/apply_order_widget.dart:162:52 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/map_widget.dart/apply_order_widget.dart:169:44 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/map_widget.dart/apply_order_widget.dart:245:47 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/map_widget.dart/apply_order_widget.dart:257:52 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/map_widget.dart/apply_order_widget.dart:327:25 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/map_widget.dart/apply_order_widget.dart:353:63 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/map_widget.dart/apply_order_widget.dart:372:46 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/map_widget.dart/apply_order_widget.dart:392:43 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/map_widget.dart/apply_order_widget.dart:439:56 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/map_widget.dart/apply_order_widget.dart:455:58 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/map_widget.dart/apply_order_widget.dart:564:40 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/map_widget.dart/apply_order_widget.dart:566:59 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/map_widget.dart/apply_order_widget.dart:593:34 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/map_widget.dart/apply_order_widget.dart:663:9 - Parameter 'key' could be a super parameter. Trying converting 'key' to a super parameter. - use_super_parameters
   info - lib/views/home/map_widget.dart/apply_order_widget.dart:691:46 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/map_widget.dart/apply_order_widget.dart:705:9 - Parameter 'key' could be a super parameter. Trying converting 'key' to a super parameter. - use_super_parameters
   info - lib/views/home/map_widget.dart/apply_order_widget.dart:719:54 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/map_widget.dart/cancel_raide_page.dart:19:9 - Parameter 'key' could be a super parameter. Trying converting 'key' to a super parameter. - use_super_parameters
   info - lib/views/home/map_widget.dart/cancel_raide_page.dart:108:50 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/map_widget.dart/car_details_widget_to_go.dart:202:40 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/map_widget.dart/car_details_widget_to_go.dart:321:38 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/map_widget.dart/car_details_widget_to_go.dart:407:49 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/map_widget.dart/car_details_widget_to_go.dart:412:57 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/map_widget.dart/car_details_widget_to_go.dart:422:53 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/map_widget.dart/car_details_widget_to_go.dart:759:42 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/map_widget.dart/car_details_widget_to_go.dart:771:52 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/map_widget.dart/car_details_widget_to_go.dart:788:61 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/map_widget.dart/cash_confirm_bottom_page.dart:40:37 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/map_widget.dart/cash_confirm_bottom_page.dart:171:31 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/map_widget.dart/cash_confirm_bottom_page.dart:172:37 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/map_widget.dart/cash_confirm_bottom_page.dart:177:39 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/map_widget.dart/cash_confirm_bottom_page.dart:196:54 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/map_widget.dart/form_search_places_destenation.dart:327:9 - Don't use 'BuildContext's across async gaps. Try rewriting the code to not use the 'BuildContext', or guard the use with a 'mounted' check. - use_build_context_synchronously
   info - lib/views/home/map_widget.dart/form_search_places_destenation.dart:425:34 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/map_widget.dart/form_search_places_destenation.dart:427:53 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/map_widget.dart/form_serch_multiy_point.dart:138:41 - Don't use 'BuildContext's across async gaps. Try rewriting the code to not use the 'BuildContext', or guard the use with a 'mounted' check. - use_build_context_synchronously
   info - lib/views/home/map_widget.dart/main_bottom_Menu_map.dart:1:1 - The file name 'main_bottom_Menu_map.dart' isn't a lower_case_with_underscores identifier. Try changing the name to follow the lower_case_with_underscores style. - file_names
   info - lib/views/home/map_widget.dart/new_main_bottom_sheet.dart:64:47 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/map_widget.dart/passengerRideLoctionWidget.dart:1:1 - The file name 'passengerRideLoctionWidget.dart' isn't a lower_case_with_underscores identifier. Try changing the name to follow the lower_case_with_underscores style. - file_names
   info - lib/views/home/my_wallet/passenger_wallet.dart:5:8 - The import of 'dart:ui' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/cupertino.dart'. Try removing the import directive. - unnecessary_import
   info - lib/views/home/my_wallet/passenger_wallet.dart:50:54 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/my_wallet/passenger_wallet.dart:107:46 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/my_wallet/passenger_wallet.dart:122:39 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/my_wallet/passenger_wallet.dart:143:49 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/my_wallet/passenger_wallet.dart:153:61 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/my_wallet/passenger_wallet.dart:172:49 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/my_wallet/passenger_wallet.dart:201:40 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/my_wallet/passenger_wallet.dart:209:52 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/my_wallet/passenger_wallet_dialoge.dart:133:14 - 'WillPopScope' is deprecated and shouldn't be used. Use PopScope instead. The Android predictive back feature will not work with WillPopScope. This feature was deprecated after v3.12.0-1.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/my_wallet/payment_history_driver_page.dart:31:55 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/my_wallet/payment_history_driver_page.dart:32:57 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/my_wallet/payment_history_passenger_page.dart:2:8 - The import of 'package:flutter/material.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/cupertino.dart'. Try removing the import directive. - unnecessary_import
   info - lib/views/home/my_wallet/payment_history_passenger_page.dart:36:55 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/my_wallet/payment_history_passenger_page.dart:37:57 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/my_wallet/payment_screen_sham.dart:81:3 - Invalid use of a private type in a public API. Try making the private type public, or making the API that uses the private type also be private. - library_private_types_in_public_api
   info - lib/views/home/my_wallet/payment_screen_sham.dart:189:12 - 'WillPopScope' is deprecated and shouldn't be used. Use PopScope instead. The Android predictive back feature will not work with WillPopScope. This feature was deprecated after v3.12.0-1.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/my_wallet/payment_screen_sham.dart:250:40 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/my_wallet/payment_screen_sham.dart:286:28 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/navigation/navigation_controller.dart:463:11 - 'desiredAccuracy' is deprecated and shouldn't be used. use settings parameter with AndroidSettings, AppleSettings, WebSettings, or LocationSettings. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/navigation/navigation_controller.dart:786:40 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/navigation/navigation_controller.dart:804:40 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/navigation/navigation_view.dart:117:35 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/navigation/navigation_view.dart:134:9 - Parameter 'key' could be a super parameter. Trying converting 'key' to a super parameter. - use_super_parameters
   info - lib/views/home/navigation/navigation_view.dart:149:41 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/navigation/navigation_view.dart:195:39 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/navigation/navigation_view.dart:223:46 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/navigation/navigation_view.dart:278:35 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/navigation/navigation_view.dart:346:49 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/navigation/navigation_view.dart:413:37 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/navigation/navigation_view.dart:424:37 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/navigation/navigation_view.dart:449:45 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/navigation/navigation_view.dart:487:47 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/navigation/navigation_view.dart:520:43 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/navigation/navigation_view.dart:555:46 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/navigation/navigation_view.dart:654:55 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/navigation/navigation_view.dart:670:42 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/navigation/navigation_view.dart:774:41 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/navigation/navigation_view.dart:777:29 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/navigation/navigation_view.dart:798:41 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/navigation/navigation_view.dart:842:48 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/navigation/navigation_view.dart:852:41 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/navigation/navigation_view.dart:856:47 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/navigation/navigation_view.dart:880:52 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/navigation/navigation_view.dart:907:37 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/navigation/navigation_view.dart:965:48 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/navigation/navigation_view.dart:973:58 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/navigation/navigation_view.dart:975:40 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/navigation/navigation_view.dart:977:38 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/navigation/navigation_view.dart:995:42 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/navigation/navigation_view.dart:997:63 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/navigation/navigation_view.dart:1002:50 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/navigation/navigation_view.dart:1012:51 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/navigation/navigation_view.dart:1018:50 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/navigation/navigation_view.dart:1050:55 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/navigation/navigation_view.dart:1077:34 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/budgets_ads.dart:40:25 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/budgets_ads.dart:42:25 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/complaint_page.dart:51:64 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/complaint_page.dart:179:41 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/complaint_page.dart:195:33 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/complaint_page.dart:217:49 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/complaint_page.dart:221:56 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/order_history.dart:6:8 - The import of 'package:flutter/services.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart'. Try removing the import directive. - unnecessary_import
   info - lib/views/home/profile/order_history.dart:42:62 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/order_history.dart:91:9 - Parameter 'key' could be a super parameter. Trying converting 'key' to a super parameter. - use_super_parameters
   info - lib/views/home/profile/order_history.dart:110:37 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/order_history.dart:138:49 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/order_history.dart:174:60 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/order_history.dart:180:62 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/order_history.dart:236:33 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/order_history.dart:237:33 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/order_history.dart:246:39 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/order_history.dart:299:39 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/order_history.dart:338:58 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/order_history.dart:384:22 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/order_history.dart:386:41 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/order_history.dart:515:44 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/order_history.dart:560:59 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/passenger_profile_page.dart:2:8 - The imported package 'cached_network_image' isn't a dependency of the importing package. Try adding a dependency for 'cached_network_image' in the 'pubspec.yaml' file. - depend_on_referenced_packages
   info - lib/views/home/profile/passenger_profile_page.dart:92:41 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/passenger_profile_page.dart:112:35 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/passenger_profile_page.dart:135:45 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/passenger_profile_page.dart:147:48 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/passenger_profile_page.dart:161:38 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/passenger_profile_page.dart:183:48 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/passenger_profile_page.dart:365:45 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/passenger_profile_page.dart:366:45 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/passenger_profile_page.dart:403:61 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/passenger_profile_page.dart:419:61 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/passenger_profile_page.dart:450:54 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/passenger_profile_page.dart:484:50 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/passenger_profile_page.dart:511:44 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/passenger_profile_page.dart:513:63 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/passenger_profile_page.dart:572:36 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/passenger_profile_page.dart:573:36 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/passenger_profile_page.dart:604:30 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/passenger_profile_page.dart:630:57 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/passenger_profile_page.dart:642:33 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/passenger_profile_page.dart:804:33 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/passenger_profile_page.dart:806:52 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/passenger_profile_page.dart:817:43 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/passenger_profile_page.dart:909:49 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/passenger_profile_page.dart:918:54 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/passenger_profile_page.dart:922:54 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/passenger_profile_page.dart:971:39 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/passenger_profile_page.dart:1030:45 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/passenger_profile_page.dart:1042:40 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/profile_captain.dart:1:8 - The imported package 'cached_network_image' isn't a dependency of the importing package. Try adding a dependency for 'cached_network_image' in the 'pubspec.yaml' file. - depend_on_referenced_packages
   info - lib/views/home/profile/profile_captain.dart:41:31 - Use interpolation to compose strings and values. Try using string interpolation to build the composite string. - prefer_interpolation_to_compose_strings
   info - lib/views/home/profile/promos_passenger_page.dart:6:8 - The import of 'dart:ui' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart'. Try removing the import directive. - unnecessary_import
   info - lib/views/home/profile/promos_passenger_page.dart:72:35 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/promos_passenger_page.dart:123:52 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/profile/promos_passenger_page.dart:144:52 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/setting_page.dart:38:48 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/setting_page.dart:67:47 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/setting_page.dart:183:43 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/setting_page.dart:208:16 - Unnecessary use of 'toList' in a spread. Try removing the invocation of 'toList'. - unnecessary_to_list_in_spreads
   info - lib/views/home/setting_page.dart:223:33 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/setting_page.dart:248:24 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/setting_page.dart:261:63 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/setting_page.dart:278:24 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/home/setting_page.dart:292:7 - 'activeColor' is deprecated and shouldn't be used. Use activeThumbColor instead. This feature was deprecated after v3.31.0-2.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/lang/languages.dart:9:9 - Parameter 'key' could be a super parameter. Trying converting 'key' to a super parameter. - use_super_parameters
   info - lib/views/lang/languages.dart:112:48 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. This feature was deprecated after v3.33.0-1.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/notification/notification_page.dart:2:8 - The import of 'package:flutter/material.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/cupertino.dart'. Try removing the import directive. - unnecessary_import
   info - lib/views/notification/notification_page.dart:47:57 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/notification/notification_page.dart:48:57 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/widgets/circle_container.dart:12:3 - Parameter 'key' could be a super parameter. Trying converting 'key' to a super parameter. - use_super_parameters
   info - lib/views/widgets/elevated_btn.dart:21:9 - Parameter 'key' could be a super parameter. Trying converting 'key' to a super parameter. - use_super_parameters
   info - lib/views/widgets/elevated_btn.dart:108:45 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/widgets/elevated_btn.dart:119:57 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/widgets/elevated_btn.dart:121:43 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/widgets/error_snakbar.dart:1:8 - The import of 'dart:ui' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart'. Try removing the import directive. - unnecessary_import
   info - lib/views/widgets/error_snakbar.dart:109:42 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/widgets/error_snakbar.dart:112:27 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/widgets/error_snakbar.dart:118:33 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/widgets/error_snakbar.dart:142:39 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/widgets/error_snakbar.dart:192:44 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/widgets/error_snakbar.dart:214:35 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/widgets/error_snakbar.dart:222:39 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/widgets/icon_widget_menu.dart:7:9 - Parameter 'key' could be a super parameter. Trying converting 'key' to a super parameter. - use_super_parameters
   info - lib/views/widgets/my_circular_indicator_timer.dart:10:9 - Parameter 'key' could be a super parameter. Trying converting 'key' to a super parameter. - use_super_parameters
   info - lib/views/widgets/my_circular_indicator_timer.dart:92:41 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/widgets/my_circular_indicator_timer.dart:97:35 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/widgets/my_circular_indicator_timer.dart:129:50 - 'scale' is deprecated and shouldn't be used. Use scaleByVector3, scaleByVector4, or scaleByDouble instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/widgets/my_textField.dart:1:1 - The file name 'my_textField.dart' isn't a lower_case_with_underscores identifier. Try changing the name to follow the lower_case_with_underscores style. - file_names
   info - lib/views/widgets/my_textField.dart:8:9 - Parameter 'key' could be a super parameter. Trying converting 'key' to a super parameter. - use_super_parameters
   info - lib/views/widgets/mydialoug.dart:65:37 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/widgets/mydialoug.dart:66:37 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/widgets/mydialoug.dart:73:33 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/widgets/mydialoug.dart:79:42 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/widgets/mydialoug.dart:85:42 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/widgets/mydialoug.dart:115:46 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/widgets/mydialoug.dart:125:44 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/widgets/mydialoug.dart:133:62 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/widgets/mydialoug.dart:140:39 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/widgets/mydialoug.dart:141:43 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/widgets/mydialoug.dart:273:41 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/widgets/mydialoug.dart:274:41 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/widgets/mydialoug.dart:277:44 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/widgets/mydialoug.dart:342:32 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/widgets/mydialoug.dart:347:34 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/widgets/mydialoug.dart:459:34 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/widgets/mydialoug.dart:493:44 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/widgets/voice_call_bottom_sheet.dart:9:9 - Parameter 'key' could be a super parameter. Trying converting 'key' to a super parameter. - use_super_parameters
   info - lib/views/widgets/voice_call_bottom_sheet.dart:23:12 - 'WillPopScope' is deprecated and shouldn't be used. Use PopScope instead. The Android predictive back feature will not work with WillPopScope. This feature was deprecated after v3.12.0-1.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/widgets/voice_call_bottom_sheet.dart:32:33 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/widgets/voice_call_bottom_sheet.dart:153:53 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - lib/views/widgets/voice_call_bottom_sheet.dart:171:54 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/calendar_builder/example/lib/custom_month_builder.dart:85:49 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/calendar_builder/example/lib/customized_month_builder.dart:74:32 - Use interpolation to compose strings and values. Try using string interpolation to build the composite string. - prefer_interpolation_to_compose_strings
   info - packages/calendar_builder/example/lib/customized_month_builder.dart:77:32 - Use interpolation to compose strings and values. Try using string interpolation to build the composite string. - prefer_interpolation_to_compose_strings
   info - packages/calendar_builder/example/lib/customized_month_builder.dart:80:27 - Use interpolation to compose strings and values. Try using string interpolation to build the composite string. - prefer_interpolation_to_compose_strings
   info - packages/calendar_builder/example/lib/customized_month_builder.dart:83:27 - Use interpolation to compose strings and values. Try using string interpolation to build the composite string. - prefer_interpolation_to_compose_strings
   info - packages/calendar_builder/example/lib/customized_month_builder.dart:86:27 - Use interpolation to compose strings and values. Try using string interpolation to build the composite string. - prefer_interpolation_to_compose_strings
   info - packages/calendar_builder/example/lib/customized_month_builder.dart:89:27 - Use interpolation to compose strings and values. Try using string interpolation to build the composite string. - prefer_interpolation_to_compose_strings
   info - packages/calendar_builder/example/lib/customized_month_builder.dart:92:27 - Use interpolation to compose strings and values. Try using string interpolation to build the composite string. - prefer_interpolation_to_compose_strings
   info - packages/calendar_builder/example/lib/customized_month_builder.dart:96:32 - Use interpolation to compose strings and values. Try using string interpolation to build the composite string. - prefer_interpolation_to_compose_strings
   info - packages/calendar_builder/example/lib/customized_month_builder.dart:99:27 - Use interpolation to compose strings and values. Try using string interpolation to build the composite string. - prefer_interpolation_to_compose_strings
   info - packages/calendar_builder/lib/src/utils/date_utils_cb.dart:168:20 - The local variable '_listOfDatesInYear' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - packages/calendar_builder/lib/src/utils/date_utils_cb.dart:174:20 - The local variable '_listOfJan' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - packages/calendar_builder/lib/src/utils/date_utils_cb.dart:177:20 - The local variable '_listOfFeb' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - packages/calendar_builder/lib/src/utils/date_utils_cb.dart:180:20 - The local variable '_listOfMarch' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - packages/calendar_builder/lib/src/utils/date_utils_cb.dart:183:20 - The local variable '_listOfApril' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - packages/calendar_builder/lib/src/utils/date_utils_cb.dart:186:20 - The local variable '_listOfMay' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - packages/calendar_builder/lib/src/utils/date_utils_cb.dart:189:20 - The local variable '_listOfJune' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - packages/calendar_builder/lib/src/utils/date_utils_cb.dart:192:20 - The local variable '_listOfJuly' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - packages/calendar_builder/lib/src/utils/date_utils_cb.dart:195:20 - The local variable '_listOfAugust' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - packages/calendar_builder/lib/src/utils/date_utils_cb.dart:198:20 - The local variable '_listOfSept' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - packages/calendar_builder/lib/src/utils/date_utils_cb.dart:201:20 - The local variable '_listOfOct' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - packages/calendar_builder/lib/src/utils/date_utils_cb.dart:204:20 - The local variable '_listOfNov' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - packages/calendar_builder/lib/src/utils/date_utils_cb.dart:207:20 - The local variable '_listOfDec' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - packages/calendar_builder/lib/src/utils/date_utils_cb.dart:210:39 - The local variable '_months' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - packages/calendar_builder/lib/src/utils/global.dart:101:32 - The local variable '_log' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - packages/calendar_builder/lib/src/utils/widgets.dart:38:41 - 'MaterialState' is deprecated and shouldn't be used. Use WidgetState instead. Moved to the Widgets layer to make code available outside of Material. This feature was deprecated after v3.19.0-0.3.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/calendar_builder/lib/src/utils/widgets.dart:42:36 - 'MaterialState' is deprecated and shouldn't be used. Use WidgetState instead. Moved to the Widgets layer to make code available outside of Material. This feature was deprecated after v3.19.0-0.3.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/calendar_builder/lib/src/utils/widgets.dart:59:20 - 'MaterialStateProperty' is deprecated and shouldn't be used. Use WidgetStateProperty instead. Moved to the Widgets layer to make code available outside of Material. This feature was deprecated after v3.19.0-0.3.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/calendar_builder/lib/src/utils/widgets.dart:60:27 - 'MaterialStateProperty' is deprecated and shouldn't be used. Use WidgetStateProperty instead. Moved to the Widgets layer to make code available outside of Material. This feature was deprecated after v3.19.0-0.3.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/calendar_builder/lib/src/utils/widgets.dart:62:19 - 'MaterialStateProperty' is deprecated and shouldn't be used. Use WidgetStateProperty instead. Moved to the Widgets layer to make code available outside of Material. This feature was deprecated after v3.19.0-0.3.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/calendar_builder/lib/src/utils/widgets.dart:102:11 - The local variable '_paint' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - packages/calendar_builder/lib/src/views/month_builder.dart:106:3 - Invalid use of a private type in a public API. Try making the private type public, or making the API that uses the private type also be private. - library_private_types_in_public_api
   info - packages/calendar_builder/lib/src/views/month_builder.dart:239:9 - The local variable '_mPage' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - packages/calendar_builder/lib/src/views/month_builder.dart:327:9 - The local variable '_initialPage' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - packages/calendar_builder/lib/src/views/month_builder.dart:359:16 - The local variable '_monthGrid' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - packages/calendar_builder/lib/src/views/month_builder.dart:787:19 - The local variable '_monthButtons' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - packages/calendar_builder/lib/src/views/month_builder.dart:951:34 - The local variable '_mBtn' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - packages/calendar_builder/lib/src/views/month_builder.dart:981:54 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/calendar_builder/lib/src/views/month_builder.dart:988:42 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/calendar_builder/lib/src/views/month_builder.dart:990:62 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/calendar_builder/lib/src/views/month_builder.dart:1018:61 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/calendar_builder/lib/src/views/month_builder.dart:1020:46 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/calendar_builder/lib/src/views/month_builder.dart:1041:52 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/calendar_builder/lib/src/views/year_drop_down.dart:50:3 - Invalid use of a private type in a public API. Try making the private type public, or making the API that uses the private type also be private. - library_private_types_in_public_api
   info - packages/calendar_builder/lib/src/views/year_drop_down.dart:84:12 - The local variable '_ifBuilderEmpty' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - packages/calendar_builder/lib/src/views/year_drop_down.dart:477:11 - The local variable '_mPage' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - packages/calendar_builder/lib/src/views/year_drop_down.dart:520:50 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/calendar_builder/test/unit_test/date_utils_test.dart:19:14 - The local variable '_year' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - packages/flutter_paypal/example/lib/main.dart:9:9 - Parameter 'key' could be a super parameter. Trying converting 'key' to a super parameter. - use_super_parameters
   info - packages/flutter_paypal/example/lib/main.dart:25:9 - Parameter 'key' could be a super parameter. Trying converting 'key' to a super parameter. - use_super_parameters
   info - packages/flutter_paypal/example/lib/main.dart:95:31 - Don't invoke 'print' in production code. Try using a logging framework. - avoid_print
   info - packages/flutter_paypal/example/lib/main.dart:98:31 - Don't invoke 'print' in production code. Try using a logging framework. - avoid_print
   info - packages/flutter_paypal/example/lib/main.dart:101:31 - Don't invoke 'print' in production code. Try using a logging framework. - avoid_print
   info - packages/flutter_paypal/lib/flutter_paypal.dart:1:9 - Library names are not necessary. Remove the library name. - unnecessary_library_name
   info - packages/flutter_paypal/lib/flutter_paypal.dart:19:9 - Parameter 'key' could be a super parameter. Trying converting 'key' to a super parameter. - use_super_parameters
   info - packages/flutter_paypal/lib/flutter_paypal.dart:65:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - packages/flutter_paypal/lib/flutter_paypal.dart:219:12 - 'WillPopScope' is deprecated and shouldn't be used. Use PopScope instead. The Android predictive back feature will not work with WillPopScope. This feature was deprecated after v3.12.0-1.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/flutter_paypal/lib/flutter_paypal.dart:248:43 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/flutter_paypal/lib/src/PaypalServices.dart:17:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - packages/flutter_paypal/lib/src/PaypalServices.dart:46:35 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - packages/flutter_paypal/lib/src/PaypalServices.dart:46:49 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - packages/flutter_paypal/lib/src/PaypalServices.dart:86:30 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - packages/flutter_paypal/lib/src/PaypalServices.dart:86:35 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - packages/flutter_paypal/lib/src/PaypalServices.dart:86:44 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - packages/flutter_paypal/lib/src/screens/complete_payment.dart:13:9 - Parameter 'key' could be a super parameter. Trying converting 'key' to a super parameter. - use_super_parameters
   info - packages/flutter_paypal/lib/src/screens/complete_payment.dart:33:3 - Missing type annotation. Try adding a type annotation. - strict_top_level_inference
   info - packages/get/example/lib/pages/home/bindings/home_binding.dart:11:32 - Closure should be a tearoff. Try using a tearoff rather than a closure. - unnecessary_lambdas
   info - packages/get/example/lib/pages/home/presentation/controllers/home_controller.dart:56:18 - 'didPushRoute' is deprecated and shouldn't be used. Use didPushRouteInformation instead. This feature was deprecated after v3.8.0-14.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/example/lib/routes/app_pages.dart:17:15 - Closure should be a tearoff. Try using a tearoff rather than a closure. - unnecessary_lambdas
   info - packages/get/example/lib/routes/app_pages.dart:22:19 - Closure should be a tearoff. Try using a tearoff rather than a closure. - unnecessary_lambdas
   info - packages/get/example/lib/routes/app_pages.dart:26:23 - Closure should be a tearoff. Try using a tearoff rather than a closure. - unnecessary_lambdas
   info - packages/get/example/test/main_test.dart:43:34 - Closure should be a tearoff. Try using a tearoff rather than a closure. - unnecessary_lambdas
   info - packages/get/example_nav2/lib/app/middleware/auth_middleware.dart:14:48 - 'location' is deprecated and shouldn't be used. Use uri instead. This feature was deprecated after v3.8.0-3.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/example_nav2/lib/app/modules/dashboard/bindings/dashboard_binding.dart:9:7 - Closure should be a tearoff. Try using a tearoff rather than a closure. - unnecessary_lambdas
   info - packages/get/example_nav2/lib/app/modules/home/bindings/home_binding.dart:9:7 - Closure should be a tearoff. Try using a tearoff rather than a closure. - unnecessary_lambdas
   info - packages/get/example_nav2/lib/app/modules/home/views/home_view.dart:13:47 - 'location' is deprecated and shouldn't be used. Use uri instead. This feature was deprecated after v3.8.0-3.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/example_nav2/lib/app/modules/login/bindings/login_binding.dart:9:7 - Closure should be a tearoff. Try using a tearoff rather than a closure. - unnecessary_lambdas
   info - packages/get/example_nav2/lib/app/modules/products/bindings/products_binding.dart:9:7 - Closure should be a tearoff. Try using a tearoff rather than a closure. - unnecessary_lambdas
   info - packages/get/example_nav2/lib/app/modules/profile/bindings/profile_binding.dart:9:7 - Closure should be a tearoff. Try using a tearoff rather than a closure. - unnecessary_lambdas
   info - packages/get/example_nav2/lib/app/modules/root/bindings/root_binding.dart:9:7 - Closure should be a tearoff. Try using a tearoff rather than a closure. - unnecessary_lambdas
   info - packages/get/example_nav2/lib/app/modules/root/views/root_view.dart:13:32 - 'location' is deprecated and shouldn't be used. Use uri instead. This feature was deprecated after v3.8.0-3.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/example_nav2/lib/app/modules/settings/bindings/settings_binding.dart:9:7 - Closure should be a tearoff. Try using a tearoff rather than a closure. - unnecessary_lambdas
   info - packages/get/example_nav2/lib/app/routes/app_pages.dart:31:13 - Closure should be a tearoff. Try using a tearoff rather than a closure. - unnecessary_lambdas
   info - packages/get/example_nav2/lib/app/routes/app_pages.dart:42:17 - Closure should be a tearoff. Try using a tearoff rather than a closure. - unnecessary_lambdas
   info - packages/get/example_nav2/lib/app/routes/app_pages.dart:48:17 - Closure should be a tearoff. Try using a tearoff rather than a closure. - unnecessary_lambdas
   info - packages/get/example_nav2/lib/app/routes/app_pages.dart:56:21 - Closure should be a tearoff. Try using a tearoff rather than a closure. - unnecessary_lambdas
   info - packages/get/example_nav2/lib/app/routes/app_pages.dart:65:21 - Closure should be a tearoff. Try using a tearoff rather than a closure. - unnecessary_lambdas
   info - packages/get/example_nav2/lib/app/routes/app_pages.dart:72:21 - Closure should be a tearoff. Try using a tearoff rather than a closure. - unnecessary_lambdas
   info - packages/get/example_nav2/lib/app/routes/app_pages.dart:79:25 - Closure should be a tearoff. Try using a tearoff rather than a closure. - unnecessary_lambdas
   info - packages/get/example_nav2/lib/app/routes/app_pages.dart:92:17 - Closure should be a tearoff. Try using a tearoff rather than a closure. - unnecessary_lambdas
   info - packages/get/lib/get_connect/http/src/_http/_html/_http_request_html.dart:3:1 - 'dart:html' is deprecated and shouldn't be used. Use package:web and dart:js_interop instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/lib/get_connect/sockets/src/sockets_html.dart:4:1 - 'dart:html' is deprecated and shouldn't be used. Use package:web and dart:js_interop instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/lib/get_navigation/src/extension_navigation.dart:172:5 - 'WillPopCallback' is deprecated and shouldn't be used. Use PopInvokedCallback instead. This feature was deprecated after v3.12.0-1.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/lib/get_navigation/src/extension_navigation.dart:234:49 - 'dialogBackgroundColor' is deprecated and shouldn't be used. Use DialogThemeData.backgroundColor instead. This feature was deprecated after v3.27.0-0.1.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/lib/get_navigation/src/extension_navigation.dart:264:13 - 'WillPopScope' is deprecated and shouldn't be used. Use PopScope instead. The Android predictive back feature will not work with WillPopScope. This feature was deprecated after v3.12.0-1.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/lib/get_navigation/src/extension_navigation.dart:436:57 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/lib/get_navigation/src/extension_navigation.dart:1169:6 - 'SingletonFlutterWindow' is deprecated and shouldn't be used. Use FlutterView or PlatformDispatcher instead. Deprecated to prepare for the upcoming multi-window support. This feature was deprecated after v3.7.0-32.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/lib/get_navigation/src/extension_navigation.dart:1169:46 - 'window' is deprecated and shouldn't be used. Look up the current FlutterView from the context via View.of(context) or consult the PlatformDispatcher directly instead. Deprecated to prepare for the upcoming multi-window support. This feature was deprecated after v3.7.0-32.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/lib/get_navigation/src/extension_navigation.dart:1171:34 - 'window' is deprecated and shouldn't be used. Look up the current FlutterView from the context via View.of(context) or consult the PlatformDispatcher directly instead. Deprecated to prepare for the upcoming multi-window support. This feature was deprecated after v3.7.0-32.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/lib/get_navigation/src/extension_navigation.dart:1174:31 - 'window' is deprecated and shouldn't be used. Look up the current FlutterView from the context via View.of(context) or consult the PlatformDispatcher directly instead. Deprecated to prepare for the upcoming multi-window support. This feature was deprecated after v3.7.0-32.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/lib/get_navigation/src/extension_navigation.dart:1176:23 - 'window' is deprecated and shouldn't be used. Look up the current FlutterView from the context via View.of(context) or consult the PlatformDispatcher directly instead. Deprecated to prepare for the upcoming multi-window support. This feature was deprecated after v3.7.0-32.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/lib/get_navigation/src/extension_navigation.dart:1186:36 - 'window' is deprecated and shouldn't be used. Look up the current FlutterView from the context via View.of(context) or consult the PlatformDispatcher directly instead. Deprecated to prepare for the upcoming multi-window support. This feature was deprecated after v3.7.0-32.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/lib/get_navigation/src/extension_navigation.dart:1190:36 - 'window' is deprecated and shouldn't be used. Look up the current FlutterView from the context via View.of(context) or consult the PlatformDispatcher directly instead. Deprecated to prepare for the upcoming multi-window support. This feature was deprecated after v3.7.0-32.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/lib/get_navigation/src/extension_navigation.dart:1193:36 - 'window' is deprecated and shouldn't be used. Look up the current FlutterView from the context via View.of(context) or consult the PlatformDispatcher directly instead. Deprecated to prepare for the upcoming multi-window support. This feature was deprecated after v3.7.0-32.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/lib/get_navigation/src/extension_navigation.dart:1206:11 - 'window' is deprecated and shouldn't be used. Look up the current FlutterView from the context via View.of(context) or consult the PlatformDispatcher directly instead. Deprecated to prepare for the upcoming multi-window support. This feature was deprecated after v3.7.0-32.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/lib/get_navigation/src/nav2/get_information_parser.dart:18:37 - 'location' is deprecated and shouldn't be used. Use uri instead. This feature was deprecated after v3.8.0-3.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/lib/get_navigation/src/nav2/get_information_parser.dart:43:7 - 'location' is deprecated and shouldn't be used. Pass Uri.parse(location) to uri parameter instead. This feature was deprecated after v3.8.0-3.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/lib/get_navigation/src/nav2/get_information_parser.dart:43:31 - 'location' is deprecated and shouldn't be used. Use uri instead. This feature was deprecated after v3.8.0-3.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/lib/get_navigation/src/nav2/get_nav_config.dart:31:11 - 'location' is deprecated and shouldn't be used. Pass Uri.parse(location) to uri parameter instead. This feature was deprecated after v3.8.0-3.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/lib/get_navigation/src/nav2/get_nav_config.dart:42:34 - 'location' is deprecated and shouldn't be used. Use uri instead. This feature was deprecated after v3.8.0-3.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/lib/get_navigation/src/nav2/get_router_delegate.dart:67:18 - 'location' is deprecated and shouldn't be used. Use uri instead. This feature was deprecated after v3.8.0-3.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/lib/get_navigation/src/nav2/get_router_delegate.dart:300:47 - 'location' is deprecated and shouldn't be used. Use uri instead. This feature was deprecated after v3.8.0-3.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/lib/get_navigation/src/nav2/get_router_delegate.dart:370:51 - 'location' is deprecated and shouldn't be used. Use uri instead. This feature was deprecated after v3.8.0-3.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/lib/get_navigation/src/nav2/get_router_delegate.dart:370:70 - 'location' is deprecated and shouldn't be used. Use uri instead. This feature was deprecated after v3.8.0-3.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/lib/get_navigation/src/nav2/get_router_delegate.dart:374:36 - 'location' is deprecated and shouldn't be used. Use uri instead. This feature was deprecated after v3.8.0-3.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/lib/get_navigation/src/nav2/get_router_delegate.dart:428:11 - 'onPopPage' is deprecated and shouldn't be used. Use onDidRemovePage instead. This feature was deprecated after v3.16.0-17.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/lib/get_navigation/src/root/get_cupertino_app.dart:252:17 - 'useInheritedMediaQuery' is deprecated and shouldn't be used. Remove this parameter as it is now ignored. CupertinoApp never introduces its own MediaQuery; the View widget takes care of that. This feature was deprecated after v3.7.0-29.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/lib/get_navigation/src/root/get_cupertino_app.dart:292:17 - 'useInheritedMediaQuery' is deprecated and shouldn't be used. Remove this parameter as it is now ignored. CupertinoApp never introduces its own MediaQuery; the View widget takes care of that. This feature was deprecated after v3.7.0-29.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/lib/get_navigation/src/root/get_material_app.dart:275:17 - 'useInheritedMediaQuery' is deprecated and shouldn't be used. Remove this parameter as it is now ignored. MaterialApp never introduces its own MediaQuery; the View widget takes care of that. This feature was deprecated after v3.7.0-29.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/lib/get_navigation/src/root/get_material_app.dart:322:17 - 'useInheritedMediaQuery' is deprecated and shouldn't be used. Remove this parameter as it is now ignored. MaterialApp never introduces its own MediaQuery; the View widget takes care of that. This feature was deprecated after v3.7.0-29.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/lib/get_navigation/src/routes/get_transition_mixin.dart:247:12 - The member 'popGestureEnabled' overrides an inherited member but isn't annotated with '@override'. Try adding the '@override' annotation. - annotate_overrides
   info - packages/get/lib/get_navigation/src/routes/get_transition_mixin.dart:258:12 - The member 'popGestureInProgress' overrides an inherited member but isn't annotated with '@override'. Try adding the '@override' annotation. - annotate_overrides
   info - packages/get/lib/get_navigation/src/routes/get_transition_mixin.dart:687:15 - 'hasScopedWillPopCallback' is deprecated and shouldn't be used. Use popDisposition instead. This feature was deprecated after v3.12.0-1.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/lib/get_state_manager/src/rx_flutter/rx_ticket_provider_mixin.dart:59:55 - 'of' is deprecated and shouldn't be used. Use TickerMode.valuesOf to get both enabled and forceFrames. This feature was deprecated after v3.35.0-0.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/lib/get_state_manager/src/rx_flutter/rx_ticket_provider_mixin.dart:129:31 - 'of' is deprecated and shouldn't be used. Use TickerMode.valuesOf to get both enabled and forceFrames. This feature was deprecated after v3.35.0-0.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/lib/get_state_manager/src/simple/mixin_state.dart:6:4 - 'required' is deprecated and shouldn't be used. In Dart 2.12 and later, use the built-in `required` keyword to mark a named parameter as required. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/lib/get_utils/src/extensions/context_extensions.dart:95:53 - 'textScaleFactor' is deprecated and shouldn't be used. Use textScaler instead. Use of textScaleFactor was deprecated in preparation for the upcoming nonlinear text scaling support. This feature was deprecated after v3.12.0-2.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/lib/get_utils/src/platform/platform_web.dart:3:1 - 'dart:html' is deprecated and shouldn't be used. Use package:web and dart:js_interop instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get/test/utils/extensions/context_extensions_test.dart:62:38 - 'textScaleFactor' is deprecated and shouldn't be used. Use textScaler instead. Use of textScaleFactor was deprecated in preparation for the upcoming nonlinear text scaling support. This feature was deprecated after v3.12.0-2.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get_storage/example/lib/main.dart:18:7 - Constructors for public widgets should have a named 'key' parameter. Try adding a named parameter to the constructor. - use_key_in_widget_constructors
   info - packages/get_storage/lib/src/storage/html.dart:4:1 - 'dart:html' is deprecated and shouldn't be used. Use package:web and dart:js_interop instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
   info - packages/get_storage/lib/src/storage/io.dart:37:22 - The local variable '_file' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - packages/get_storage/lib/src/storage/io.dart:71:22 - The local variable '_file' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - packages/get_storage/lib/src/storage/io.dart:89:24 - The local variable '_file' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - packages/get_storage/lib/src/storage/io.dart:91:22 - Unnecessary 'new' keyword. Try removing the 'new' keyword. - unnecessary_new
   info - packages/get_storage/lib/src/storage/io.dart:96:13 - The local variable '_file' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - packages/get_storage/lib/src/storage/io.dart:133:11 - The local variable '_path' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - packages/get_storage/lib/src/storage/io.dart:134:11 - The local variable '_file' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - packages/get_storage/lib/src/storage/io.dart:142:7 - Use 'rethrow' to rethrow a caught exception. Try replacing the 'throw' with a 'rethrow'. - use_rethrow_when_possible
   info - packages/get_storage/lib/src/storage/io.dart:147:11 - The local variable '_isWindows' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - packages/get_storage/lib/src/storage/io.dart:148:11 - The local variable '_separator' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - packages/get_storage/lib/src/storage_impl.dart:49:7 - Use 'rethrow' to rethrow a caught exception. Try replacing the 'throw' with a 'rethrow'. - use_rethrow_when_possible
   info - packages/get_storage/lib/src/storage_impl.dart:78:27 - The private field _keyListeners could be 'final'. Try making the field 'final'. - prefer_final_fields
   info - packages/get_storage/lib/src/storage_impl.dart:81:24 - Use a function declaration rather than a variable assignment to bind a function to a name. Try rewriting the closure assignment as a function declaration. - prefer_function_declarations_over_variables
   info - packages/get_storage/lib/src/value.dart:5:27 - Unnecessary 'this.' qualifier. Try removing 'this.'. - unnecessary_this
   info - packages/get_storage/test/getstorage_test.dart:67:16 - Unnecessary 'new' keyword. Try removing the 'new' keyword. - unnecessary_new
   info - packages/get_storage/test/getstorage_test.dart:89:16 - Unnecessary 'new' keyword. Try removing the 'new' keyword. - unnecessary_new
   info - packages/get_storage/test/getstorage_test.dart:101:16 - Unnecessary 'new' keyword. Try removing the 'new' keyword. - unnecessary_new
   info - packages/get_storage/test/getstorage_test.dart:126:30 - Use a function declaration rather than a variable assignment to bind a function to a name. Try rewriting the closure assignment as a function declaration. - prefer_function_declarations_over_variables
   info - packages/get_storage/test/getstorage_test.dart:151:9 - The local variable '_path' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - packages/get_storage/test/getstorage_test.dart:152:9 - The local variable '_file' starts with an underscore. Try renaming the variable to not start with an underscore. - no_leading_underscores_for_local_identifiers
   info - packages/get_storage/test/utils/list_equality.dart:1:11 - The constant name '_HASH_MASK' isn't a lowerCamelCase identifier. Try changing the name to follow the lowerCamelCase style. - constant_identifier_names

943 issues found.
