-
Notifications
You must be signed in to change notification settings - Fork 201
move the accessToken to header #891
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
base: main
Are you sure you want to change the base?
Conversation
Thanks @hiroshihorie, do we have any setups for the flutter format ? like using a script or some setups on Android Studio ? |
flutter analyze gives me the same errors on main, I put in some lines of code in analysis_options.yaml to suppress the warnings instead. |
Hi @hiroshihorie @cloudwebrtc , could you please help review this PR? |
@xianshijing-lk You just need to run |
use_super_parameters: ignore | ||
avoid_print: ignore | ||
use_build_context_synchronously: ignore | ||
discarded_futures: ignore |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
discarded_futures
are something we should fix soon for safer code, but it's fine to suppress it temporary if we don't forget about it.
Move the access_token to header in the format of 'Authorization': 'Bearer $token'