mvvm_page_generator_custom 0.0.5 copy "mvvm_page_generator_custom: ^0.0.5" to clipboard
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.

0
likes
90/ 140
pub points
0%
popularity

We analyzed this package 8 days ago, and awarded it 90 pub points (of a possible 140):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: mvvm_page_generator_custom,
    • contains a version property, and,
    • does not contain a publish_to property.

Repository has no matching pubspec.yaml with name: mvvm_page_generator_custom.

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.

failed
Provide documentation
10 / 20trigger folding of the section

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, 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.

OK
Platform support
20 / 20trigger folding of the section

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.dart that imports:
  • package:mvvm_page_generator_custom/src/mvvm_page_generator_base.dart that imports:
  • package:mvvm_page_generator_custom/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
failed
Pass static analysis
30 / 50trigger folding of the section

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

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

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

Package Constraint Compatible Latest
args ^2.3.1 2.5.0 2.5.0
file ^6.1.4 6.1.4 7.0.0
path ^1.8.2 1.9.0 1.9.0
shell ^2.0.0 2.0.0 2.0.0
Transitive dependencies
Package Constraint Compatible Latest
meta - 1.14.0 1.14.0
platform - 3.1.4 3.1.4
process - 4.2.4 5.0.2

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

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.

0
likes
90
pub points
0%
popularity

Publisher

unverified uploader

A Dart package for making PMVVM pages given class name and the path (optional) and using the shell commands.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

args, file, path, shell

More

Packages that depend on mvvm_page_generator_custom