-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Open
Labels
blocked: customer-responseWaiting for customer response, e.g. more information was requested.Waiting for customer response, e.g. more information was requested.platform: iosIssues / PRs which are specifically for iOS.Issues / PRs which are specifically for iOS.plugin: messagingtype: bugSomething isn't workingSomething isn't working
Description
Is there an existing issue for this?
- I have searched the existing issues.
Which plugins are affected?
Messaging
Which platforms are affected?
iOS
Description
After updating to version 16.1.2, I'm now finding that the app crashes when users receive a notification while the app is open. This is not background processing - the crash happens when the app is in the foreground. The previous version of the plugin which I know to work is 16.0.4. I have also tested with 16.1.0, but the crash also happens with that.
I have updated my AppDelegate.swift for UIScene lifecycle, but previous versions of messaging worked fine (I mention this as I initially thought this was the issue, but it's not as my app didn't crash with 16.0.4):
import UIKit
import Flutter
import Firebase
@main
@objc class AppDelegate: FlutterAppDelegate, FlutterImplicitEngineDelegate {
override func application(
_ application: UIApplication,
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
) -> Bool {
FirebaseApp.configure()
return super.application(application, didFinishLaunchingWithOptions: launchOptions)
}
func didInitializeImplicitFlutterEngine(_ engineBridge: FlutterImplicitEngineBridge) {
GeneratedPluginRegistrant.register(with: engineBridge.pluginRegistry)
}
}
Log are below.
This is my Flutter doctor output:
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.41.1, on macOS 15.6.1 24G90 darwin-arm64, locale en-GB)
[✓] Android toolchain - develop for Android devices (Android SDK version 36.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 16.4)
[✓] Chrome - develop for the web
[✓] Connected device (3 available)
[✓] Network resources
• No issues found!
The first crashes started happening since the update to 16.1.2.
Reproducing the issue
- Update AppDelegate.swift to the new version as per my report (UIScene lifecycle).
- Update to firebase_messaging 16.1.2
- Run the app
- Send a notification to the device (real device)
Firebase Core version
4.5.0
Flutter Version
3.41.1
Relevant Log Output
Crashed: com.apple.main-thread
0 libsystem_trace.dylib 0x4d3c os_trace_blob_addns + 8
1 libsystem_trace.dylib 0x5228 _os_log_fmt_flatten_to_blob + 256
2 libsystem_trace.dylib 0x2158 _os_log_impl_flatten_and_send + 2544
3 libsystem_trace.dylib 0x7eac _os_log_with_args_impl + 416
4 libsystem_asl.dylib 0xd74 _vsyslog + 264
5 libsystem_asl.dylib 0xe0c syslog + 40
6 Flutter 0x9f040 $s26InternalFlutterSwiftCommon8LogLevelOMa + 575800
7 Flutter 0x4eb278 $s26InternalFlutterSwiftCommon8LogLevelOMa + 5081968
8 Flutter 0x4eafb4 $s26InternalFlutterSwiftCommon8LogLevelOMa + 5081260
9 Flutter 0x470948 $s26InternalFlutterSwiftCommon8LogLevelOMa + 4579904
10 Flutter 0x4ecb20 $s26InternalFlutterSwiftCommon8LogLevelOMa + 5088280
11 Flutter 0x4536b4 $s26InternalFlutterSwiftCommon8LogLevelOMa + 4460460
12 Flutter 0xa242c $s26InternalFlutterSwiftCommon8LogLevelOMa + 589092
13 Flutter 0x452de8 $s26InternalFlutterSwiftCommon8LogLevelOMa + 4458208
14 Flutter 0x442de0 $s26InternalFlutterSwiftCommon8LogLevelOMa + 4392664
15 Flutter 0x23260 $s26InternalFlutterSwiftCommon8LogLevelOMa + 68440
16 Flutter 0x4fe3d8 InternalFlutterGpu_Texture_AsImage + 16944
17 Flutter 0x4feb3c InternalFlutterGpu_Texture_AsImage + 18836
18 Runner 0x3821e0 -[FLTFirebaseMessagingPlugin userNotificationCenter:willPresentNotification:withCompletionHandler:] + 373 (FLTFirebaseMessagingPlugin.m:373)
19 Runner 0x3822fc -[FLTFirebaseMessagingPlugin userNotificationCenter:willPresentNotification:withCompletionHandler:] + 381 (FLTFirebaseMessagingPlugin.m:381)
20 Runner 0x3822fc -[FLTFirebaseMessagingPlugin userNotificationCenter:willPresentNotification:withCompletionHandler:] + 381 (FLTFirebaseMessagingPlugin.m:381)
21 Runner 0x3822fc -[FLTFirebaseMessagingPlugin userNotificationCenter:willPresentNotification:withCompletionHandler:] + 381 (FLTFirebaseMessagingPlugin.m:381)
22 Runner 0x3822fc -[FLTFirebaseMessagingPlugin userNotificationCenter:willPresentNotification:withCompletionHandler:] + 381 (FLTFirebaseMessagingPlugin.m:381)
23 Runner 0x3822fc -[FLTFirebaseMessagingPlugin userNotificationCenter:willPresentNotification:withCompletionHandler:] + 381 (FLTFirebaseMessagingPlugin.m:381)
24 Runner 0x3822fc -[FLTFirebaseMessagingPlugin userNotificationCenter:willPresentNotification:withCompletionHandler:] + 381 (FLTFirebaseMessagingPlugin.m:381)
25 Runner 0x3822fc -[FLTFirebaseMessagingPlugin userNotificationCenter:willPresentNotification:withCompletionHandler:] + 381 (FLTFirebaseMessagingPlugin.m:381)
26 Runner 0x3822fc -[FLTFirebaseMessagingPlugin userNotificationCenter:willPresentNotification:withCompletionHandler:] + 381 (FLTFirebaseMessagingPlugin.m:381)
27 Runner 0x3822fc -[FLTFirebaseMessagingPlugin userNotificationCenter:willPresentNotification:withCompletionHandler:] + 381 (FLTFirebaseMessagingPlugin.m:381)
28 Runner 0x3822fc -[FLTFirebaseMessagingPlugin userNotificationCenter:willPresentNotification:withCompletionHandler:] + 381 (FLTFirebaseMessagingPlugin.m:381)
29 UIKitCore 0x14368d0 -[UIApplication _handleNonLaunchSpecificActions:forScene:withTransitionContext:completion:] + 1532
30 UIKitCore 0x877344 -[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:] + 412
31 UIKitCore 0x877e50 -[UIScene scene:didUpdateWithDiff:transitionContext:completion:] + 244
32 UIKitCore 0xed502c -[UIApplicationSceneClientAgent scene:handleEvent:withCompletion:] + 336
33 FrontBoardServices 0x1fc2c __76-[FBSScene updater:didUpdateSettings:withDiff:transitionContext:completion:]_block_invoke.129 + 380
34 FrontBoardServices 0x1e8a4 -[FBSScene _callOutQueue_maybeCoalesceClientSettingsUpdates:] + 128
35 FrontBoardServices 0x1f8dc -[FBSScene updater:didUpdateSettings:withDiff:transitionContext:completion:] + 708
36 FrontBoardServices 0x8fbb0 __94-[FBSWorkspaceScenesClient _queue_updateScene:withSettings:diff:transitionContext:completion:]_block_invoke_2.cold.1 + 352
37 FrontBoardServices 0x4bb30 __94-[FBSWorkspaceScenesClient _queue_updateScene:withSettings:diff:transitionContext:completion:]_block_invoke_2 + 96
38 FrontBoardServices 0x2bf64 -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 168
39 libdispatch.dylib 0x1b7fc _dispatch_client_callout + 16
40 libdispatch.dylib 0x6bb4 _dispatch_block_invoke_direct + 284
41 BoardServices 0x91d4 __BSSERVICEMAINRUNLOOPQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 52
42 BoardServices 0x9054 BSServiceMainRunLoopSourceHandler + 224
43 CoreFoundation 0x68f10 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28
44 CoreFoundation 0x68e84 __CFRunLoopDoSource0 + 172
45 CoreFoundation 0x46acc __CFRunLoopDoSources0 + 232
46 CoreFoundation 0x1d6d8 __CFRunLoopRun + 820
47 CoreFoundation 0x1ca6c _CFRunLoopRunSpecificWithOptions + 532
48 GraphicsServices 0x1498 GSEventRunModal + 120
49 UIKitCore 0x9ddf8 -[UIApplication _run] + 792
50 UIKitCore 0x46e54 UIApplicationMain + 336
51 Runner 0x40e8 main + 7 (main.m:7)
52 ??? 0x18eb46e28 (Missing)Flutter dependencies
Expand Flutter dependencies snippet
Dart SDK 3.11.0
Flutter SDK 3.41.1
MyAppName 26.3.2+3854
dependencies:
- animated_text_kit 4.3.0 [flutter characters]
- bloc 9.2.0 [meta]
- cached_network_image 3.4.1 [cached_network_image_platform_interface cached_network_image_web flutter flutter_cache_manager octo_image]
- cloud_firestore 6.1.3 [cloud_firestore_platform_interface cloud_firestore_web collection firebase_core firebase_core_platform_interface flutter meta]
- cloud_functions 6.0.7 [cloud_functions_platform_interface cloud_functions_web firebase_core firebase_core_platform_interface flutter]
- connectivity_plus 7.0.0 [flutter flutter_web_plugins connectivity_plus_platform_interface web meta nm collection]
- device_info_plus 12.3.0 [device_info_plus_platform_interface ffi file flutter flutter_web_plugins meta web win32 win32_registry]
- dio 5.9.2 [async collection http_parser meta mime path dio_web_adapter]
- dio_cache_interceptor 4.0.5 [dio http_cache_core]
- equatable 2.0.8 [collection meta]
- exif 3.3.0 [args collection convert json_annotation sprintf]
- firebase_analytics 12.1.3 [firebase_analytics_platform_interface firebase_analytics_web firebase_core firebase_core_platform_interface flutter]
- firebase_app_check 0.4.1+5 [firebase_app_check_platform_interface firebase_app_check_web firebase_core firebase_core_platform_interface flutter]
- firebase_auth 6.2.0 [firebase_auth_platform_interface firebase_auth_web firebase_core firebase_core_platform_interface flutter meta]
- firebase_core 4.5.0 [firebase_core_platform_interface firebase_core_web flutter meta]
- firebase_crashlytics 5.0.8 [firebase_core firebase_core_platform_interface firebase_crashlytics_platform_interface flutter stack_trace]
- firebase_in_app_messaging 0.9.0+7 [firebase_core firebase_core_platform_interface firebase_in_app_messaging_platform_interface flutter meta]
- firebase_messaging 16.1.2 [firebase_core firebase_core_platform_interface firebase_messaging_platform_interface firebase_messaging_web flutter meta]
- firebase_performance 0.11.1+5 [firebase_core firebase_core_platform_interface firebase_performance_platform_interface firebase_performance_web flutter]
- firebase_remote_config 6.2.0 [firebase_core firebase_core_platform_interface firebase_remote_config_platform_interface firebase_remote_config_web flutter]
- firebase_storage 13.1.0 [firebase_core firebase_core_platform_interface firebase_storage_platform_interface firebase_storage_web flutter]
- firebase_ui_firestore 2.0.1 [cloud_firestore firebase_ui_localizations firebase_ui_shared flutter]
- fl_chart 1.1.1 [equatable flutter vector_math]
- flutter 0.0.0 [characters collection material_color_utilities meta vector_math sky_engine]
- flutter_bloc 9.1.1 [bloc flutter provider]
- flutter_chat_ui 1.6.14 [diffutil_dart equatable flutter flutter_chat_types flutter_link_previewer flutter_parsed_text intl meta photo_view scroll_to_index url_launcher visibility_detector]
- flutter_image_compress 2.4.0 [flutter flutter_image_compress_platform_interface flutter_image_compress_common flutter_image_compress_web flutter_image_compress_macos flutter_image_compress_ohos]
- flutter_link_previewer 3.2.2 [flutter flutter_chat_types flutter_linkify html http linkify meta url_launcher]
- flutter_map 8.2.2 [async collection dart_earcut dart_polylabel2 flutter http latlong2 logger meta path path_provider proj4dart uuid]
- flutter_map_animations 0.9.0 [flutter flutter_map latlong2]
- flutter_map_cache 2.0.0+1 [dio dio_cache_interceptor flutter flutter_map]
- flutter_map_location_marker 10.2.0 [flutter flutter_map flutter_rotation_sensor geolocator latlong2]
- flutter_map_marker_cluster_plus 1.4.2 [flutter flutter_map flutter_map_marker_popup_plus latlong2]
- flutter_mdi_icons 0.1.3 [flutter]
- flutter_typeahead 5.2.0 [flutter flutter_keyboard_visibility pointer_interceptor]
- font_awesome_flutter 10.12.0 [flutter]
- geocoding 4.0.0 [flutter geocoding_platform_interface geocoding_android geocoding_ios]
- geolocator 14.0.2 [flutter geolocator_platform_interface geolocator_android geolocator_apple geolocator_web geolocator_windows geolocator_linux]
- get_it 9.2.1 [async collection meta]
- google_mobile_ads 7.0.0 [meta flutter webview_flutter_android webview_flutter_wkwebview webview_flutter]
- google_sign_in 7.2.0 [flutter google_sign_in_android google_sign_in_ios google_sign_in_platform_interface google_sign_in_web]
- hive 2.2.3 [meta crypto]
- hive_flutter 1.1.0 [flutter hive path_provider path]
- http_cache_file_store 2.0.1 [http_cache_core path synchronized]
- http_cache_hive_store 5.0.2 [http_cache_core hive_ce]
- image_picker 1.2.1 [flutter image_picker_android image_picker_for_web image_picker_ios image_picker_linux image_picker_macos image_picker_platform_interface image_picker_windows]
- infinite_scroll_pagination 5.1.1 [flutter flutter_staggered_grid_view sliver_tools collection meta]
- intl 0.20.2 [clock meta path]
- location 8.0.1 [flutter location_platform_interface location_web]
- logger 2.6.2 [meta]
- material_design_icons_flutter 7.0.7296 [flutter]
- mime 2.0.0
- package_info_plus 9.0.0 [ffi flutter flutter_web_plugins http meta path package_info_plus_platform_interface web win32 clock]
- path_provider 2.1.5 [flutter path_provider_android path_provider_foundation path_provider_linux path_provider_platform_interface path_provider_windows]
- permission_handler 12.0.1 [flutter meta permission_handler_android permission_handler_apple permission_handler_html permission_handler_windows permission_handler_platform_interface]
- photo_view 0.15.0 [flutter]
- purchases_flutter 9.13.1 [flutter flutter_web_plugins web equatable]
- purchases_ui_flutter 9.13.1 [purchases_flutter flutter plugin_platform_interface]
- retry 3.1.2
- rxdart 0.28.0
- screenshot 3.0.0 [flutter]
- shared_preferences 2.5.4 [flutter shared_preferences_android shared_preferences_foundation shared_preferences_linux shared_preferences_platform_interface shared_preferences_web shared_preferences_windows]
- syncfusion_flutter_calendar 32.2.9 [flutter flutter_localizations timezone intl syncfusion_flutter_core syncfusion_flutter_datepicker syncfusion_localizations]
- the_apple_sign_in 1.1.1 [flutter]
- timeago 3.7.1 [intl]
- timelines_plus 1.0.8 [flutter]
- universal_io 2.3.1 [collection meta typed_data]
- url_launcher 6.3.2 [flutter url_launcher_android url_launcher_ios url_launcher_linux url_launcher_macos url_launcher_platform_interface url_launcher_web url_launcher_windows]
- uuid 4.5.3 [crypto fixnum]
- vector_map_tiles 9.0.0-beta.8 [flutter flutter_map http latlong2 path_provider vector_tile_renderer vector_tile_dem async executor_lib idb_shim]
- visibility_detector 0.4.0+2 [flutter]
- xml 6.5.0 [collection meta petitparser]
dev dependencies:
- bloc_lint 0.4.0 [_fe_analyzer_shared checked_yaml collection glob json_annotation path pubspec_lock_parse]
- bloc_test 10.0.0 [bloc diff_match_patch meta mocktail test]
- build_runner 2.12.2 [analyzer args async build build_config build_daemon built_collection built_value code_builder collection convert crypto dart_style glob graphs http_multi_server io json_annotation logging meta mime package_config path pool pub_semver shelf shelf_web_socket stream_transform watcher web_socket_channel yaml]
- flutter_driver 0.0.0 [file flutter flutter_test fuchsia_remote_debug_protocol path meta vm_service webdriver matcher]
- flutter_lints 6.0.0 [lints]
- flutter_test 0.0.0 [flutter test_api matcher path fake_async clock stack_trace vector_math leak_tracker_flutter_testing collection meta stream_channel]
- mockito 5.6.3 [analyzer build code_builder collection dart_style matcher meta path source_gen test_api]
- mocktail 1.0.4 [collection matcher test_api]
- random_string 2.3.1
transitive dependencies:
- _fe_analyzer_shared 93.0.0 [meta source_span]
- _flutterfire_internals 1.3.67 [collection firebase_core firebase_core_platform_interface flutter meta]
- analyzer 10.0.1 [_fe_analyzer_shared collection convert crypto glob meta package_config path pub_semver source_span watcher yaml]
- animated_stack_widget 0.0.4 [flutter]
- archive 4.0.9 [path posix]
- args 2.7.0
- async 2.13.0 [collection meta]
- boolean_selector 2.1.2 [source_span string_scanner]
- build 4.0.4 [analyzer crypto glob logging package_config path]
- build_config 1.3.0 [checked_yaml json_annotation path pubspec_parse]
- build_daemon 4.0.4 [built_collection built_value crypto http_multi_server logging path pool shelf shelf_web_socket stream_transform watcher web_socket_channel]
- built_collection 5.1.1
- built_value 8.10.1 [built_collection collection fixnum meta]
- cached_network_image_platform_interface 4.1.1 [flutter flutter_cache_manager]
- cached_network_image_web 1.3.1 [cached_network_image_platform_interface flutter flutter_cache_manager web]
- characters 1.4.1
- checked_yaml 2.0.3 [json_annotation source_span yaml]
- cli_config 0.2.0 [args yaml]
- clock 1.1.2
- cloud_firestore_platform_interface 7.0.7 [_flutterfire_internals collection firebase_core flutter meta plugin_platform_interface]
- cloud_firestore_web 5.1.3 [_flutterfire_internals cloud_firestore_platform_interface collection firebase_core firebase_core_web flutter flutter_web_plugins]
- cloud_functions_platform_interface 5.8.10 [firebase_core flutter meta plugin_platform_interface]
- cloud_functions_web 5.1.3 [cloud_functions_platform_interface firebase_core firebase_core_web flutter flutter_web_plugins web]
- code_builder 4.10.1 [built_collection built_value collection matcher meta]
- collection 1.19.1
- connectivity_plus_platform_interface 2.0.1 [flutter meta plugin_platform_interface]
- convert 3.1.2 [typed_data]
- coverage 1.15.0 [args cli_config glob logging meta package_config path source_maps stack_trace vm_service yaml]
- cross_file 0.3.5+2 [meta web]
- crypto 3.0.7 [typed_data]
- csslib 1.0.2 [source_span]
- dart_earcut 1.2.0
- dart_polylabel2 1.0.0 [collection meta]
- dart_style 3.1.5 [analyzer args collection package_config path pub_semver source_span yaml]
- dbus 0.7.11 [args ffi meta xml]
- device_info_plus_platform_interface 7.0.3 [flutter meta plugin_platform_interface]
- diff_match_patch 0.4.1
- diffutil_dart 4.0.1
- dio_web_adapter 2.1.1 [dio http_parser meta web]
- executor_lib 1.1.2 [flutter async]
- fake_async 1.3.3 [clock collection]
- ffi 2.1.4
- file 7.0.1 [meta path]
- file_selector_linux 0.9.3+2 [cross_file file_selector_platform_interface flutter]
- file_selector_macos 0.9.4+3 [cross_file file_selector_platform_interface flutter]
- file_selector_platform_interface 2.6.2 [cross_file flutter http plugin_platform_interface]
- file_selector_windows 0.9.3+4 [cross_file file_selector_platform_interface flutter]
- firebase_analytics_platform_interface 5.0.7 [_flutterfire_internals firebase_core flutter meta plugin_platform_interface]
- firebase_analytics_web 0.6.1+3 [_flutterfire_internals firebase_analytics_platform_interface firebase_core firebase_core_web flutter flutter_web_plugins]
- firebase_app_check_platform_interface 0.2.1+5 [_flutterfire_internals firebase_core flutter meta plugin_platform_interface]
- firebase_app_check_web 0.2.2+3 [_flutterfire_internals firebase_app_check_platform_interface firebase_core firebase_core_web flutter flutter_web_plugins web]
- firebase_auth_platform_interface 8.1.7 [_flutterfire_internals collection firebase_core flutter http meta plugin_platform_interface]
- firebase_auth_web 6.1.3 [firebase_auth_platform_interface firebase_core firebase_core_web flutter flutter_web_plugins http_parser meta web]
- firebase_core_platform_interface 6.0.2 [collection flutter flutter_test meta plugin_platform_interface]
- firebase_core_web 3.5.0 [firebase_core_platform_interface flutter flutter_web_plugins meta web]
- firebase_crashlytics_platform_interface 3.8.18 [_flutterfire_internals collection firebase_core flutter meta plugin_platform_interface]
- firebase_in_app_messaging_platform_interface 0.2.5+18 [_flutterfire_internals firebase_core flutter meta plugin_platform_interface]
- firebase_messaging_platform_interface 4.7.7 [_flutterfire_internals firebase_core flutter meta plugin_platform_interface]
- firebase_messaging_web 4.1.3 [_flutterfire_internals firebase_core firebase_core_web firebase_messaging_platform_interface flutter flutter_web_plugins meta web]
- firebase_performance_platform_interface 0.1.6+5 [_flutterfire_internals firebase_core flutter plugin_platform_interface]
- firebase_performance_web 0.1.8+3 [_flutterfire_internals firebase_core firebase_core_web firebase_performance_platform_interface flutter flutter_web_plugins]
- firebase_remote_config_platform_interface 2.1.0 [_flutterfire_internals firebase_core flutter meta plugin_platform_interface]
- firebase_remote_config_web 1.10.4 [_flutterfire_internals firebase_core firebase_core_web firebase_remote_config_platform_interface flutter flutter_web_plugins]
- firebase_storage_platform_interface 5.2.18 [_flutterfire_internals collection firebase_core flutter meta plugin_platform_interface]
- firebase_storage_web 3.11.3 [_flutterfire_internals async firebase_core firebase_core_web firebase_storage_platform_interface flutter flutter_web_plugins http meta web]
- firebase_ui_localizations 2.0.1 [flutter flutter_localizations path]
- firebase_ui_shared 1.4.2 [flutter]
- fixnum 1.1.1
- flutter_cache_manager 3.4.1 [clock collection file flutter http path path_provider rxdart sqflite uuid]
- flutter_chat_types 3.6.2 [equatable json_annotation meta]
- flutter_image_compress_common 1.0.6 [flutter flutter_image_compress_platform_interface]
- flutter_image_compress_macos 1.0.3 [flutter flutter_image_compress_platform_interface]
- flutter_image_compress_ohos 0.0.3 [flutter flutter_image_compress_platform_interface]
- flutter_image_compress_platform_interface 1.0.5 [flutter plugin_platform_interface cross_file]
- flutter_image_compress_web 0.1.5 [flutter flutter_web_plugins flutter_image_compress_platform_interface web]
- flutter_keyboard_visibility 6.0.0 [meta flutter_keyboard_visibility_platform_interface flutter_keyboard_visibility_linux flutter_keyboard_visibility_macos flutter_keyboard_visibility_web flutter_keyboard_visibility_windows flutter]
- flutter_keyboard_visibility_linux 1.0.0 [flutter_keyboard_visibility_platform_interface flutter]
- flutter_keyboard_visibility_macos 1.0.0 [flutter_keyboard_visibility_platform_interface flutter]
- flutter_keyboard_visibility_platform_interface 2.0.0 [flutter meta plugin_platform_interface]
- flutter_keyboard_visibility_web 2.0.0 [flutter_keyboard_visibility_platform_interface flutter_web_plugins flutter]
- flutter_keyboard_visibility_windows 1.0.0 [flutter_keyboard_visibility_platform_interface flutter]
- flutter_linkify 6.0.0 [flutter linkify]
- flutter_localizations 0.0.0 [flutter intl path]
- flutter_map_marker_popup_plus 7.1.0 [flutter animated_stack_widget flutter_map latlong2 provider]
- flutter_parsed_text 2.2.1 [flutter]
- flutter_plugin_android_lifecycle 2.0.28 [flutter]
- flutter_rotation_sensor 0.2.0 [flutter logging meta native_device_orientation plugin_platform_interface]
- flutter_staggered_grid_view 0.7.0 [flutter]
- flutter_web_plugins 0.0.0 [flutter]
- frontend_server_client 4.0.0 [async path]
- fuchsia_remote_debug_protocol 0.0.0 [process vm_service meta]
- geoclue 0.1.1 [dbus meta]
- geocoding_android 4.0.1 [flutter geocoding_platform_interface]
- geocoding_ios 3.0.2 [flutter geocoding_platform_interface]
- geocoding_platform_interface 3.2.0 [flutter meta plugin_platform_interface]
- geolocator_android 5.0.2 [flutter geolocator_platform_interface meta uuid]
- geolocator_apple 2.3.13 [flutter geolocator_platform_interface]
- geolocator_linux 0.2.4 [dbus flutter geoclue geolocator_platform_interface gsettings package_info_plus]
- geolocator_platform_interface 4.2.6 [flutter plugin_platform_interface vector_math meta]
- geolocator_web 4.1.3 [flutter flutter_web_plugins geolocator_platform_interface web]
- geolocator_windows 0.2.5 [flutter geolocator_platform_interface]
- glob 2.1.3 [async collection file path string_scanner]
- google_identity_services_web 0.3.3+1 [meta web]
- google_sign_in_android 7.2.9 [flutter google_sign_in_platform_interface]
- google_sign_in_ios 6.3.0 [flutter google_sign_in_platform_interface]
- google_sign_in_platform_interface 3.1.0 [flutter plugin_platform_interface]
- google_sign_in_web 1.1.2 [flutter flutter_web_plugins google_identity_services_web google_sign_in_platform_interface http web]
- graphs 2.3.2 [collection]
- gsettings 0.2.8 [dbus xdg_directories]
- hive_ce 2.11.3 [meta crypto web isolate_channel json_annotation]
- html 0.15.6 [csslib source_span]
- http 1.6.0 [async http_parser meta web]
- http_cache_core 1.1.3 [collection string_scanner uuid]
- http_multi_server 3.2.2 [async]
- http_parser 4.1.2 [collection source_span string_scanner typed_data]
- idb_shim 2.8.2+4 [sembast collection path meta web synchronized]
- image 4.8.0 [archive meta xml]
- image_picker_android 0.8.13+13 [flutter flutter_plugin_android_lifecycle image_picker_platform_interface]
- image_picker_for_web 3.1.1 [flutter flutter_web_plugins image_picker_platform_interface mime web]
- image_picker_ios 0.8.13+6 [flutter image_picker_platform_interface]
- image_picker_linux 0.2.2 [file_selector_linux file_selector_platform_interface flutter image_picker_platform_interface]
- image_picker_macos 0.2.2+1 [file_selector_macos file_selector_platform_interface flutter image_picker_platform_interface]
- image_picker_platform_interface 2.11.1 [cross_file flutter http plugin_platform_interface]
- image_picker_windows 0.2.2 [file_selector_platform_interface file_selector_windows flutter image_picker_platform_interface]
- io 1.0.5 [meta path string_scanner]
- isolate_channel 0.2.2+1
- json_annotation 4.9.0 [meta]
- latlong2 0.9.1 [intl]
- leak_tracker 11.0.2 [clock collection meta path vm_service]
- leak_tracker_flutter_testing 3.0.10 [flutter leak_tracker leak_tracker_testing matcher meta]
- leak_tracker_testing 3.0.2 [leak_tracker matcher meta]
- linkify 5.0.0
- lints 6.1.0
- lists 1.0.1 [meta]
- location_platform_interface 6.0.1 [flutter plugin_platform_interface]
- location_web 6.0.0 [flutter flutter_web_plugins http_parser location_platform_interface web]
- logging 1.3.0
- matcher 0.12.18 [async meta stack_trace term_glyph test_api]
- material_color_utilities 0.13.0 [collection]
- meta 1.17.0
- mgrs_dart 2.0.0 [unicode]
- native_device_orientation 2.1.0 [flutter plugin_platform_interface]
- nested 1.0.0 [flutter]
- nm 0.5.0 [dbus]
- node_preamble 2.0.2
- octo_image 2.1.0 [flutter]
- package_config 2.2.0 [path]
- package_info_plus_platform_interface 3.2.1 [flutter meta plugin_platform_interface]
- path 1.9.1
- path_provider_android 2.2.17 [flutter path_provider_platform_interface]
- path_provider_foundation 2.4.1 [flutter path_provider_platform_interface]
- path_provider_linux 2.2.1 [ffi flutter path path_provider_platform_interface xdg_directories]
- path_provider_platform_interface 2.1.2 [flutter platform plugin_platform_interface]
- path_provider_windows 2.3.0 [ffi flutter path path_provider_platform_interface]
- permission_handler_android 13.0.1 [flutter permission_handler_platform_interface]
- permission_handler_apple 9.4.7 [flutter permission_handler_platform_interface]
- permission_handler_html 0.1.3+5 [flutter flutter_web_plugins permission_handler_platform_interface web]
- permission_handler_platform_interface 4.3.0 [flutter meta plugin_platform_interface]
- permission_handler_windows 0.2.1 [flutter permission_handler_platform_interface]
- petitparser 6.1.0 [meta collection]
- platform 3.1.6
- plugin_platform_interface 2.1.8 [meta]
- pointer_interceptor 0.10.1+2 [flutter flutter_web_plugins pointer_interceptor_ios pointer_interceptor_platform_interface pointer_interceptor_web]
- pointer_interceptor_ios 0.10.1+1 [flutter plugin_platform_interface pointer_interceptor_platform_interface]
- pointer_interceptor_platform_interface 0.10.0+1 [flutter plugin_platform_interface]
- pointer_interceptor_web 0.10.3 [flutter flutter_web_plugins plugin_platform_interface pointer_interceptor_platform_interface web]
- pool 1.5.1 [async stack_trace]
- posix 6.5.0 [ffi meta path]
- process 5.0.3 [file path platform]
- proj4dart 2.1.0 [mgrs_dart wkt_parser meta]
- protobuf 3.1.0 [collection fixnum meta]
- provider 6.1.5+1 [collection flutter nested]
- pub_semver 2.2.0 [collection]
- pubspec_lock_parse 2.2.0 [args json_annotation pub_semver checked_yaml]
- pubspec_parse 1.5.0 [checked_yaml collection json_annotation pub_semver yaml]
- scroll_to_index 3.0.1 [flutter]
- sembast 3.8.6 [meta path synchronized]
- shared_preferences_android 2.4.10 [flutter shared_preferences_platform_interface]
- shared_preferences_foundation 2.5.4 [flutter shared_preferences_platform_interface]
- shared_preferences_linux 2.4.1 [file flutter path path_provider_linux path_provider_platform_interface shared_preferences_platform_interface]
- shared_preferences_platform_interface 2.4.1 [flutter plugin_platform_interface]
- shared_preferences_web 2.4.3 [flutter flutter_web_plugins shared_preferences_platform_interface web]
- shared_preferences_windows 2.4.1 [file flutter path path_provider_platform_interface path_provider_windows shared_preferences_platform_interface]
- shelf 1.4.2 [async collection http_parser path stack_trace stream_channel]
- shelf_packages_handler 3.0.2 [path shelf shelf_static]
- shelf_static 1.1.3 [convert http_parser mime path shelf]
- shelf_web_socket 3.0.0 [shelf stream_channel web_socket_channel]
- sky_engine 0.0.0
- sliver_tools 0.2.12 [flutter]
- source_gen 4.2.0 [analyzer async build dart_style glob path pub_semver source_span yaml]
- source_map_stack_trace 2.1.2 [path source_maps stack_trace]
- source_maps 0.10.13 [source_span]
- source_span 1.10.1 [collection path term_glyph]
- sprintf 7.0.0
- sqflite 2.4.2 [flutter sqflite_android sqflite_darwin sqflite_platform_interface sqflite_common path]
- sqflite_android 2.4.1 [flutter sqflite_common path sqflite_platform_interface]
- sqflite_common 2.5.5 [synchronized path meta]
- sqflite_darwin 2.4.2 [flutter sqflite_platform_interface meta sqflite_common path]
- sqflite_platform_interface 2.4.0 [flutter platform sqflite_common plugin_platform_interface meta]
- stack_trace 1.12.1 [path]
- stream_channel 2.1.4 [async]
- stream_transform 2.1.1
- string_scanner 1.4.1 [source_span]
- sync_http 0.3.1
- syncfusion_flutter_core 32.2.9 [flutter vector_math]
- syncfusion_flutter_datepicker 32.2.9 [flutter intl syncfusion_flutter_core]
- syncfusion_localizations 32.2.9 [flutter intl syncfusion_flutter_core]
- synchronized 3.3.1
- term_glyph 1.2.2
- test 1.29.0 [analyzer async boolean_selector collection coverage http_multi_server io matcher node_preamble package_config path pool shelf shelf_packages_handler shelf_static shelf_web_socket source_span stack_trace stream_channel test_api test_core typed_data web_socket_channel webkit_inspection_protocol yaml]
- test_api 0.7.9 [async boolean_selector collection meta source_span stack_trace stream_channel string_scanner term_glyph]
- test_core 0.6.15 [analyzer args async boolean_selector collection coverage frontend_server_client glob io meta package_config path pool source_map_stack_trace source_maps source_span stack_trace stream_channel test_api vm_service yaml]
- timezone 0.11.0 [http path]
- typed_data 1.4.0 [collection]
- unicode 0.3.1 [lists]
- url_launcher_android 6.3.16 [flutter url_launcher_platform_interface]
- url_launcher_ios 6.3.3 [flutter url_launcher_platform_interface]
- url_launcher_linux 3.2.1 [flutter url_launcher_platform_interface]
- url_launcher_macos 3.2.2 [flutter url_launcher_platform_interface]
- url_launcher_platform_interface 2.3.2 [flutter plugin_platform_interface]
- url_launcher_web 2.4.1 [flutter flutter_web_plugins url_launcher_platform_interface web]
- url_launcher_windows 3.1.4 [flutter url_launcher_platform_interface]
- vector_math 2.2.0
- vector_tile 2.0.1 [fixnum protobuf]
- vector_tile_dem 0.0.2 [vector_tile image fixnum executor_lib]
- vector_tile_renderer 6.0.0 [flutter vector_tile fixnum collection]
- vm_service 15.0.0
- watcher 1.1.1 [async path]
- web 1.1.1
- web_socket 1.0.1 [web]
- web_socket_channel 3.0.3 [async crypto stream_channel web web_socket]
- webdriver 3.1.0 [matcher path stack_trace sync_http]
- webkit_inspection_protocol 1.2.1 [logging]
- webview_flutter 4.13.0 [flutter webview_flutter_android webview_flutter_platform_interface webview_flutter_wkwebview]
- webview_flutter_android 4.10.11 [flutter meta webview_flutter_platform_interface]
- webview_flutter_platform_interface 2.14.0 [flutter meta plugin_platform_interface]
- webview_flutter_wkwebview 3.23.6 [flutter meta path webview_flutter_platform_interface]
- win32 5.13.0 [ffi]
- win32_registry 2.1.0 [ffi meta win32]
- wkt_parser 2.0.0
- xdg_directories 1.1.0 [meta path]
- yaml 3.1.3 [collection source_span string_scanner]
Additional context and comments
None.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
blocked: customer-responseWaiting for customer response, e.g. more information was requested.Waiting for customer response, e.g. more information was requested.platform: iosIssues / PRs which are specifically for iOS.Issues / PRs which are specifically for iOS.plugin: messagingtype: bugSomething isn't workingSomething isn't working