win32_runner 0.2.3
win32_runner: ^0.2.3 copied to clipboard
Compile and run a Flutter app without needing any C/C++ code. Just Dart!
We analyzed this package 7 days ago, and awarded it 140 pub points (of a possible 160):
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: BSD-3-Clause.
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.
10/10 points: Package has an example
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.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:win32_runner/win32_runner.dartthat declares support for platforms:Windows.
Package does not support platform `Linux`.
Because:
package:win32_runner/win32_runner.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:win32_runner/win32_runner.dartthat declares support for platforms:Windows.
Package does not support platform `Web`.
Because:
package:win32_runner/win32_runner.dartthat declares support for platforms:Windows.
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)
│ ^^^^^^^^^^^
╵
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;
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/window.dart
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.15.0 | 5.15.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.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.3, Dart 3.10.1.
Check the analysis log for details.