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

Please support win32^5.0.0 #220

Closed ruolunhui closed 11 months ago

ruolunhui commented 1 year ago

Because bitsdojo_window >=0.1.5 depends on bitsdojo_window_windows ^0.1.5 which depends on win32 ^3.0.0, bitsdojo_window >=0.1.5 requires win32 ^3.0.0. So, because creative_production_desktop depends on both bitsdojo_window ^0.1.5 and win32 ^5.0.3, version solving failed.

Pololot64 commented 1 year ago

This is true

cliftonlabrum commented 1 year ago

Same issue is happening with share_plus version 7.0.1.

Pololot64 commented 1 year ago

You can always fork and make the change yourself while waiting for the update. Then you can install the dependency using git in pubspec.yaml.

hurelhuyag commented 1 year ago

This issue blocked me. Because file_picker 5.3.2 depends on win32 ^5.0.2

SteZhyv commented 1 year ago

You can always fork and make the change yourself while waiting for the update. Then you can install the dependency using git in pubspec.yaml.

Can you explain how to do it?

byunggilchoi commented 1 year ago

You can always fork and make the change yourself while waiting for the update. Then you can install the dependency using git in pubspec.yaml.

Can you explain how to do it?

Below is the guide from Flutter official site. https://docs.flutter.dev/packages-and-plugins/using-packages#dependencies-on-unpublished-packages

bitsdojo commented 1 year ago

I will push a new version soon so that this won't be neeeded.

Just need to find some time for it.

Will reply here once I push the update.

Bit

JHenneberg commented 1 year ago

I will push a new version soon so that this won't be neeeded.

Just need to find some time for it.

Will reply here once I push the update.

Bit

I just glanced at #216 , which looks like it is solving a lot of issues. Just needs a little version bumb from 5.0.0. to 5.0.5

hsangtini commented 1 year ago

Or temporary using overrides on pubspec.yaml:

dependency_overrides:
  win32: ^5.0.5
JHenneberg commented 1 year ago

Or temporary using overrides on pubspec.yaml:

dependency_overrides:
  win32: ^5.0.5

That's not really ideal. Would prefer a real bump.

Juliotati commented 1 year ago

I will push a new version soon so that this won't be neeeded.

Just need to find some time for it.

Will reply here once I push the update.

Bit

Much appreciated @bitsdojo

darkomenx commented 11 months ago

Again the package install "super_drag_and_drop" is forbidden due to lower requirements on win32.

Use BitsDojo in your project become very discouraged due that :(

@bitsdojo all the community needs you !

bitsdojo commented 11 months ago

Thank you for the heads-up.

Just need to finish something on macOS and I will get back with a new version.

bitsdojo commented 11 months ago

Please try updating to the latest bitsdojo_window version.

darkomenx commented 10 months ago

Hi @bitsdojo

I confirm that I upgrade bitsdojo_window package to 0.1.6 version AND disabled dependency_overrides win32: 5.1.1. I also confirm that my application run correctly after that.

Lot of thanks for your package, your work and reactivity for fix issue. 👍