Skip to content

Conversation

xianshijing-lk
Copy link

Move the access_token to header in the format of 'Authorization': 'Bearer $token'

@xianshijing-lk
Copy link
Author

Thanks @hiroshihorie, do we have any setups for the flutter format ? like using a script or some setups on Android Studio ?

@xianshijing-lk
Copy link
Author

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.

@xianshijing-lk
Copy link
Author

Hi @hiroshihorie @cloudwebrtc , could you please help review this PR?

@hiroshihorie
Copy link
Member

@xianshijing-lk You just need to run dart format .

use_super_parameters: ignore
avoid_print: ignore
use_build_context_synchronously: ignore
discarded_futures: ignore
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants