bitsdojo / bitsdojo_window

A Flutter package that makes it easy to customize and work with your Flutter desktop app window.
http://www.youtube.com/watch?v=bee2AHQpGK4
MIT License
815 stars 229 forks source link

No target "bitsdojo_window_windows_v3_plugin" #243

Closed softplaceio closed 11 months ago

softplaceio commented 11 months ago

Hello, I changed it in pubspec.yaml From: bitsdojo_window: ^0.1.6 To: bitsdojo_window_v3: ^3.0.0

How do I fix this problem?

Debug Console
S C:\Projetos\Flutter\ElysiumERP> flutter run
Connected devices:
Windows (desktop) • windows • windows-x64    • Microsoft Windows [versÆo 10.0.22631.2861]
Chrome (web)      • chrome  • web-javascript • Google Chrome 120.0.6099.130
Edge (web)        • edge    • web-javascript • Microsoft Edge 120.0.2210.91
[1]: Windows (windows)
[2]: Chrome (chrome)
[3]: Edge (edge)
Please choose one (or "q" to quit): 1
Launching lib\main.dart on Windows in debug mode...
CMake Error:
  Error evaluating generator expression:

    $<TARGET_FILE:bitsdojo_window_windows_v3_plugin>

  No target "bitsdojo_window_windows_v3_plugin"

CMake Error:
  Error evaluating generator expression:

    $<TARGET_FILE:bitsdojo_window_windows_v3_plugin>

  No target "bitsdojo_window_windows_v3_plugin"

CMake Error:
  Error evaluating generator expression:

    $<TARGET_FILE:bitsdojo_window_windows_v3_plugin>

  No target "bitsdojo_window_windows_v3_plugin"

CMake Generate step failed.  Build files cannot be regenerated correctly.
Building Windows application...                                     6,6s
Exception: Unable to generate build files
bitsdojo commented 11 months ago

I would suggest not using bitsdojo_window_v3 as it is not affiliated with bitsdojo_window.

They are using the name without any consent.

Use the bitsdojo_window package as it is the official one.

softplaceio commented 10 months ago

Thanks a lot!