win32_runner 0.2.3 copy "win32_runner: ^0.2.3" to clipboard
win32_runner: ^0.2.3 copied to clipboard

Compile and run a Flutter app without needing any C/C++ code. Just Dart!

28
likes
140/ 160
pub points
102
downloads

We analyzed this package 5 days ago, and awarded it 140 pub points (of a possible 160):

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/halildurmus/win32_runner/issues was unreachable. Make sure that the website is reachable via HEAD requests.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

97 out of 116 API elements (83.6 %) have documentation comments.

Some symbols that are missing documentation: win32_runner.FlutterDesktopEngine.FlutterDesktopEngine.new, win32_runner.FlutterDesktopEngineProperties.FlutterDesktopEngineProperties.new, win32_runner.FlutterDesktopMessage.FlutterDesktopMessage.new, win32_runner.FlutterDesktopMessageResponseHandle.FlutterDesktopMessageResponseHandle.new, win32_runner.FlutterDesktopMessenger.FlutterDesktopMessenger.new.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 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_runner/win32_runner.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:win32_runner/win32_runner.dart that declares support for platforms: Windows.
Package does not support platform `Linux`.

Because:

  • package:win32_runner/win32_runner.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:win32_runner/win32_runner.dart that declares support for platforms: Windows.
Package does not support platform `Web`.

Because:

  • package:win32_runner/win32_runner.dart that declares support for platforms: Windows.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:win32_runner/win32_runner.dart that imports:
  • package:win32_runner/src/window.dart that imports:
  • package:win32_registry/win32_registry.dart that imports:
  • package:win32_registry/src/registry_value.dart that imports:
  • package:win32_registry/src/models/models.dart that imports:
  • package:win32_registry/src/models/registry_value_type.dart that imports:
  • package:win32/win32.dart that imports:
  • package:win32/src/com/iwinhttprequest.dart that imports:
  • package:win32/src/com/iunknown.dart that imports:
  • package:win32/src/utils.dart that imports:
  • package:win32/src/win32/user32.g.dart that imports:
  • package:win32/src/variant.dart that imports:
  • package:win32/src/win32/oleaut32.g.dart that imports:
  • package:win32/src/structs.g.dart that imports:
  • package:win32/src/guid.dart that imports:
  • package:win32/src/win32/ole32.g.dart that imports:
  • package:win32/src/combase.dart that imports:
  • package:win32/src/macros.dart that imports:
  • package:win32/src/inline.dart that imports:
  • package:win32/src/win32/uxtheme.g.dart that imports:
  • package:win32/src/callbacks.dart that imports:
  • package:win32/src/types.dart that imports:
  • package:ffi/ffi.dart that imports:
  • package:ffi/src/utf8.dart that imports:
  • dart:ffi

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

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

Found 11 issues. Showing the first 2:

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

lib/src/window.dart:46:65

   ╷
46 │         ..hbrBackground = GetStockObject(GET_STOCK_OBJECT_FLAGS.WHITE_BRUSH)
   │                                                                 ^^^^^^^^^^^
   ╵
copied to clipboard

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

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

lib/src/window.dart:51:35

   ╷
51 │         ..style = WNDCLASS_STYLES.CS_HREDRAW | WNDCLASS_STYLES.CS_VREDRAW;
   │                                   ^^^^^^^^^^
   ╵
copied to clipboard

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

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
args ^2.5.0 2.7.0 2.7.0
ffi ^2.1.2 2.1.4 2.1.4
path ^1.9.0 1.9.1 1.9.1
win32 ^5.5.1 5.12.0 5.12.0
win32_registry ^1.1.4 1.1.5 2.1.0

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

The constraint `^1.1.4` on win32_registry does not support the stable version `2.0.0`.

Try running dart pub upgrade --major-versions win32_registry to update the constraint.

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.20, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
Jul 1Jul 29Aug 26Sep 23Oct 21Nov 18Dec 16Jan 13Feb 10Mar 10010203040506070>=0.0.0-0 <1.0.0
28
likes
140
points
102
downloads

Publisher

verified publisherhalildurmus.dev

Weekly Downloads

2024.09.16 - 2025.03.31

Compile and run a Flutter app without needing any C/C++ code. Just Dart!

Repository (GitHub)
View/report issues
Contributing

Topics

#win32 #ffi #windows

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

args, ffi, path, win32, win32_registry

More

Packages that depend on win32_runner