fsm2 3.3.0
fsm2: ^3.3.0 copied to clipboard
FSM2 provides an implementation of the core design aspects of the UML state diagrams allowing both declarative transitions and dynamic transitions along with Guard Conditions.
We analyzed this package 2 hours 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-2-Clause
.
10/10 points: 20% or more of the public API has dartdoc comments
95 out of 189 API elements (50.3 %) have documentation comments.
Some symbols that are missing documentation: fsm2
, fsm2.CoRegionBuilder
, fsm2.CoRegionBuilder.CoRegionBuilder.new
, fsm2.DuplicateStateException.DuplicateStateException.new
, fsm2.DuplicateStateException.message
.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:fsm2/fsm2.dart
that imports:package:fsm2/src/visualise/watch_folder.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:fsm2/fsm2.dart
that imports:package:fsm2/src/visualise/watch_folder.dart
that imports:dart:io
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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 5 issues. Showing the first 2:
/tmp/pana_GJCKCA/lib/src/export/dot.dart doesn't match the Dart formatter.
To format your files run: dart format .
/tmp/pana_GJCKCA/lib/src/export/exporter.dart doesn't match the Dart formatter.
To format your files run: dart format .
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
args |
^2.4.2 |
2.7.0 | 2.7.0 | |
completer_ex |
^4.0.0 |
4.0.3 | 4.0.3 | |
dcli_core |
^7.0.3 |
7.0.3 | 7.0.3 | |
dcli_terminal |
^7.0.3 |
7.0.3 | 7.0.3 | |
logger |
^2.0.1 |
2.6.1 | 2.6.1 | |
meta |
^1.6.0 |
1.17.0 | 1.17.0 | |
path |
^1.7.0 |
1.9.1 | 1.9.1 | |
stacktrace_impl |
^2.0.1 |
2.3.0 | 2.3.0 | Discontinued |
synchronized |
^3.0.0 |
3.4.0 | 3.4.0 | |
tree_iterator |
^3.0.0 |
3.0.0 | 3.0.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.1 | 1.4.1 | |
circular_buffer |
- | 0.12.0 | 0.12.0 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.6 | 3.0.6 | |
dart_console |
- | 4.1.2 | 4.1.2 | |
dcli_common |
- | 7.0.2 | 7.0.2 | |
ffi |
- | 2.1.4 | 2.1.4 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
intl |
- | 0.20.2 | 0.20.2 | |
logging |
- | 1.3.0 | 1.3.0 | |
scope |
- | 5.1.0 | 5.1.0 | |
simple_logger |
- | 1.10.0 | 1.10.0 | |
sprintf |
- | 7.0.0 | 7.0.0 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uuid |
- | 4.5.1 | 4.5.1 | |
win32 |
- | 5.14.0 | 5.14.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The package has one or more discontinued direct dependencies.
Discontinued packages are no longer maintained, and can end up being a
liability.
Consider migrating away from these dependencies:
- stacktrace_impl.
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.22.23
, Dart 3.9.3
.
Check the analysis log for details.