-
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] fix: Add simple rotate #1763
Conversation
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]>
@@ -1 +1 @@ | |||
Subproject commit 80a7aa847c6c9481fd19cf4b22d42ae5b5b14c7b | |||
Subproject commit 64a6c1ccfbb75341c8bbd79db0f7a7826a36ee19 |
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.
[dart fix] reported by reviewdog 🐶
Subproject commit 64a6c1ccfbb75341c8bbd79db0f7a7826a36ee19 | |
Subproject commit 64a6c1ccfbb75341c8bbd79db0f7a7826a36ee19-dirty |
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]>
Dependency Review✅ No vulnerabilities or license issues found.Scanned Manifest Filespubspec.lockpubspec.yaml
|
// RetrofitGenerator | ||
// ************************************************************************** | ||
|
||
// ignore_for_file: unnecessary_brace_in_string_interps,no_leading_underscores_for_local_identifiers |
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 🐶
The line length exceeds the 80-character limit
}) async { | ||
const _extra = <String, dynamic>{}; | ||
final queryParameters = <String, dynamic>{ | ||
r'locationID': locationId, |
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>{ | ||
r'locationID': locationId, | ||
r'topicID': topicId, |
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
}; | ||
final _headers = <String, dynamic>{}; | ||
final _data = <String, dynamic>{}; | ||
_data.addAll(body); |
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