bitsdojo_window icon indicating copy to clipboard operation
bitsdojo_window copied to clipboard

GetSystemMetricsForDpi not supported on windows 7 it requires windows 10 version 1607 and up

Open Bakri-Alkhateeb opened this issue 2 years ago • 2 comments

Could you please make an update to this plugin so we can use it and make sure our apps run on windows 7. Thank you

Bakri-Alkhateeb avatar Apr 25 '22 12:04 Bakri-Alkhateeb

See #100 and #139.

abutcher-gh avatar May 10 '22 10:05 abutcher-gh

See #100 and #139.

I've seen them and edited my pubspec.yaml accordingly, but I'm getting a compile error when building for windows: /D:/flutter/.pub-cache/git/bitsdojo_window-5e6ddd4b58bb357b23541181b4188ce5892ba7a3/bitsdojo_window_linux/lib/src/window.dart(228,22): error GF1577525: 'Size' is imported from both 'dart:ffi' and 'dart:ui'. [D:\SVN\android\plus_life_link\build\windows\flutter\flutter_assemble.vcxproj]

The error is reported multiple times at different lines, both on bitsdojo_window_linux and bitsdojo_window_windows.

Flutter doctor: • Flutter version 3.0.5 at D:\flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision f1875d570e (5 days ago), 2022-07-13 11:24:16 -0700 • Engine revision e85ea0e79c • Dart version 2.17.6 • DevTools version 2.12.2

PS: this is just a FYI post, for our software we decided to drop the Windows 7 compatibility, so it's not an issue anymore.

boganiLuca avatar Jul 18 '22 14:07 boganiLuca