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
Constructors in '@immutable' classes should be declared as 'const' • lib/data/dto/global_data_dto.dart:14:3 • prefer_const_constructors_in_immutables
The value of the argument is redundant because it matches the default value • lib/data/repository/group_repository.dart:109:108 • avoid_redundant_argument_values
The value of the argument is redundant because it matches the default value • lib/data/repository/image_repository.dart:159:152 • avoid_redundant_argument_values
The value of the argument is redundant because it matches the default value • lib/data/repository/member_repository.dart:96:109 • avoid_redundant_argument_values
The value of the argument is redundant because it matches the default value • lib/data/repository/pin_repository.dart:111:106 • avoid_redundant_argument_values
The value of the argument is redundant because it matches the default value • lib/data/repository/pin_repository.dart:248:110 • avoid_redundant_argument_values
The value of the argument is redundant because it matches the default value • lib/data/repository/user_pins_repository.dart:85:111 • avoid_redundant_argument_values
The value of the argument is redundant because it matches the default value • lib/data/repository/user_repository.dart:93:107 • avoid_redundant_argument_values
The value of the argument is redundant because it matches the default value • lib/data/repository/user_repository.dart:190:111 • avoid_redundant_argument_values
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
The value of the argument is redundant because it matches the default value • lib/features/map_home/presentation/map_home.dart:78:35 • avoid_redundant_argument_values
The value of the argument is redundant because it matches the default value • lib/features/map_home/presentation/map_home.dart:79:24 • avoid_redundant_argument_values
Method invocation or property access on a 'dynamic' target • lib/features/profile/presentation/user_profile.dart:83:62 • avoid_dynamic_calls
warning • Unused import: 'package:buff_lisa/features/navigation/data/navigation_provider.dart' • lib/features/settings/presentation/settings.dart:10:8 • unused_import
Don't make a function 'async' if it doesn't use 'await' • lib/features/settings/presentation/settings.dart:162:43 • unnecessary_async
warning • The value of the local variable 'sharedPreferences' isn't used • lib/features/settings/presentation/settings.dart:232:11 • unused_local_variable
Use a 'ColoredBox' rather than a 'Container' with only a 'Color' • lib/main.dart:124:18 • use_colored_box
An 'async' function should have a 'Future' return type when it doesn't return a value • lib/util/core/cache_impl.dart:79:8 • avoid_void_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
Local variables should be final • lib/widgets/round_image/presentation/custom_image_picker.dart:48:5 • prefer_final_locals
Multiple variables declared on a single line • lib/widgets/round_image/presentation/custom_image_picker.dart:55:19 • avoid_multiple_declarations_per_line
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.