desktop_window icon indicating copy to clipboard operation
desktop_window copied to clipboard

Functions are missing ?

Open juzimmer opened this issue 2 years ago • 3 comments

Seems for me I'm missing some functions like setBorders() ?

functions

juzimmer avatar Dec 13 '21 23:12 juzimmer

Also getWindowSize() is returning zeros

juzimmer avatar Dec 13 '21 23:12 juzimmer

same here, I just compared the src code from the package and the repository.

it seems the package was built using an old commit, probably 54b6f82b162c25f6405c87d977a1d68dc0075c97 from March 9

alex-bluetrain avatar Dec 17 '21 15:12 alex-bluetrain

as a workaround, change your pubspec.yaml to be like this:

dependencies:
  desktop_window: 
    git:
      url: https://github.com/mix1009/desktop_window
      ref: c0800a77477141ce7d1ad3080db5909fcce0d520

alex-bluetrain avatar Dec 17 '21 18:12 alex-bluetrain