Skip to content

Fix/camera on android#130

Merged
lr101 merged 7 commits into
developfrom
fix/camera-on-android
Mar 21, 2026
Merged

Fix/camera on android#130
lr101 merged 7 commits into
developfrom
fix/camera-on-android

Conversation

@lr101
Copy link
Copy Markdown
Owner

@lr101 lr101 commented Mar 21, 2026

No description provided.

@lr101 lr101 merged commit e1ec82e into develop Mar 21, 2026
2 checks passed
@lr101 lr101 deleted the fix/camera-on-android branch March 21, 2026 15:27
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 21, 2026

Flutter Analyze Results

Resolving dependencies...
Downloading packages...
_fe_analyzer_shared 85.0.0 (98.0.0 available)
analyzer 7.6.0 (12.0.0 available)
analyzer_plugin 0.13.4 (0.14.7 available)
build 2.5.4 (4.0.5 available)
build_config 1.1.2 (1.3.0 available)
build_resolvers 2.5.4 (3.0.4 available)
build_runner 2.5.4 (2.13.1 available)
build_runner_core 9.1.2 (9.3.2 available)
camera 0.12.0 (0.12.0+1 available)
custom_lint 0.7.6 (0.8.1 available)
custom_lint_builder 0.7.6 (0.8.1 available)
custom_lint_core 0.7.5 (0.8.2 available)
custom_lint_visitor 1.0.0+7.7.0 (1.0.0+9.0.0 available)
dart_style 3.1.1 (3.1.8 available)
drift 2.28.2 (2.32.0 available)
drift_dev 2.28.0 (2.32.0 available)
drift_flutter 0.2.7 (0.3.0 available)
flat_buffers 23.5.26 (25.9.23 available)
flutter_riverpod 2.6.1 (3.3.1 available)
font_awesome_flutter 10.12.0 (11.0.0 available)
geocoding_android 4.0.1 (5.0.1 available)
geocoding_platform_interface 3.2.0 (5.0.0 available)
infinite_scroll_pagination 4.1.0 (5.1.1 available)
js 0.6.7 (0.7.2 available)
json_annotation 4.9.0 (4.11.0 available)
json_serializable 6.9.5 (6.13.1 available)
logger 2.6.2 (2.7.0 available)
meta 1.17.0 (1.18.2 available)
mgrs_dart 2.0.0 (3.0.0 available)
native_toolchain_c 0.17.5 (0.17.6 available)
objectbox 4.3.1 (5.2.0 available)
objectbox_flutter_libs 4.3.1 (5.2.0 available)
posthog_flutter 5.18.0 (5.21.0 available)
proj4dart 2.1.0 (3.0.0 available)
riverpod 2.6.1 (3.2.1 available)
riverpod_annotation 2.6.1 (4.0.2 available)
riverpod_generator 2.6.5 (4.0.3 available)
riverpod_lint 2.6.5 (3.1.3 available)
source_gen 2.0.0 (4.2.2 available)
source_helper 1.3.7 (1.3.11 available)
sqflite_android 2.4.2+2 (2.4.2+3 available)
sqlite3 2.9.4 (3.2.0 available)
sqlite3_flutter_libs 0.5.42 (0.6.0+eol available)
sqlparser 0.41.2 (0.44.3 available)
test_api 0.7.10 (0.7.11 available)
unicode 0.3.1 (1.1.9 available)
vector_math 2.2.0 (2.3.0 available)
webview_flutter_wkwebview 3.23.8 (3.24.1 available)
win32 5.15.0 (6.0.0 available)
Got dependencies!
49 packages have newer versions incompatible with dependency constraints.
Try flutter pub outdated for more information.
Analyzing stick-it...

  • 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
  • Sort directive sections alphabetically • lib/widgets/round_image/presentation/custom_image_picker.dart:6:1 • directives_ordering
  • 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

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.

1 participant