clean_arch_tool 1.0.0 copy "clean_arch_tool: ^1.0.0" to clipboard
clean_arch_tool: ^1.0.0 copied to clipboard

A command-line tool for automating the creation of clean architecture folder and file structures in Flutter projects. This tool helps developers start a Flutter project with a neat and well-structured [...]

120/ 160
pub points
101
downloads

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

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

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

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

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

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

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

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

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

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

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: clean_arch_tool, clean_arch_tool.DataPath, clean_arch_tool.Dirs, clean_arch_tool.DomainPath, clean_arch_tool.PresentationPath.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

Passed check 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:clean_arch_tool/clean_arch_tool.dart that imports:
  • package:clean_arch_tool/src/utils/update_status.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:clean_arch_tool/clean_arch_tool.dart that imports:
  • package:clean_arch_tool/src/utils/update_status.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.cn/web/wasm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 18 issues. Showing the first 2:

INFO: The variable name 'ExamplePagesCode' isn't a lowerCamelCase identifier.

lib/src/consts/codes.dart:1:14

  ╷
1 │ final String ExamplePagesCode = '''
  │              ^^^^^^^^^^^^^^^^
  ╵

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

INFO: The variable name 'ExampleWidgetsCode' isn't a lowerCamelCase identifier.

lib/src/consts/codes.dart:19:14

   ╷
19 │ final String ExampleWidgetsCode = '''
   │              ^^^^^^^^^^^^^^^^^^
   ╵

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

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.5.0 2.7.0 2.7.0

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.22.23, Dart 3.9.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
5
likes
120
points
101
downloads

Publisher

unverified uploader

Weekly Downloads

A command-line tool for automating the creation of clean architecture folder and file structures in Flutter projects. This tool helps developers start a Flutter project with a neat and well-structured architecture using just one command.

Repository (GitHub)
View/report issues

Topics

#cli #scaffolding #flutter #clean-architecture

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

args

More

Packages that depend on clean_arch_tool