ponshu-room-lite/analysis_output.txt

97 lines
9.3 KiB
Plaintext

Resolving dependencies...
Downloading packages...
_fe_analyzer_shared 67.0.0 (92.0.0 available)
analyzer 6.4.1 (9.0.0 available)
analyzer_plugin 0.11.3 (0.13.11 available)
build 2.4.1 (4.0.3 available)
build_config 1.1.2 (1.2.0 available)
build_resolvers 2.4.2 (3.0.4 available)
build_runner 2.4.13 (2.10.4 available)
build_runner_core 7.3.2 (9.3.2 available)
characters 1.4.0 (1.4.1 available)
custom_lint 0.5.11 (0.8.1 available)
custom_lint_core 0.5.14 (0.8.2 available)
dart_style 2.3.6 (3.1.3 available)
freezed_annotation 2.4.4 (3.1.0 available)
image 4.5.4 (4.7.2 available)
matcher 0.12.17 (0.12.18 available)
material_color_utilities 0.11.1 (0.13.0 available)
package_info_plus 8.3.1 (9.0.0 available)
riverpod_analyzer_utils 1.0.0-dev.1 (1.0.0-dev.8 available)
riverpod_annotation 3.0.0-dev.3 (4.0.0 available)
riverpod_generator 3.0.0-dev.11 (4.0.0+1 available)
rxdart 0.27.7 (0.28.0 available)
shelf_web_socket 2.0.1 (3.0.0 available)
source_gen 1.5.0 (4.1.1 available)
source_helper 1.3.5 (1.3.9 available)
test 1.26.3 (1.28.0 available)
test_api 0.7.7 (0.7.8 available)
test_core 0.6.12 (0.6.14 available)
Got dependencies!
27 packages have newer versions incompatible with dependency constraints.
Try `flutter pub outdated` for more information.
Analyzing ponshu_room_lite...
info - The import of 'models/schema/display_data.dart' is unnecessary because all of the used elements are also provided by the import of 'models/sake_item.dart' - lib\main.dart:11:8 - unnecessary_import
info - The import of 'models/schema/hidden_specs.dart' is unnecessary because all of the used elements are also provided by the import of 'models/sake_item.dart' - lib\main.dart:12:8 - unnecessary_import
info - The import of 'models/schema/user_data.dart' is unnecessary because all of the used elements are also provided by the import of 'models/sake_item.dart' - lib\main.dart:13:8 - unnecessary_import
info - The import of 'models/schema/gamification.dart' is unnecessary because all of the used elements are also provided by the import of 'models/sake_item.dart' - lib\main.dart:14:8 - unnecessary_import
info - The import of 'models/schema/metadata.dart' is unnecessary because all of the used elements are also provided by the import of 'models/sake_item.dart' - lib\main.dart:15:8 - unnecessary_import
warning - Unused import: 'package:hive_flutter/hive_flutter.dart' - lib\providers\menu_providers.dart:2:8 - unused_import
warning - Unused import: '../models/sake_item.dart' - lib\providers\menu_providers.dart:3:8 - unused_import
info - The private field _capturedImages could be 'final' - lib\screens\camera_screen.dart:59:16 - prefer_final_fields
info - Don't invoke 'print' in production code - lib\screens\camera_screen.dart:133:7 - avoid_print
warning - Unused import: '../widgets/quota_warning_dialog.dart' - lib\screens\home_screen.dart:19:8 - unused_import
info - Don't use 'BuildContext's across async gaps - lib\screens\home_screen.dart:45:34 - use_build_context_synchronously
warning - The value of the local variable 'selectedTag' isn't used - lib\screens\home_screen.dart:54:11 - unused_local_variable
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\home_screen.dart:145:55 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\home_screen.dart:468:54 - deprecated_member_use
info - Unnecessary use of multiple underscores - lib\screens\menu_pricing_screen.dart:76:18 - unnecessary_underscores
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\menu_pricing_screen.dart:114:38 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\menu_pricing_screen.dart:115:39 - deprecated_member_use
info - Unnecessary use of multiple underscores - lib\screens\menu_pricing_screen.dart:160:43 - unnecessary_underscores
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\menu_pricing_screen.dart:176:47 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\menu_pricing_screen.dart:260:36 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\menu_pricing_screen.dart:261:34 - deprecated_member_use
warning - Unused import: '../services/pdf_service.dart' - lib\screens\menu_settings_screen.dart:8:8 - unused_import
warning - Unused import: 'package:printing/printing.dart' - lib\screens\menu_settings_screen.dart:12:8 - unused_import
info - Unnecessary use of multiple underscores - lib\screens\menu_settings_screen.dart:157:18 - unnecessary_underscores
info - Unnecessary use of 'toList' in a spread - lib\screens\menu_settings_screen.dart:194:26 - unnecessary_to_list_in_spreads
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\menu_settings_screen.dart:227:86 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\screens\menu_settings_screen.dart:417:48 - deprecated_member_use
info - Don't use 'BuildContext's across async gaps - lib\screens\sake_detail_screen.dart:451:27 - use_build_context_synchronously
info - Unnecessary braces in a string interpolation - lib\screens\sake_detail_screen.dart:668:26 - unnecessary_brace_in_string_interps
warning - The value of the local variable 'price' isn't used - lib\screens\sake_detail_screen.dart:711:17 - unused_local_variable
info - Unnecessary use of 'toList' in a spread - lib\screens\sake_detail_screen.dart:866:31 - unnecessary_to_list_in_spreads
info - Don't use 'BuildContext's across async gaps, guarded by an unrelated 'mounted' check - lib\screens\sake_detail_screen.dart:986:23 - use_build_context_synchronously
info - Don't use 'BuildContext's across async gaps, guarded by an unrelated 'mounted' check - lib\screens\sake_detail_screen.dart:987:30 - use_build_context_synchronously
info - 'activeColor' is deprecated and shouldn't be used. Use activeThumbColor instead. This feature was deprecated after v3.31.0-2.0.pre - lib\screens\soul_screen.dart:128:22 - deprecated_member_use
info - Unnecessary braces in a string interpolation - lib\services\image_compression_service.dart:39:63 - unnecessary_brace_in_string_interps
info - Unnecessary braces in a string interpolation - lib\services\image_compression_service.dart:54:55 - unnecessary_brace_in_string_interps
info - Unnecessary braces in a string interpolation - lib\services\image_compression_service.dart:54:88 - unnecessary_brace_in_string_interps
info - Don't invoke 'print' in production code - lib\services\migration_service.dart:11:5 - avoid_print
info - Don't invoke 'print' in production code - lib\services\migration_service.dart:32:9 - avoid_print
info - Don't invoke 'print' in production code - lib\services\migration_service.dart:51:9 - avoid_print
info - Don't invoke 'print' in production code - lib\services\migration_service.dart:53:9 - avoid_print
info - Don't invoke 'print' in production code - lib\services\migration_service.dart:60:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\migration_service.dart:80:11 - avoid_print
info - Don't invoke 'print' in production code - lib\services\migration_service.dart:86:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\migration_service.dart:88:7 - avoid_print
info - Don't invoke 'print' in production code - lib\services\pdf_service.dart:37:14 - avoid_print
warning - The declaration '_getChildAspectRatio' isn't referenced - lib\services\pdf_service.dart:355:17 - unused_element
info - 'scale' is deprecated and shouldn't be used. Use scaleByVector3, scaleByVector4, or scaleByDouble instead - lib\widgets\sake_3d_carousel.dart:82:11 - deprecated_member_use
info - Can't use a relative path to import a library in 'lib' - tool\check_models.dart:3:8 - avoid_relative_lib_imports
info - Don't invoke 'print' in production code - tool\check_models.dart:6:3 - avoid_print
info - Don't invoke 'print' in production code - tool\check_models.dart:10:5 - avoid_print
info - Don't invoke 'print' in production code - tool\check_models.dart:26:7 - avoid_print
info - Don't invoke 'print' in production code - tool\check_models.dart:32:14 - avoid_print
info - Don't invoke 'print' in production code - tool\check_models.dart:33:14 - avoid_print
info - Don't invoke 'print' in production code - tool\check_models.dart:34:14 - avoid_print
info - Don't invoke 'print' in production code - tool\check_models.dart:35:14 - avoid_print
info - Don't invoke 'print' in production code - tool\check_models.dart:39:9 - avoid_print
info - Don't invoke 'print' in production code - tool\check_models.dart:42:7 - avoid_print
info - Don't invoke 'print' in production code - tool\check_models.dart:44:7 - avoid_print
info - Don't invoke 'print' in production code - tool\check_models.dart:48:5 - avoid_print
60 issues found. (ran in 3.4s)