Files
barber-app/analysis_report.txt
2025-12-19 23:29:24 -03:00

22 lines
6.8 KiB
Plaintext

Analyzing barber-app...
info - 'background' is deprecated and shouldn't be used. Use surface instead. This feature was deprecated after v3.18.0-0.1.pre - lib\core\theme\app_theme.dart:50:9 - deprecated_member_use
info - 'activeColor' is deprecated and shouldn't be used. Use activeThumbColor instead. This feature was deprecated after v3.31.0-2.0.pre - lib\features\finances\presentation\pages\add_transaction_page.dart:217:19 - deprecated_member_use
info - Unnecessary use of multiple underscores - lib\features\finances\presentation\pages\finances_page.dart:59:31 - unnecessary_underscores
info - Don't use 'BuildContext's across async gaps - lib\features\finances\presentation\pages\finances_page.dart:393:29 - use_build_context_synchronously
info - 'value' is deprecated and shouldn't be used. Use initialValue instead. This will set the initial value for the form field. This feature was deprecated after v3.33.0-1.0.pre - lib\features\haircuts\presentation\pages\add_haircut_page.dart:246:25 - deprecated_member_use
warning - Unused import: 'package:barber_app/features/settings/data/models/settings_model.dart' - lib\features\haircuts\presentation\pages\haircuts_page.dart:10:8 - unused_import
info - Unnecessary use of multiple underscores - lib\features\haircuts\presentation\pages\haircuts_page.dart:60:31 - unnecessary_underscores
info - Don't use 'BuildContext's across async gaps - lib\features\haircuts\presentation\pages\haircuts_page.dart:286:29 - use_build_context_synchronously
info - Don't use 'BuildContext's across async gaps - lib\features\haircuts\presentation\pages\haircuts_page.dart:288:36 - use_build_context_synchronously
info - Statements in an if should be enclosed in a block - lib\features\home\presentation\pages\home_page.dart:238:33 - curly_braces_in_flow_control_structures
info - Statements in an if should be enclosed in a block - lib\features\home\presentation\pages\home_page.dart:368:37 - curly_braces_in_flow_control_structures
info - Statements in an if should be enclosed in a block - lib\features\home\presentation\pages\home_page.dart:384:37 - curly_braces_in_flow_control_structures
info - Statements in a for should be enclosed in a block - lib\features\home\presentation\widgets\revenue_chart.dart:29:31 - curly_braces_in_flow_control_structures
info - 'activeColor' is deprecated and shouldn't be used. Use activeThumbColor instead. This feature was deprecated after v3.31.0-2.0.pre - lib\features\products\presentation\pages\add_product_page.dart:287:21 - deprecated_member_use
info - Don't use 'BuildContext's across async gaps - lib\features\products\presentation\pages\products_page.dart:481:29 - use_build_context_synchronously
info - 'value' is deprecated and shouldn't be used. Use component accessors like .r or .g, or toARGB32 for an explicit conversion - lib\features\settings\presentation\pages\settings_page.dart:139:39 - deprecated_member_use
info - 'value' is deprecated and shouldn't be used. Use component accessors like .r or .g, or toARGB32 for an explicit conversion - lib\features\settings\presentation\pages\settings_page.dart:139:54 - deprecated_member_use
info - 'value' is deprecated and shouldn't be used. Use component accessors like .r or .g, or toARGB32 for an explicit conversion - lib\features\settings\presentation\pages\settings_page.dart:147:72 - deprecated_member_use