mvvm_page_generator_custom 0.0.5
mvvm_page_generator_custom: ^0.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 110 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: mvvm_page_generator_custom.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: mvvm_page_generator_custom, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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_custom.MVVMPageGenerator, mvvm_page_generator_custom.MVVMPageGenerator.MVVMPageGenerator.new, mvvm_page_generator_custom.MVVMPageGenerator.className, mvvm_page_generator_custom.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_custom/mvvm_page_generator_custom.dartthat imports:package:mvvm_page_generator_custom/src/mvvm_page_generator_base.dartthat imports:package:mvvm_page_generator_custom/src/FilesGenerator/files_generator.dartthat imports:package:shell/shell.dartthat imports:package:shell/src/wrapped_process.dartthat imports:package:file/file.dartthat imports:package:file/src/interface.dartthat imports:package:file/src/io.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
WARNING: The value of the local variable 'cdView' isn't used.
lib/src/FilesGenerator/files_generator.dart:17:11
╷
17 │ var cdView = await _shell.start(
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/FilesGenerator/files_generator.dart
WARNING: Unused import: 'dart:convert'.
lib/src/mvvm_page_generator_base.dart:1:8
╷
1 │ import 'dart:convert';
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/mvvm_page_generator_base.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
^2.3.1 |
2.7.0 | 2.7.0 | |
file |
^6.1.4 |
6.1.4 | 7.0.1 | |
path |
^1.8.2 |
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.18.1 | 1.18.1 | |
platform |
- | 3.1.6 | 3.1.6 | |
process |
- | 4.2.4 | 5.0.5 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^6.1.4` 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.23.10, Dart 3.11.1.
Check the analysis log for details.