simprokcore 1.1.6 copy "simprokcore: ^1.1.6" to clipboard
simprokcore: ^1.1.6 copied to clipboard

outdated

A template that removes all headache of designing your application's architecture by providing a simple API that encourages you to separate an application's logic properly.

90/ 160
pub points
32
downloads

We analyzed this package 44 hours ago, and awarded it 90 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

Homepage URL doesn't exist.

At the time of the analysis https://github.com/simprok-dev/simprokcore-flutter was unreachable. Make sure that the website is reachable via HEAD requests.

Documentation URL doesn't exist.

At the time of the analysis https://github.com/simprok-dev/simprokcore-flutter/wiki 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: MIT.

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

40 out of 60 API elements (66.7 %) have documentation comments.

Some symbols that are missing documentation: simprokcore, simprokcore.ConsumerLayerType.ConsumerLayerType.new, simprokcore.ConsumerLayerType.strategy, simprokcore.MachineLayerType.MachineLayerType.new, simprokcore.MachineLayerType.strategy.

Passed check 10/10 points: Package has an example

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

Failed check 0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

Found 36 issues. Showing the first 2:

ERROR: Undefined class 'WidgetMachine'.

lib/simprokcore.dart:19:9

   ╷
19 │   final WidgetMachine<Event, Event> mainMachine = main._child();
   │         ^^^^^^^^^^^^^
   ╵

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

ERROR: Undefined class 'WidgetMachine'.

lib/simprokcore.dart:28:9

   ╷
28 │   final WidgetMachine<Event, Event> root = mergeWidgetMachine(
   │         ^^^^^^^^^^^^^
   ╵

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

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

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

Package Constraint Compatible Latest Notes
simprokmachine ^1.1.3 1.1.6 1.1.6
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.1 1.4.1
collection - 1.19.1 1.19.1
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.1
nested - 1.0.0 1.0.0
provider - 6.1.5+1 6.1.5+1
rxdart - 0.27.7 0.28.0
vector_math - 2.2.0 2.2.0

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

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.23.10, Flutter 3.41.0, Dart 3.11.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
90
points
32
downloads

Publisher

unverified uploader

Weekly Downloads

A template that removes all headache of designing your application's architecture by providing a simple API that encourages you to separate an application's logic properly.

Homepage

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, simprokmachine

More

Packages that depend on simprokcore