projenerator 2.1.3 copy "projenerator: ^2.1.3" to clipboard
projenerator: ^2.1.3 copied to clipboard

A Dart CLI tool to scaffold Flutter projects, add Bloc-pattern pages, and generate framed, localized screenshots with customizable themes.

130/ 160
pub points
4
downloads

We analyzed this package 41 hours ago, and awarded it 130 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
10 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

  • pubspec.yaml doesn't have a homepage entry.

  • pubspec.yaml doesn't have a repository entry.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Failed check 0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

0 out of 0 API elements (100.0 %) have documentation comments.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed report section
Platform support
20 / 20trigger folding of the section

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

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:projenerator/src/commands/add_page_command.dart that imports:
  • package:projenerator/src/commands/commands_mixin.dart that imports:
  • package:dart_console/dart_console.dart that declares support for platforms: Windows, Linux, macOS.
Package does not support platform `iOS`.

Because:

  • package:projenerator/src/commands/add_page_command.dart that imports:
  • package:projenerator/src/commands/commands_mixin.dart that imports:
  • package:dart_console/dart_console.dart that declares support for platforms: Windows, Linux, macOS.
Package does not support platform `Web`.

Because:

  • package:projenerator/src/commands/add_page_command.dart that imports:
  • package:projenerator/src/commands/commands_mixin.dart that imports:
  • package:dart_console/dart_console.dart that declares support for platforms: Windows, Linux, macOS.

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Linux`.

Because:

  • package:projenerator/src/commands/add_page_command.dart that imports:
  • package:projenerator/src/commands/commands_mixin.dart that imports:
  • package:dart_console/dart_console.dart that imports:
  • package:dart_console/src/console.dart that imports:
  • package:dart_console/src/ffi/win/termlib_win.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:projenerator/src/commands/add_page_command.dart that imports:
  • package:projenerator/src/commands/commands_mixin.dart that imports:
  • package:dart_console/dart_console.dart that imports:
  • package:dart_console/src/console.dart that imports:
  • package:dart_console/src/ffi/win/termlib_win.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Passed report section
Pass static analysis
50 / 50trigger folding of the section

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

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
args ^2.7.0 2.7.0 2.7.0
collection ^1.19.1 1.19.1 1.19.1
dart_console ^4.1.2 4.1.2 4.1.2
image ^4.5.4 4.7.2 4.7.2
mustache_template ^2.0.0 2.0.3 2.0.3
path ^1.9.1 1.9.1 1.9.1
recase ^4.1.0 4.1.0 4.1.0
yaml ^3.1.3 3.1.3 3.1.3
yaml_edit ^2.2.2 2.2.3 2.2.3
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 4.0.7 4.0.7
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
crypto - 3.0.7 3.0.7
ffi - 2.1.5 2.1.5
intl - 0.20.2 0.20.2
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
petitparser - 7.0.1 7.0.1
posix - 6.0.3 6.0.3
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.2.0
win32 - 5.15.0 5.15.0
xml - 6.6.1 6.6.1

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.5, Flutter 3.38.5, Dart 3.10.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
130
points
4
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart CLI tool to scaffold Flutter projects, add Bloc-pattern pages, and generate framed, localized screenshots with customizable themes.

Documentation

API reference

License

unknown (license)

Dependencies

args, collection, dart_console, flutter, image, mustache_template, path, recase, yaml, yaml_edit

More

Packages that depend on projenerator