hybrid_os_darwin 0.0.2
hybrid_os_darwin: ^0.0.2 copied to clipboard
iOS an macOS implementation of the hybrid_os plugin.
We analyzed this package 4 days ago, and awarded it 110 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: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
24 out of 28 API elements (85.7 %) have documentation comments.
Some symbols that are missing documentation: hybrid_os_darwin.DarwinPlatform.DarwinPlatform.new
, hybrid_os_darwin.DarwinPlatform.info
, hybrid_os_darwin.iOSPlatform.iOSPlatform.new
, hybrid_os_darwin.macOSPlatform.macOSPlatform.new
.
10/10 points: Package has an example
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ iOS
-
✓ macOS
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:hybrid_os_darwin/hybrid_os_darwin.dart
that declares support for platforms:iOS
,macOS
.
Package does not support platform `Windows`.
Because:
package:hybrid_os_darwin/hybrid_os_darwin.dart
that declares support for platforms:iOS
,macOS
.
Package does not support platform `Linux`.
Because:
package:hybrid_os_darwin/hybrid_os_darwin.dart
that declares support for platforms:iOS
,macOS
.
Package does not support platform `Web`.
Because:
package:hybrid_os_darwin/hybrid_os_darwin.dart
that declares support for platforms:iOS
,macOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:hybrid_os_darwin/hybrid_os_darwin.dart
that imports:package:hybrid_os_darwin/src/macos.dart
that imports:package:hybrid_os_darwin/src/darwin.dart
that imports:package:hybrid_os_darwin/src/ffi.g.dart
that imports:package:objective_c/objective_c.dart
that imports:package:objective_c/src/protocol_builder.dart
that imports:package:objective_c/src/objective_c_bindings_generated.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.
30/50 points: code has no errors, warnings, lints, or formatting issues
WARNING: The declaration '_objc_msgSend_644' isn't referenced.
lib/src/ffi.g.dart:35778:7
╷
35778 │ final _objc_msgSend_644 = objc.msgSendPointer
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/ffi.g.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
ffi |
^2.1.2 |
2.1.4 | 2.1.4 | |
hybrid_os_platform_interface |
^0.0.1 |
0.0.1 | 0.0.1 | |
objective_c |
^1.0.1 |
1.1.0 | 7.1.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.11.1 | 0.12.0 | |
meta |
- | 1.16.0 | 1.16.0 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
vector_math |
- | 2.1.4 | 2.1.5 | |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^1.0.1` on objective_c does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions objective_c
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 16 errors:
UNDEFINED_CLASS
-lib/src/ffi.g.dart:6247:3
- Undefined class 'NSComparisonResult'.UNDEFINED_PREFIXED_NAME
-lib/src/ffi.g.dart:6255:17
- The name 'NSComparisonResult' is being referenced through the prefix 'objc', but it isn't defined in any of the libraries imported using that prefix.EXTENDS_NON_CLASS
-lib/src/ffi.g.dart:12363:31
- Classes can only extend other classes.
Run flutter pub downgrade
and then flutter analyze
to reproduce the above problem.
You may run dart pub upgrade --tighten
to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.22.20
, Flutter 3.29.2
, Dart 3.7.2
.
Check the analysis log for details.