You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unnecessary braces in a string interpolation • lib/data/config/openapi_config.dart:124:49 • unnecessary_brace_in_string_interps
The import of 'dart:typed_data' is unnecessary because all of the used elements are also provided by the import of 'package:drift/drift.dart' • lib/data/repository/image_repository.dart:2:8 • unnecessary_import
Don't make a function 'async' if it doesn't use 'await' • lib/data/repository/image_repository.dart:178:72 • unnecessary_async
Don't use 'BuildContext's across async gaps • lib/features/group_overview/presentation/sub_widgets/pop_up_menu_leave.dart:56:20 • use_build_context_synchronously
The method is used to change a property • lib/features/map_home/data/map_state.dart:68:8 • use_setters_to_change_properties
Method invocation or property access on a 'dynamic' target • lib/features/profile/presentation/user_profile.dart:83:62 • avoid_dynamic_calls
Don't make a function 'async' if it doesn't use 'await' • lib/features/settings/presentation/settings.dart:150:43 • unnecessary_async
Don't make a function 'async' if it doesn't use 'await' • lib/features/settings/presentation/settings.dart:166:43 • unnecessary_async
Don't use 'BuildContext's across async gaps • lib/widgets/custom_feed/presentation/pop_up_menu_feed.dart:75:50 • use_build_context_synchronously
Don't use 'BuildContext's across async gaps • lib/widgets/custom_feed/presentation/pop_up_menu_feed.dart:76:27 • use_build_context_synchronously
Dependencies not sorted alphabetically • pubspec.yaml:70:3 • sort_pub_dependencies
Dependencies not sorted alphabetically • pubspec.yaml:86:3 • sort_pub_dependencies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.