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

Clear up info messages from flutter analyze #847

Closed
cpswan opened this issue May 20, 2024 · 1 comment · Fixed by #852
Closed

Clear up info messages from flutter analyze #847

cpswan opened this issue May 20, 2024 · 1 comment · Fixed by #852
Assignees
Labels
bug Something isn't working

Comments

@cpswan
Copy link
Member

cpswan commented May 20, 2024

Which at_widget package you find issue with?

at_backupkey_flutter, at_chat_flutter, at_common_flutter, at_contacts_flutter, at_contacts_group_flutter, at_events_flutter, at_follows_flutter, at_invitation_flutter, at_notify_flutter, at_onboarding_flutter, at_sync_ui_flutter, at_theme_flutter

On what platforms did you experience the issue?

Linux

What version are you using?

Latest

What happened?

In #846 we made the call to enable infos on beta channel so we get early warning of deprecation. This ticket is to clear down existing tech debt.

Steps to reproduce

1. Go to any of the listed packages
2. Run `flutter analyze`

Additional info

#842 and #843 take priority, as they're already showing issues in stable channel. This should help us avoid similar problems in the future.

Flutter analyze output

An example:

Analyzing at_backupkey_flutter...                               

   info • 'background' is deprecated and shouldn't be used. Use surface instead. This feature was deprecated after v3.18.0-0.1.pre • example/lib/main.dart:57:19 • deprecated_member_use
   info • 'background' is deprecated and shouldn't be used. Use surface instead. This feature was deprecated after v3.18.0-0.1.pre • example/lib/main.dart:66:19 • deprecated_member_use
@srieteja
Copy link
Contributor

Implemented changes to clear out the issues reported by flutter analyze. Carrying it forward to PR88 for manually testing each of these example apps/apps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants