-
Notifications
You must be signed in to change notification settings - Fork 32
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
fix: resolve flutter static analysis issues (beta) #852
Conversation
@srieteja I've converted this to draft until you can confirm that testing has happened. Do you need help from @CurtlyCritchlow ? It's good to see the automated tests all green :) |
I would appreciate the help, if @CurtlyCritchlow does have bandwidth available. |
@srieteja Let's check off the packages as we finish manually testing.
|
I've tested the example apps of at_chat_flutter, at_contacts_flutter and at_contacts_group_flutter. All of these show only an onboarding_screen. (I was expecting to see chat/contact widgets on the homepage. Actual widgets might be displayed after onboarding) Issues Observed (on Android)
Note: Since these are onboarding issues, the root cause might be lying somewhere in at_onboarding_flutter Since this PR only contains changes to display elements, likely, the changes in this PR do not cause these issues. But we need a separate ticket to address these issues (@CurtlyCritchlow and I will discuss and create a new ticket for this) |
showcaseview has released a new major version '3.0.0' during the weekend. I will go ahead and upgrade this dependency for all the packages |
@srieteja, You have to update it in at_backup_flutter. Once that package is updated and published, the issue will be resolved in all the other packages. |
Yes @CurtlyCritchlow. I have upgraded it in at_backup_flutter, I'm testing all the other packages using a dep_override for at_backup_flutter |
Update:
Problematic Logs while creating a new atsign using at_onboarding_flutter:
|
…release) and update it's changelog
… static_analysis_beta_fixes
@srieteja all the apps work for me. It's a green light for me. |
Great work @srieteja and @CurtlyCritchlow There's a lot going on here, and I think it's 99% good to go. Just one niggle about a(n overlooked?) dependency override. |
… static_analysis_beta_fixes # Conflicts: # packages/at_contacts_flutter/pubspec.yaml
@srieteja are you going to take care of publishing these to pub.dev now? |
@cpswan, I will publish at_backupkey_flutter and at_onboarding_flutter later today, as these are key packages. @CurtlyCritchlow and I can coordinate on publishing the rest. |
Closes #847
- What I did
- How to verify it
- Description for the changelog
fix: resolve flutter static analysis issues (beta)