myst 0.0.1+8 copy "myst: ^0.0.1+8" to clipboard
myst: ^0.0.1+8 copied to clipboard

The simple flutter structure cli which can help you to be more productive

1
likes
120/ 160
pub points
0%
popularity

We analyzed this package 5 days ago, and awarded it 120 pub points (of a possible 160):

OK
Follow Dart file conventions
30 / 30trigger folding of the section

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: MIT.

failed
Provide documentation
10 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

398 out of 487 API elements (81.7 %) have documentation comments.

Some symbols that are missing documentation: extensions, myst, myst.ApplicationStructorConfig, myst.ApplicationStructorConfig.ApplicationStructorConfig, myst.ApplicationStructorConfig.keyPaths.

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:myst/myst.dart that imports:
  • package:myst/src/services/services.dart that imports:
  • package:myst/src/services/generate_file_helper.dart that imports:
  • package:printx/printx.dart that imports:
  • package:printx/src/functions.dart that imports:
  • package:printx/src/extensions.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

Found 5 issues. Showing the first 2:

WARNING: Unused import: 'dart:io'.

lib/src/commands/extension_command.dart:5:8

  ╷
5 │ import 'dart:io' as io;
  │        ^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/commands/extension_command.dart

WARNING: Unused import: 'package:path/path.dart'.

lib/src/commands/extension_command.dart:6:8

  ╷
6 │ import 'package:path/path.dart' as path;
  │        ^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/commands/extension_command.dart

failed
Support up-to-date dependencies
30 / 40trigger 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.0 2.5.0 2.5.0
cli_util ^0.3.5 0.3.5 0.4.1
os_detect ^2.0.0 2.0.1 2.0.1
path ^1.8.0 1.9.0 1.9.0
printx ^0.0.1 0.0.1 0.0.1
process_run ^0.12.3+2 0.12.5+3 0.14.2
recase ^4.0.0 4.1.0 4.1.0
yaml ^3.1.0 3.1.2 3.1.2
Transitive dependencies
Package Constraint Compatible Latest
ansicolor - 2.0.2 2.0.2
charcode - 1.3.1 1.3.1
collection - 1.19.0 1.19.0
meta - 1.15.0 1.15.0
pub_semver - 2.1.4 2.1.4
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
synchronized - 3.1.0+1 3.1.0+1
term_glyph - 1.2.1 1.2.1

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

The constraint `^0.3.5` on cli_util does not support the stable version `0.4.0`.

Try running dart pub upgrade --major-versions cli_util to update the constraint.

The constraint `^0.12.3+2` on process_run does not support the stable version `0.13.0`.

Try running dart pub upgrade --major-versions process_run 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.6, Dart 3.4.3.

Check the analysis log for details.

1
likes
120
pub points
0%
popularity

Publisher

verified publishermylekha.app

The simple flutter structure cli which can help you to be more productive

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, cli_util, os_detect, path, printx, process_run, recase, yaml

More

Packages that depend on myst