rohme 1.1.2
rohme: ^1.1.2 copied to clipboard
The Rapid Object orientated Hardware Modelling Environment, an environment for the modelling of digital Systems using the Dart programming Language.
We analyzed this package 2 days ago, and awarded it 150 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
309 out of 397 API elements (77.8 %) have documentation comments.
Some symbols that are missing documentation: rohme, rohme.AccessType.isReadAccess, rohme.AccessType.isWriteAccess, rohme.AccessType.value, rohme.AcquireRequest.AcquireRequest.new.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Android
Because:
package:rohme/rohme.dartthat imports:package:rohme/src/modelling_components.dartthat imports:package:rohme/src/modelling_components/signal_ports.dartthat imports:package:rohme/src/modelling.dartthat imports:package:rohme/src/modelling/config.dartthat imports:package:rohme/src/modelling/module.dartthat imports:package:rohme/src/simulator.dartthat imports:package:rohme/src/simulator/clock_zone.dartthat imports:package:rohme/src/modelling/port.dartthat imports:dart:mirrors
Package not compatible with platform iOS
Because:
package:rohme/rohme.dartthat imports:package:rohme/src/modelling_components.dartthat imports:package:rohme/src/modelling_components/signal_ports.dartthat imports:package:rohme/src/modelling.dartthat imports:package:rohme/src/modelling/config.dartthat imports:package:rohme/src/modelling/module.dartthat imports:package:rohme/src/simulator.dartthat imports:package:rohme/src/simulator/clock_zone.dartthat imports:package:rohme/src/modelling/port.dartthat imports:dart:mirrors
Package not compatible with platform Web
Because:
package:rohme/rohme.dartthat imports:package:rohme/src/modelling_components.dartthat imports:package:rohme/src/modelling_components/signal_ports.dartthat imports:package:rohme/src/modelling.dartthat imports:package:rohme/src/modelling/config.dartthat imports:package:rohme/src/modelling/module.dartthat imports:package:rohme/src/simulator.dartthat imports:package:rohme/src/simulator/clock_zone.dartthat imports:package:rohme/src/modelling/port.dartthat imports:dart:mirrors
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 6 issues. Showing the first 2:
INFO: Angle brackets will be interpreted as HTML.
lib/src/modelling/config.dart:24:32
╷
24 │ /// at NamedComponent.fullName.<configName> eg m1.c1.my_config
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/modelling/config.dart
INFO: Angle brackets will be interpreted as HTML.
lib/src/modelling/port.dart:85:43
╷
85 │ /// Connects to other ports of type Port<TO_IF extends IF> ( because of
│ ^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/modelling/port.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
clock |
^1.1.0 |
1.1.2 | 1.1.2 | |
collection |
^1.15.0 |
1.19.1 | 1.19.1 |
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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.8, Dart 3.10.8.
Check the analysis log for details.