win32_gui 1.1.4 copy "win32_gui: ^1.1.4" to clipboard
win32_gui: ^1.1.4 copied to clipboard

Win32 API GUI in Object-Oriented style with some helpers. Uses package `win32` and `dart:ffi`.

4
likes
130/ 140
pub points
48%
popularity

We analyzed this package 9 hours ago, and awarded it 130 pub points (of a possible 140):

OK
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: Apache-2.0.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

5784 out of 19452 API elements (29.7 %) have documentation comments.

Some symbols that are missing documentation: win32_gui.ACCEL.cmd, win32_gui.ACCEL.fVirt, win32_gui.ACCEL.key, win32_gui.ACCEL_VIRT_FLAGS, win32_gui.ACCEL_VIRT_FLAGS.ACCEL_VIRT_FLAGS.

10/10 points: Package has an example and has no issues with screenshots

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Windows

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:win32_gui/win32_gui.dart that imports:
  • package:win32_gui/src/win32_thread.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:win32_gui/win32_gui.dart that imports:
  • package:win32_gui/src/win32_thread.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `Linux`.

Because:

  • package:win32_gui/win32_gui.dart that imports:
  • package:win32_gui/src/win32_thread.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:win32_gui/win32_gui.dart that imports:
  • package:win32_gui/src/win32_thread.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `Web`.

Because:

  • package:win32_gui/win32_gui.dart that imports:
  • package:win32_gui/src/win32_thread.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
partial
Pass static analysis
40 / 50trigger folding of the section

40/50 points: code has no errors, warnings, lints, or formatting issues

Found 64 issues. Showing the first 2:

INFO: 'WS_TABSTOP' is deprecated and shouldn't be used. Use WINDOW_STYLE.WS_TABSTOP instead.

lib/src/components/win32_component_button.dart:21:26

   ╷
21 │       int windowStyles = WS_TABSTOP | WS_VISIBLE | WS_CHILD | BS_DEFPUSHBUTTON,
   │                          ^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/components/win32_component_button.dart

INFO: 'WS_VISIBLE' is deprecated and shouldn't be used. Use WINDOW_STYLE.WS_VISIBLE instead.

lib/src/components/win32_component_button.dart:21:39

   ╷
21 │       int windowStyles = WS_TABSTOP | WS_VISIBLE | WS_CHILD | BS_DEFPUSHBUTTON,
   │                                       ^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/components/win32_component_button.dart

OK
Support up-to-date dependencies
20 / 20trigger folding of the section

10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
collection ^1.17.0 1.18.0 1.18.0
ffi ^2.1.0 2.1.2 2.1.2
logging ^1.1.0 1.2.0 1.2.0
resource_portable ^3.1.0 3.1.0 3.1.0
win32 ^5.0.7 5.5.0 5.5.0
Transitive dependencies
Package Constraint Compatible Latest
path - 1.9.0 1.9.0
typed_data - 1.3.2 1.3.2

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

10/10 points: Package supports latest stable Dart and Flutter SDKs

Analyzed with Pana 0.22.3, Dart 3.3.4.

Check the analysis log for details.

4
likes
130
pub points
48%
popularity
screenshot

Publisher

unverified uploader

Win32 API GUI in Object-Oriented style with some helpers. Uses package `win32` and `dart:ffi`.

Repository (GitHub)
View/report issues

Topics

#win32 #windows #ffi

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

collection, ffi, logging, resource_portable, win32

More

Packages that depend on win32_gui