Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI Failing analyzer #2882

Closed
M123-dev opened this issue Aug 30, 2022 · 0 comments · Fixed by #2884
Closed

CI Failing analyzer #2882

M123-dev opened this issue Aug 30, 2022 · 0 comments · Fixed by #2884

Comments

@M123-dev
Copy link
Member

What

   info • 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' • packages/smooth_app/lib/cache/files/file_cache_manager_impl.dart:2:8 • unnecessary_import
   info • 'primary' is deprecated and shouldn't be used. Use backgroundColor instead. This feature was deprecated after v3.1.0. • packages/smooth_app/lib/pages/onboarding/onboarding_bottom_bar.dart:116:11 • deprecated_member_use
   info • 'onPrimary' is deprecated and shouldn't be used. Use foregroundColor instead. This feature was deprecated after v3.1.0. • packages/smooth_app/lib/pages/onboarding/onboarding_bottom_bar.dart:117:11 • deprecated_member_use
   info • The keyword 'final' isn't necessary because the parameter is implicitly 'final' • packages/smooth_app/lib/pages/product/edit_product_page.dart:388:14 • unnecessary_final
   info • 'primary' is deprecated and shouldn't be used. Use backgroundColor instead. This feature was deprecated after v3.1.0. • packages/smooth_app/lib/pages/product/new_product_page.dart:337:15 • deprecated_member_use
   info • Avoid leading underscores for local identifiers • packages/smooth_app/lib/pages/product/nutrition_container.dart:238:10 • no_leading_underscores_for_local_identifiers
   info • Avoid leading underscores for local identifiers • packages/smooth_app/lib/pages/product/nutrition_container.dart:301:13 • no_leading_underscores_for_local_identifiers
   info • 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' • packages/smooth_app/lib/pages/scan/camera_image_full_getter.dart:1:8 • unnecessary_import
   info • 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' • packages/smooth_app/test/tests_utils/goldens.dart:2:8 • unnecessary_import
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant