bipul_cli 1.0.1
bipul_cli: ^1.0.1 copied to clipboard
A powerful yet simple CLI for generating Flutter projects and features with a clean, scalable architecture following DRY and SOLID principles.
We analyzed this package 30 hours ago, and awarded it 140 pub points (of a possible 160):
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.
0/10 points: 20% or more of the public API has dartdoc comments
4 out of 58 API elements (6.9 %) 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: base_command, base_command.BaseCommand, base_command.BaseCommand.BaseCommand.new, base_command.BaseCommand.formatName, base_command.BaseCommand.isInteractive.
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:bipul_cli/bipul_cli.dartthat imports:package:bipul_cli/commands/create/create_command.dartthat imports:package:bipul_cli/commands/base_command.dartthat imports:dart:io
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
ansicolor |
^2.0.1 |
2.0.3 | 2.0.3 | |
args |
^2.4.0 |
2.7.0 | 2.7.0 | |
logging |
^1.2.0 |
1.3.0 | 1.3.0 | |
mustache_template |
^2.0.0 |
2.0.3 | 2.0.3 | |
path |
^1.8.3 |
1.9.1 | 1.9.1 | |
process |
^5.0.4 |
5.0.5 | 5.0.5 | |
recase |
^4.0.0 |
4.1.0 | 4.1.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
file |
- | 7.0.1 | 7.0.1 | |
meta |
- | 1.18.0 | 1.18.0 | |
platform |
- | 3.1.6 | 3.1.6 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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.8, Dart 3.10.7.
Check the analysis log for details.