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

it seem code updated 3 week ago here, but pub.dev shows 8 month ago, so can't update from pub get #219

Closed Ali-Fadaei closed 11 months ago

edufolly commented 1 year ago

You can use dependency_overrides to use the git repository.

dependency_overrides:
  bitsdojo_window:
    git:
      url: https://github.com/bitsdojo/bitsdojo_window.git
      path: bitsdojo_window

  bitsdojo_window_linux:
    git:
      url: https://github.com/bitsdojo/bitsdojo_window.git
      path: bitsdojo_window_linux

  bitsdojo_window_macos:
    git:
      url: https://github.com/bitsdojo/bitsdojo_window.git
      path: bitsdojo_window_macos

  bitsdojo_window_platform_interface:
    git:
      url: https://github.com/bitsdojo/bitsdojo_window.git
      path: bitsdojo_window_platform_interface

  bitsdojo_window_windows:
    git:
      url: https://github.com/bitsdojo/bitsdojo_window.git
      path: bitsdojo_window_windows
bitsdojo commented 11 months ago

Please try updating to the latest bitsdojo_window version.