Urgent: FlutterFlow Windows Build Fails (Possibly Due to firebase_auth)

Hi everyone,

I’m currently working on a FlutterFlow project and exported it with Windows support enabled. However, I’m encountering a build error when trying to compile it.

To isolate the issue, I created a new blank project and copied over all the dependencies. Unfortunately, I’m still seeing the same error, which leads me to believe it might be related to firebase_auth.
Interestingly, the project runs fine on the web—this issue only occurs when targeting Windows.
Here are the dependencies I’m using .

aligned_dialog: 0.0.6
  aligned_tooltip: 0.0.1
  audio_session: ^0.1.16
  audioplayers: ^5.2.1
  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
  clipboard: ^0.1.3
  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.19.1
  connectivity_plus: ^6.0.4
  country_flags: ^3.2.0
  csslib: 0.17.3
  device_info_plus: 10.1.2
  device_info_plus_platform_interface: 7.0.1
  dropdown_button2: 2.3.9
  easy_debounce: 2.0.1
  equatable: 2.0.5
  extension_google_sign_in_as_googleapis_auth: ^2.0.11
  fetch_api: 1.0.1
  fetch_client: ^1.0.2
  file_picker: 8.1.2
  firebase_analytics: 11.3.5
  firebase_analytics_platform_interface: 4.2.7
  firebase_analytics_web: 0.5.10+4
  firebase_auth: 5.3.3
  firebase_auth_platform_interface: 7.4.9
  firebase_auth_web: 5.13.4
  firebase_core: 3.8.0
  firebase_core_platform_interface: 5.3.0
  firebase_core_web: 2.18.1
  firebase_crashlytics: 4.1.5
  firebase_crashlytics_platform_interface: 3.6.46
  firebase_storage: 12.3.2
  firebase_storage_platform_interface: 5.1.33
  firebase_storage_web: 3.10.5
  flutter_animate: 4.5.0
  flutter_cache_manager: 3.4.1
  flutter_plugin_android_lifecycle: 2.0.20
  flutter_sound: ^9.2.13
  font_awesome_flutter: 10.7.0
  from_css_color: 2.0.0
  go_router: 12.1.3
  google_fonts: 6.1.0
  google_generative_ai: ^0.4.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
  googleapis: ^11.4.0
  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
  infinite_scroll_pagination: 4.0.0
  intl: 0.19.0
  json_path: 0.7.2
  just_audio: ^0.9.33
  lottie: 2.7.0
  microphone: ^0.1.0
  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
  percent_indicator: 4.2.2
  permission_handler: 11.3.1
  permission_handler_android: 12.0.12
  permission_handler_apple: 9.4.5
  permission_handler_html: 0.1.3+2
  permission_handler_platform_interface: 4.2.3
  permission_handler_windows: 0.2.1
  plugin_platform_interface: 2.1.8
  provider: 6.1.2
  record: 5.2.0
  rxdart: 0.27.7
  sentry_flutter: ^7.14.0
  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
  simple_gradient_text: 1.2.3
  socket_io_client: ^3.0.2
  sound_stream: ^0.3.0
  speech_to_text: 6.6.0-dev
  sqflite: 2.3.3+1
  sqflite_common: 2.5.4+3
  stop_watch_timer: 3.0.2
  stream_transform: 2.1.0
  tiktoken: ^1.0.3
  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
  web_browser_detect: ^2.0.3
  web_socket_channel: ^2.4.0

If anyone has encountered this or has suggestions, I’d really appreciate your help. This is quite urgent.

Thanks in advance!

For what I can read (not much) nuget.exe seems involved? I had some related error a while ago, it had something to do with visual studio. Have you already investigated similar issues? Here is a related one:

It would be helpful if you posted the console’s errors as a text and not as a screenshot - especially the part where the build fails is not readable.