-
Notifications
You must be signed in to change notification settings - Fork 7
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
[WIP] Implement passkey #2256
[WIP] Implement passkey #2256
Conversation
6bdd464
to
6e428b5
Compare
Signed-off-by: phuoc <[email protected]>
Signed-off-by: phuoc <[email protected]>
Signed-off-by: phuoc <[email protected]>
Signed-off-by: phuoc <[email protected]>
Signed-off-by: phuoc <[email protected]>
Signed-off-by: phuoc <[email protected]>
Signed-off-by: phuoc <[email protected]>
Signed-off-by: phuoc <[email protected]>
880f076
to
2b0c1fe
Compare
Signed-off-by: phuoc <[email protected]>
Signed-off-by: phuoc <[email protected]>
Signed-off-by: phuoc <[email protected]>
Signed-off-by: phuoc <[email protected]>
Signed-off-by: phuoc <[email protected]>
Signed-off-by: phuoc <[email protected]>
Signed-off-by: phuoc <[email protected]>
Signed-off-by: phuoc <[email protected]>
Signed-off-by: phuoc <[email protected]>
Signed-off-by: phuoc <[email protected]>
Signed-off-by: phuoc <[email protected]>
Signed-off-by: phuoc <[email protected]>
Signed-off-by: phuoc <[email protected]>
Signed-off-by: phuoc <[email protected]>
Signed-off-by: phuoc <[email protected]>
Signed-off-by: phuoc <[email protected]>
Signed-off-by: phuoc <[email protected]>
Anonymous support
Signed-off-by: phuoc <[email protected]>
Signed-off-by: phuoc <[email protected]>
const _extra = <String, dynamic>{}; | ||
final queryParameters = <String, dynamic>{}; | ||
final _headers = <String, dynamic>{}; | ||
final _headers = <String, dynamic>{r'Authorization': token}; |
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.
📝 [flutter-analyze] reported by reviewdog 🐶
Unnecessary use of a raw string
const _extra = <String, dynamic>{}; | ||
final queryParameters = <String, dynamic>{}; | ||
final _headers = <String, dynamic>{}; | ||
final _headers = <String, dynamic>{r'Authorization': token}; | ||
_headers.removeWhere((k, v) => v == null); |
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.
📝 [flutter-analyze] reported by reviewdog 🐶
Unnecessary duplication of receiver
Description
Describe your changes