Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No overloaded function could convert all the argument types when trying to run app on windows platform #16958

Closed
1 task done
helioc0 opened this issue Jan 10, 2025 · 15 comments
Labels
blocked: customer-response Waiting for customer response, e.g. more information was requested. closed-by-bot platform: windows Issues / PRs which are specifically for Windows. plugin: auth Stale Issue with no recent activity type: bug Something isn't working

Comments

@helioc0
Copy link

helioc0 commented Jan 10, 2025

Is there an existing issue for this?

  • I have searched the existing issues.

Which plugins are affected?

Auth

Which platforms are affected?

Windows

Description

Image

Recently, while working with the firebase_auth plugin in Flutter for a desktop application on Windows, I encountered a compilation error related to the use of std::variant in the C++ library generated by the plugin. The specific issue is a C++ compiler error (C2665), indicating that the provided arguments to std::variant do not match any available overloads. Additionally, there is a deprecation warning in the CMakeLists.txt file, suggesting a potential incompatibility with newer versions of CMake.

Upon reviewing the development environment, I confirmed that all major tools are up to date:
Flutter 3.24.2 on the stable channel.
Dart 3.5.2.
Visual Studio 2022 with the Windows 10 SDK (10.0.22621.0).
CMake is present but outdated in the plugin's generated project.

Reproducing the issue

ND

Firebase Core version

3.8.0

Flutter Version

3.24.2

Relevant Log Output

Flutter dependencies

Expand Flutter dependencies snippet
- firebase_auth 5.3.3 [firebase_auth_platform_interface firebase_auth_web firebase_core firebase_core_platform_interface flutter meta]
- firebase_auth_platform_interface 7.4.9 [_flutterfire_internals collection firebase_core flutter meta plugin_platform_interface]
- firebase_auth_web 5.13.4 [firebase_auth_platform_interface firebase_core firebase_core_web flutter flutter_web_plugins http_parser meta web]
- firebase_core 3.8.0 [firebase_core_platform_interface firebase_core_web flutter meta]
- firebase_core_platform_interface 5.3.0 [collection flutter flutter_test meta plugin_platform_interface]
- firebase_core_web 2.18.1 [firebase_core_platform_interface flutter flutter_web_plugins meta web]
- firebase_storage 12.3.2 [firebase_core firebase_core_platform_interface firebase_storage_platform_interface firebase_storage_web flutter]
- firebase_storage_platform_interface 5.1.33 [_flutterfire_internals collection firebase_core flutter meta plugin_platform_interface]
- firebase_storage_web 3.10.5 [_flutterfire_internals async firebase_core firebase_core_web firebase_storage_platform_interface flutter flutter_web_plugins http meta web]

Additional context and comments

No response

@helioc0 helioc0 added Needs Attention This issue needs maintainer attention. type: bug Something isn't working labels Jan 10, 2025
@SelaseKay SelaseKay added plugin: auth platform: windows Issues / PRs which are specifically for Windows. labels Jan 10, 2025
@SelaseKay
Copy link
Contributor

Hi @helioc0, it seems this issue has already been resolved. You can refer to the following link for more details: #16536. Could you please confirm if you're using the latest version of firebase_auth?

@SelaseKay SelaseKay added blocked: customer-response Waiting for customer response, e.g. more information was requested. and removed Needs Attention This issue needs maintainer attention. labels Jan 10, 2025
@helioc0
Copy link
Author

helioc0 commented Jan 10, 2025

Hi @SelaseKay
The version of firebase_auth that I'm using now is 5.3.3 but I just realized that there is a newer version published 2 days ago, which is 5.4.0 but when I update the version, it generates conflicts with other dependencies

@google-oss-bot google-oss-bot added Needs Attention This issue needs maintainer attention. and removed blocked: customer-response Waiting for customer response, e.g. more information was requested. labels Jan 10, 2025
@SelaseKay
Copy link
Contributor

Are the conflicts related to flutterfire plugins?

@SelaseKay SelaseKay added blocked: customer-response Waiting for customer response, e.g. more information was requested. and removed Needs Attention This issue needs maintainer attention. labels Jan 10, 2025
@helioc0
Copy link
Author

helioc0 commented Jan 10, 2025

Yes, when I updated firebase_auth to 5.4.0, I had do update firabase_core, firebase_core, firebase_core_web, firebase_storage_platform_interface. This last one ended with the message below:

Resolving dependencies...
Because admin_listas_digitais depends on firebase_storage_platform_interface 5.4.0 which doesn't match any versions, version solving failed.
Process finished with exit code 1

@google-oss-bot google-oss-bot added Needs Attention This issue needs maintainer attention. and removed blocked: customer-response Waiting for customer response, e.g. more information was requested. labels Jan 10, 2025
@SelaseKay
Copy link
Contributor

Could you share the entire error?

@helioc0
Copy link
Author

helioc0 commented Jan 10, 2025

C:\Users\Cossito\AppData\Roaming\FlutterFlow\flutterflow\flutter\bin\flutter.bat --no-color pub get
Resolving dependencies...
Because admin_listas_digitais depends on firebase_auth ^5.4.0 which depends on firebase_core_platform_interface ^5.3.1, firebase_core_platform_interface ^5.3.1 is required.
So, because admin_listas_digitais depends on firebase_core_platform_interface 5.3.0, version solving failed.

You can try the following suggestion to make the pubspec resolve:

  • Consider downgrading your constraint on firebase_auth: flutter pub add firebase_auth:^5.3.3
    Process finished with exit code 1

C:\Users\Cossito\AppData\Roaming\FlutterFlow\flutterflow\flutter\bin\flutter.bat --no-color pub get
Resolving dependencies...
Because admin_listas_digitais depends on firebase_auth ^5.4.0 which depends on firebase_core ^3.10.0, firebase_core ^3.10.0 is required.
So, because admin_listas_digitais depends on firebase_core 3.8.0, version solving failed.

You can try the following suggestion to make the pubspec resolve:

  • Consider downgrading your constraint on firebase_auth: flutter pub add firebase_auth:^5.3.3
    Process finished with exit code 1

C:\Users\Cossito\AppData\Roaming\FlutterFlow\flutterflow\flutter\bin\flutter.bat --no-color pub get
Resolving dependencies...
Because admin_listas_digitais depends on firebase_core ^3.10.0 which depends on firebase_core_web ^2.19.0, firebase_core_web ^2.19.0 is required.
So, because admin_listas_digitais depends on firebase_core_web 2.18.1, version solving failed.

You can try the following suggestion to make the pubspec resolve:

  • Try an upgrade of your constraints: flutter pub upgrade --major-versions
    Process finished with exit code 1

C:\Users\Cossito\AppData\Roaming\FlutterFlow\flutterflow\flutter\bin\flutter.bat --no-color pub get
Resolving dependencies...
Because firebase_core_web >=2.19.0 depends on firebase_core_platform_interface ^5.4.0 and admin_listas_digitais depends on firebase_core_platform_interface 5.3.1, firebase_core_web >=2.19.0 is forbidden.
So, because admin_listas_digitais depends on firebase_core_web ^2.19.0, version solving failed.

You can try the following suggestion to make the pubspec resolve:

  • Try an upgrade of your constraints: flutter pub upgrade --major-versions
    Process finished with exit code 1

@SelaseKay
Copy link
Contributor

Kindly share the dependencies in you pubspec.yml

@SelaseKay SelaseKay added blocked: customer-response Waiting for customer response, e.g. more information was requested. and removed Needs Attention This issue needs maintainer attention. labels Jan 10, 2025
@helioc0
Copy link
Author

helioc0 commented Jan 10, 2025

After all changes I have done, the pubspec.yaml looks like this now:

name: admin_listas_digitais
description: A new Flutter project.

publish_to: 'none' # Remove this line if you wish to publish to pub.dev

version: 1.0.0+1

environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_web_plugins:
sdk: flutter
auto_size_text: 3.0.0
cached_network_image: 3.4.1
cached_network_image_platform_interface: 4.1.1
cached_network_image_web: 1.3.1
cloud_firestore: 5.5.0
cloud_firestore_platform_interface: 6.5.0
cloud_firestore_web: 4.3.4
cloud_functions: 5.1.5
cloud_functions_platform_interface: 5.5.39
cloud_functions_web: 4.10.4
collection: 1.18.0
csslib: 0.17.3
debug_panel_proto:
git:
url: https://github.com/FlutterFlow/debug_panel_proto.git
ref: v0.1.4
dropdown_button2: 2.3.9
easy_debounce: 2.0.1
equatable: 2.0.5
file_picker: 8.1.2
firebase_auth: ^5.4.0
firebase_auth_platform_interface: 7.5.0
firebase_auth_web: ^5.13.6
firebase_core: ^3.10.0
firebase_core_platform_interface: ^5.4.0
firebase_core_web: ^2.19.0
firebase_storage: 12.3.2
firebase_storage_platform_interface: 5.1.33
firebase_storage_web: 3.10.5
fl_chart: ^0.68.0
flutter_animate: 4.5.0
flutter_cache_manager: 3.4.1
flutter_plugin_android_lifecycle: 2.0.20
flutter_spinkit: 5.2.0
font_awesome_flutter: 10.7.0
from_css_color: 2.0.0
go_router: 12.1.3
google_fonts: 6.1.0
google_sign_in: 6.2.1
google_sign_in_android: 6.1.30
google_sign_in_ios: 5.7.7
google_sign_in_platform_interface: 2.4.5
google_sign_in_web: 0.12.4+2
html: 0.15.4
http: 1.2.2
image_picker: 1.1.2
image_picker_android: 0.8.12+13
image_picker_for_web: 3.0.5
image_picker_ios: 0.8.12
image_picker_linux: 0.2.1+1
image_picker_macos: 0.2.1+1
image_picker_platform_interface: 2.10.0
image_picker_windows: 0.2.1+1
internet_connection_checker_plus: ^2.5.2
intl: 0.19.0
json_path: 0.7.2
mime_type: 1.0.0
page_transition: 2.1.0
path_provider: 2.1.4
path_provider_android: 2.2.10
path_provider_foundation: 2.4.0
path_provider_linux: 2.2.1
path_provider_platform_interface: 2.1.2
path_provider_windows: 2.3.0
plugin_platform_interface: 2.1.8
provider: 6.1.2
rxdart: 0.27.7
shared_preferences: 2.3.2
shared_preferences_android: 2.3.2
shared_preferences_foundation: 2.5.2
shared_preferences_linux: 2.4.1
shared_preferences_platform_interface: 2.4.1
shared_preferences_web: 2.4.2
shared_preferences_windows: 2.4.1
sign_in_with_apple: 6.1.2
sign_in_with_apple_platform_interface: 1.1.0
sign_in_with_apple_web: 2.1.0
sqflite: 2.3.3+1
sqflite_common: 2.5.4+3
stream_transform: 2.1.0
text_search: 1.0.1
timeago: 3.6.1
url_launcher: 6.3.0
url_launcher_android: 6.3.10
url_launcher_ios: 6.3.1
url_launcher_linux: 3.2.0
url_launcher_macos: 3.2.1
url_launcher_platform_interface: 2.3.2
url_launcher_web: 2.3.3
url_launcher_windows: 3.1.2
video_player: 2.9.2
video_player_android: 2.7.13
video_player_avfoundation: 2.6.2
video_player_platform_interface: 6.2.3
video_player_web: 2.3.2

cupertino_icons: ^1.0.0

crypto: any
http_parser: any
dependency_overrides:
http: 1.2.2
pointer_interceptor: 0.10.1+2
pointer_interceptor_ios: 0.10.1
pointer_interceptor_platform_interface: 0.10.0+1
pointer_interceptor_web: 0.10.2+1
protobuf: 3.1.0
uuid: ^4.0.0
web: 1.1.0
win32: 5.5.1

dev_dependencies:
flutter_lints: 4.0.0
flutterflow_debug_panel:
git:
url: https://github.com/FlutterFlow/debug_panel_devtool.git
ref: v0.2.0
lints: 4.0.0
flutter_test:
sdk: flutter

flutter:

uses-material-design: true

To add assets to your application, add an assets section, like this:

assets:
- assets/fonts/
- assets/images/
- assets/videos/
- assets/audios/
- assets/rive_animations/
- assets/pdfs/
- assets/jsons/

@google-oss-bot google-oss-bot added Needs Attention This issue needs maintainer attention. and removed blocked: customer-response Waiting for customer response, e.g. more information was requested. labels Jan 10, 2025
@helioc0
Copy link
Author

helioc0 commented Jan 10, 2025

This is my flutter pub deps -- --style=compact output of the inicial pubspec.yaml:

Resolving dependencies... (9.9s)
Downloading packages...
Got dependencies.
Dart SDK 3.5.2
Flutter SDK 3.24.2
admin_listas_digitais 1.0.0+1

dependencies:

  • auto_size_text 3.0.0 [flutter]
  • cached_network_image 3.4.1 [cached_network_image_platform_interface cached_network_image_web flutter flutter_cache_manager octo_image]
  • 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]
  • cloud_firestore 5.5.0 [cloud_firestore_platform_interface cloud_firestore_web collection firebase_core firebase_core_platform_interface flutter meta]
  • cloud_firestore_platform_interface 6.5.0 [_flutterfire_internals collection firebase_core flutter meta plugin_platform_interface]
  • cloud_firestore_web 4.3.4 [_flutterfire_internals cloud_firestore_platform_interface collection firebase_core firebase_core_web flutter flutter_web_plugins]
  • cloud_functions 5.1.5 [cloud_functions_platform_interface cloud_functions_web firebase_core firebase_core_platform_interface flutter]
  • cloud_functions_platform_interface 5.5.39 [firebase_core flutter meta plugin_platform_interface]
  • cloud_functions_web 4.10.4 [cloud_functions_platform_interface firebase_core firebase_core_web flutter flutter_web_plugins]
  • collection 1.18.0
  • csslib 0.17.3 [source_span]
  • cupertino_icons 1.0.8
  • debug_panel_proto 0.1.4 [flutter protobuf]
  • dropdown_button2 2.3.9 [flutter meta]
  • easy_debounce 2.0.1 [flutter]
  • equatable 2.0.5 [collection meta]
  • file_picker 8.1.2 [flutter flutter_web_plugins flutter_plugin_android_lifecycle plugin_platform_interface ffi path win32 cross_file web]
  • firebase_auth 5.3.3 [firebase_auth_platform_interface firebase_auth_web firebase_core firebase_core_platform_interface flutter meta]
  • firebase_auth_platform_interface 7.4.9 [_flutterfire_internals collection firebase_core flutter meta plugin_platform_interface]
  • firebase_auth_web 5.13.4 [firebase_auth_platform_interface firebase_core firebase_core_web flutter flutter_web_plugins http_parser meta web]
  • firebase_core 3.8.0 [firebase_core_platform_interface firebase_core_web flutter meta]
  • firebase_core_platform_interface 5.3.0 [collection flutter flutter_test meta plugin_platform_interface]
  • firebase_core_web 2.18.1 [firebase_core_platform_interface flutter flutter_web_plugins meta web]
  • firebase_storage 12.3.2 [firebase_core firebase_core_platform_interface firebase_storage_platform_interface firebase_storage_web flutter]
  • firebase_storage_platform_interface 5.1.33 [_flutterfire_internals collection firebase_core flutter meta plugin_platform_interface]
  • firebase_storage_web 3.10.5 [_flutterfire_internals async firebase_core firebase_core_web firebase_storage_platform_interface flutter flutter_web_plugins http meta web]
  • fl_chart 0.68.0 [equatable flutter]
  • flutter 0.0.0 [characters collection material_color_utilities meta vector_math sky_engine]
  • flutter_animate 4.5.0 [flutter flutter_shaders]
  • flutter_cache_manager 3.4.1 [clock collection file flutter http path path_provider rxdart sqflite uuid]
  • flutter_localizations 0.0.0 [flutter intl characters clock collection material_color_utilities meta path vector_math]
  • flutter_plugin_android_lifecycle 2.0.20 [flutter]
  • flutter_spinkit 5.2.0 [flutter]
  • flutter_web_plugins 0.0.0 [flutter characters collection material_color_utilities meta vector_math]
  • font_awesome_flutter 10.7.0 [flutter]
  • from_css_color 2.0.0 [flutter]
  • go_router 12.1.3 [collection flutter flutter_web_plugins logging meta]
  • google_fonts 6.1.0 [flutter http path_provider crypto]
  • google_sign_in 6.2.1 [flutter google_sign_in_android google_sign_in_ios google_sign_in_platform_interface google_sign_in_web]
  • google_sign_in_android 6.1.30 [flutter google_sign_in_platform_interface]
  • google_sign_in_ios 5.7.7 [flutter google_sign_in_platform_interface]
  • google_sign_in_platform_interface 2.4.5 [flutter plugin_platform_interface]
  • google_sign_in_web 0.12.4+2 [flutter flutter_web_plugins google_identity_services_web google_sign_in_platform_interface http web]
  • html 0.15.4 [csslib source_span]
  • http 1.2.2 [async http_parser meta web]
  • image_picker 1.1.2 [flutter image_picker_android image_picker_for_web image_picker_ios image_picker_linux image_picker_macos image_picker_platform_interface image_picker_windows]
  • image_picker_android 0.8.12+13 [flutter flutter_plugin_android_lifecycle image_picker_platform_interface]
  • image_picker_for_web 3.0.5 [flutter flutter_web_plugins image_picker_platform_interface mime web]
  • image_picker_ios 0.8.12 [flutter image_picker_platform_interface]
  • image_picker_linux 0.2.1+1 [file_selector_linux file_selector_platform_interface flutter image_picker_platform_interface]
  • image_picker_macos 0.2.1+1 [file_selector_macos file_selector_platform_interface flutter image_picker_platform_interface]
  • image_picker_platform_interface 2.10.0 [cross_file flutter http plugin_platform_interface]
  • image_picker_windows 0.2.1+1 [file_selector_platform_interface file_selector_windows flutter image_picker_platform_interface]
  • internet_connection_checker_plus 2.7.0 [connectivity_plus flutter http]
  • intl 0.19.0 [clock meta path]
  • json_path 0.7.2 [iregexp maybe_just_nothing petitparser rfc_6901]
  • mime_type 1.0.0
  • page_transition 2.1.0 [flutter]
  • path_provider 2.1.4 [flutter path_provider_android path_provider_foundation path_provider_linux path_provider_platform_interface path_provider_windows]
  • path_provider_android 2.2.10 [flutter path_provider_platform_interface]
  • path_provider_foundation 2.4.0 [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]
  • plugin_platform_interface 2.1.8 [meta]
  • provider 6.1.2 [collection flutter nested]
  • rxdart 0.27.7
  • shared_preferences 2.3.2 [flutter shared_preferences_android shared_preferences_foundation shared_preferences_linux shared_preferences_platform_interface shared_preferences_web shared_preferences_windows]
  • shared_preferences_android 2.3.2 [flutter shared_preferences_platform_interface]
  • shared_preferences_foundation 2.5.2 [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.2 [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]
  • sign_in_with_apple 6.1.2 [flutter meta sign_in_with_apple_platform_interface sign_in_with_apple_web]
  • sign_in_with_apple_platform_interface 1.1.0 [flutter plugin_platform_interface meta]
  • sign_in_with_apple_web 2.1.0 [flutter flutter_web_plugins sign_in_with_apple_platform_interface]
  • sqflite 2.3.3+1 [flutter sqflite_common path]
  • sqflite_common 2.5.4+3 [synchronized path meta]
  • stream_transform 2.1.0
  • text_search 1.0.1 [tuple]
  • timeago 3.6.1 [intl]
  • url_launcher 6.3.0 [flutter url_launcher_android url_launcher_ios url_launcher_linux url_launcher_macos url_launcher_platform_interface url_launcher_web url_launcher_windows]
  • url_launcher_android 6.3.10 [flutter url_launcher_platform_interface]
  • url_launcher_ios 6.3.1 [flutter url_launcher_platform_interface]
  • url_launcher_linux 3.2.0 [flutter url_launcher_platform_interface]
  • url_launcher_macos 3.2.1 [flutter url_launcher_platform_interface]
  • url_launcher_platform_interface 2.3.2 [flutter plugin_platform_interface]
  • url_launcher_web 2.3.3 [flutter flutter_web_plugins url_launcher_platform_interface web]
  • url_launcher_windows 3.1.2 [flutter url_launcher_platform_interface]
  • video_player 2.9.2 [flutter html video_player_android video_player_avfoundation video_player_platform_interface video_player_web]
  • video_player_android 2.7.13 [flutter video_player_platform_interface]
  • video_player_avfoundation 2.6.2 [flutter video_player_platform_interface]
  • video_player_platform_interface 6.2.3 [flutter plugin_platform_interface]
  • video_player_web 2.3.2 [flutter flutter_web_plugins video_player_platform_interface web]

dev dependencies:

  • flutter_lints 4.0.0 [lints]
  • flutter_test 0.0.0 [flutter test_api matcher path fake_async clock stack_trace vector_math leak_tracker_flutter_testing async boolean_selector characters collection leak_tracker leak_tracker_testing material_color_utilities meta source_span stream_channel string_scanner term_glyph vm_service]
  • flutterflow_debug_panel 0.2.0 [auto_size_text flutter font_awesome_flutter devtools_extensions devtools_app_shared debug_panel_proto easy_debounce flutterflow_tree_view google_fonts intl just_the_tooltip provider recase text_search url_launcher vm_service webviewx_plus]
  • lints 4.0.0

dependency overrides:

  • http 1.2.2 [async http_parser meta web]
  • 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 [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.2+1 [flutter flutter_web_plugins plugin_platform_interface pointer_interceptor_platform_interface web]
  • protobuf 3.1.0 [collection fixnum meta]
  • uuid 4.5.1 [crypto sprintf meta fixnum]
  • web 1.1.0
  • win32 5.5.1 [ffi]

transitive dependencies:

  • _flutterfire_internals 1.3.46 [collection firebase_core firebase_core_platform_interface flutter meta]
  • args 2.6.0
  • async 2.11.0 [collection meta]
  • boolean_selector 2.1.1 [source_span string_scanner]
  • characters 1.3.0
  • clock 1.1.1
  • connectivity_plus 6.1.1 [flutter flutter_web_plugins connectivity_plus_platform_interface web meta nm collection]
  • connectivity_plus_platform_interface 2.0.1 [flutter meta plugin_platform_interface]
  • convert 3.1.2 [typed_data]
  • cross_file 0.3.4+2 [meta web]
  • crypto 3.0.6 [typed_data]
  • dap 1.4.0
  • dbus 0.7.10 [args ffi meta xml]
  • dds_service_extensions 2.0.1 [async dap vm_service]
  • devtools_app_shared 0.2.1 [collection dds_service_extensions devtools_shared dtd flutter logging meta pointer_interceptor url_launcher vm_service web]
  • devtools_extensions 0.2.1 [args devtools_shared devtools_app_shared flutter io path logging vm_service web yaml]
  • devtools_shared 10.0.2 [args collection dtd extension_discovery meta path shelf sse vm_service web_socket_channel webkit_inspection_protocol yaml yaml_edit]
  • dtd 2.4.0 [json_rpc_2 stream_channel unified_analytics web_socket_channel]
  • extension_discovery 2.1.0 [yaml]
  • fake_async 1.3.1 [clock collection]
  • ffi 2.1.3
  • 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+2 [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+3 [cross_file file_selector_platform_interface flutter]
  • fixnum 1.1.1
  • flutter_shaders 0.1.3 [flutter vector_math]
  • flutterflow_tree_view 2.2.0 [flutter]
  • google_identity_services_web 0.3.3 [meta web]
  • http_parser 4.0.2 [collection source_span string_scanner typed_data]
  • io 1.0.5 [meta path string_scanner]
  • iregexp 0.1.2 [petitparser]
  • json_rpc_2 3.0.3 [stack_trace stream_channel]
  • just_the_tooltip 0.0.12 [flutter]
  • leak_tracker 10.0.5 [clock collection meta path vm_service]
  • leak_tracker_flutter_testing 3.0.5 [flutter leak_tracker leak_tracker_testing matcher meta]
  • leak_tracker_testing 3.0.1 [leak_tracker matcher meta]
  • logging 1.3.0
  • matcher 0.12.16+1 [async meta stack_trace term_glyph test_api]
  • material_color_utilities 0.11.1 [collection]
  • maybe_just_nothing 0.5.3
  • meta 1.15.0
  • mime 1.0.6
  • nested 1.0.0 [flutter]
  • nm 0.5.0 [dbus]
  • octo_image 2.1.0 [flutter]
  • path 1.9.0
  • petitparser 6.0.2 [meta]
  • platform 3.1.6
  • pool 1.5.1 [async stack_trace]
  • recase 4.1.0
  • rfc_6901 0.2.0
  • shelf 1.4.1 [async collection http_parser path stack_trace stream_channel]
  • sky_engine 0.0.99
  • source_span 1.10.0 [collection path term_glyph]
  • sprintf 7.0.0
  • sse 4.1.7 [async collection logging pool shelf stream_channel web]
  • stack_trace 1.11.1 [path]
  • stream_channel 2.1.2 [async]
  • string_scanner 1.2.0 [source_span]
  • synchronized 3.3.0+3
  • term_glyph 1.2.1
  • test_api 0.7.2 [async boolean_selector collection meta source_span stack_trace stream_channel string_scanner term_glyph]
  • tuple 2.0.2
  • typed_data 1.4.0 [collection]
  • unified_analytics 7.0.1 [clock convert file http meta]
  • vector_math 2.1.4
  • vm_service 14.2.5
  • web_socket 0.1.6 [web]
  • web_socket_channel 3.0.1 [async crypto stream_channel web web_socket]
  • webkit_inspection_protocol 1.2.1 [logging]
  • webview_flutter 4.9.0 [flutter webview_flutter_android webview_flutter_platform_interface webview_flutter_wkwebview]
  • webview_flutter_android 3.16.9 [flutter webview_flutter_platform_interface]
  • webview_flutter_platform_interface 2.10.0 [flutter meta plugin_platform_interface]
  • webview_flutter_wkwebview 3.17.0 [flutter path webview_flutter_platform_interface]
  • webviewx_plus 0.5.0 [flutter http path pointer_interceptor uuid webview_flutter webview_flutter_android webview_flutter_platform_interface webview_flutter_wkwebview]
  • xdg_directories 1.1.0 [meta path]
  • xml 6.5.0 [collection meta petitparser]
  • yaml 3.1.3 [collection source_span string_scanner]
  • yaml_edit 2.2.2 [collection meta source_span yaml]

@SelaseKay
Copy link
Contributor

Could you remove firebase_core_platform_interface from your pubspec.yml and try again?

@SelaseKay SelaseKay added blocked: customer-response Waiting for customer response, e.g. more information was requested. and removed Needs Attention This issue needs maintainer attention. labels Jan 10, 2025
@helioc0
Copy link
Author

helioc0 commented Jan 11, 2025

It still don´t work.

@google-oss-bot google-oss-bot removed the blocked: customer-response Waiting for customer response, e.g. more information was requested. label Jan 11, 2025
@google-oss-bot google-oss-bot added the Needs Attention This issue needs maintainer attention. label Jan 11, 2025
@helioc0
Copy link
Author

helioc0 commented Jan 11, 2025

Looks like the problem is with firebase_auth plugin, there are other people facing the same issue

@SelaseKay
Copy link
Contributor

The root issue has been addressed in the current release. What you're encountering now is a dependency conflict. Once you've resolved that, everything should work as expected.

@SelaseKay SelaseKay added blocked: customer-response Waiting for customer response, e.g. more information was requested. and removed Needs Attention This issue needs maintainer attention. labels Jan 13, 2025
@google-oss-bot google-oss-bot added the Stale Issue with no recent activity label Jan 22, 2025
@google-oss-bot
Copy link

Hey @helioc0. We need more information to resolve this issue but there hasn't been an update in 7 weekdays. I'm marking the issue as stale and if there are no new updates in the next 7 days I will close it automatically.

If you have more information that will help us get to the bottom of this, just add a comment!

@google-oss-bot
Copy link

Since there haven't been any recent updates here, I am going to close this issue.

@helioc0 if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this.

Merrit added a commit to Merrit/adventure_list that referenced this issue Feb 25, 2025
Merrit added a commit to Merrit/adventure_list that referenced this issue Feb 25, 2025
@firebase firebase locked and limited conversation to collaborators Mar 3, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
blocked: customer-response Waiting for customer response, e.g. more information was requested. closed-by-bot platform: windows Issues / PRs which are specifically for Windows. plugin: auth Stale Issue with no recent activity type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants