Skip to content

Test Release 3.0.18#135

Merged
lr101 merged 3 commits into
mainfrom
develop
Apr 7, 2026
Merged

Test Release 3.0.18#135
lr101 merged 3 commits into
mainfrom
develop

Conversation

@lr101
Copy link
Copy Markdown
Owner

@lr101 lr101 commented Apr 7, 2026

No description provided.

@lr101 lr101 merged commit 3fefec8 into main Apr 7, 2026
2 checks passed
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 7, 2026

Flutter Analyze Results

Resolving dependencies...
Downloading packages...
_fe_analyzer_shared 85.0.0 (98.0.0 available)
_flutterfire_internals 1.3.67 (1.3.68 available)
analyzer 7.6.0 (12.0.0 available)
analyzer_plugin 0.13.4 (0.14.7 available)
async 2.13.0 (2.13.1 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)
built_value 8.12.4 (8.12.5 available)
camera 0.12.0 (0.12.0+1 available)
camera_android_camerax 0.7.1 (0.7.1+2 available)
connectivity_plus 7.0.0 (7.1.0 available)
connectivity_plus_platform_interface 2.0.1 (2.1.0 available)
cupertino_icons 1.0.8 (1.0.9 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.1 available)
drift_dev 2.28.0 (2.32.1 available)
drift_flutter 0.2.7 (0.3.0 available)
dropdown_search 6.0.2 (7.0.0 available)
firebase_core 4.5.0 (4.6.0 available)
firebase_core_platform_interface 6.0.2 (6.0.3 available)
firebase_core_web 3.5.0 (3.5.1 available)
firebase_messaging 16.1.2 (16.1.3 available)
firebase_messaging_platform_interface 4.7.7 (4.7.8 available)
firebase_messaging_web 4.1.3 (4.1.4 available)
flat_buffers 23.5.26 (25.9.23 available)
flutter_plugin_android_lifecycle 2.0.33 (2.0.34 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)
go_router 17.1.0 (17.2.0 available)
hotreloader 4.3.0 (4.4.0 available)
image_cropper 11.0.0 (12.2.0 available)
image_picker_android 0.8.13+14 (0.8.13+16 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.3.1 available)
objectbox_flutter_libs 4.3.1 (5.3.1 available)
package_info_plus 9.0.0 (9.0.1 available)
path_provider_android 2.2.22 (2.3.0 available)
phone_numbers_parser 9.0.20 (9.0.21 available)
posthog_flutter 5.18.0 (5.23.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)
shared_preferences 2.5.4 (2.5.5 available)
shared_preferences_android 2.4.21 (2.4.23 available)
shared_preferences_platform_interface 2.4.1 (2.4.2 available)
sign_in_button 4.0.1 (4.1.0 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.3.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)
url_launcher_android 6.3.28 (6.3.29 available)
vector_math 2.2.0 (2.3.0 available)
webview_flutter_android 4.10.13 (4.10.15 available)
webview_flutter_platform_interface 2.14.0 (2.15.1 available)
webview_flutter_wkwebview 3.23.8 (3.24.2 available)
win32 5.15.0 (6.0.0 available)
Got dependencies!
78 packages have newer versions incompatible with dependency constraints.
Try flutter pub outdated for more information.
Analyzing stick-it...

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