mvvm_page_generator 1.0.5
mvvm_page_generator: ^1.0.5 copied to clipboard
A Dart package for making PMVVM pages given class name and the path (optional) and using the shell commands.
We analyzed this package 3 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: GPL-3.0
.
10/10 points: 20% or more of the public API has dartdoc comments
3 out of 7 API elements (42.9 %) have documentation comments.
Some symbols that are missing documentation: mvvm_page_generator.MVVMPageGenerator
, mvvm_page_generator.MVVMPageGenerator.MVVMPageGenerator.new
, mvvm_page_generator.MVVMPageGenerator.className
, mvvm_page_generator.MVVMPageGenerator.path
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:mvvm_page_generator/mvvm_page_generator.dart
that imports:package:mvvm_page_generator/src/mvvm_page_generator_base.dart
that imports:package:mvvm_page_generator/src/FilesGenerator/files_generator.dart
that imports:package:shell/shell.dart
that imports:package:shell/src/wrapped_process.dart
that imports:package:file/file.dart
that imports:package:file/src/interface.dart
that imports:package:file/src/io.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:mvvm_page_generator/mvvm_page_generator.dart
that imports:package:mvvm_page_generator/src/mvvm_page_generator_base.dart
that imports:package:mvvm_page_generator/src/FilesGenerator/files_generator.dart
that imports:package:shell/shell.dart
that imports:package:shell/src/wrapped_process.dart
that imports:package:file/file.dart
that imports:package:file/src/interface.dart
that imports:package:file/src/io.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.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
args |
^2.3.0 |
2.7.0 | 2.7.0 | |
file |
^6.1.2 |
6.1.4 | 7.0.1 | |
path |
^1.8.0 |
1.9.1 | 1.9.1 | |
shell |
^2.0.0 |
2.0.0 | 2.0.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
meta |
- | 1.17.0 | 1.17.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
process |
- | 4.2.4 | 5.0.4 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^6.1.2` on file does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions file
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.22.21
, Dart 3.8.1
.
Check the analysis log for details.