dash_panel_cli 0.1.1
dash_panel_cli: ^0.1.1 copied to clipboard
Command-line interface for Dash admin panel framework. Provides model generation, database seeding, server monitoring, and more.
We analyzed this package 6 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.
10/10 points: 20% or more of the public API has dartdoc comments
331 out of 363 API elements (91.2 %) have documentation comments.
Some symbols that are missing documentation: dash_panel_cli.BaseCommand.BaseCommand.new, dash_panel_cli.CompletionArgument.CompletionArgument.new, dash_panel_cli.CompletionCommand.CompletionCommand.new, dash_panel_cli.CompletionConfiguration.CompletionConfiguration.new, dash_panel_cli.CompletionOption.CompletionOption.new.
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:dash_panel_cli/dash_panel_cli.dartthat imports:package:dash_panel_cli/src/utils/field_generator.dartthat imports:package:dash_panel_cli/src/generators/schema_parser.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 20 issues. Showing the first 2:
/tmp/pana_YECTNC/lib/dash_panel_cli.dart doesn't match the Dart formatter.
To format your files run: dart format .
/tmp/pana_YECTNC/lib/src/commands/base_command.dart doesn't match the Dart formatter.
To format your files run: dart format .
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 | |
bcrypt |
^1.1.3 |
1.2.0 | 1.2.0 | |
dart_mcp |
^0.4.0 |
0.4.0 | 0.4.0 | |
dash_panel |
^0.1.0 |
0.1.0 | 0.1.0 | |
faker |
^2.2.0 |
2.2.0 | 2.2.0 | |
http |
^1.2.0 |
1.6.0 | 1.6.0 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
sqlite3 |
^3.1.0 |
3.1.2 | 3.1.2 | |
yaml |
^3.1.2 |
3.1.3 | 3.1.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
clock |
- | 1.1.2 | 1.1.2 | |
code_assets |
- | 1.0.0 | 1.0.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
csslib |
- | 1.0.2 | 1.0.2 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 7.0.1 | 7.0.1 | |
get_it |
- | 9.2.0 | 9.2.0 | |
glob |
- | 2.1.3 | 2.1.3 | |
hooks |
- | 1.0.0 | 1.0.0 | |
hotreloader |
- | 4.3.0 | 4.3.0 | |
html |
- | 0.15.6 | 0.15.6 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
intl |
- | 0.20.2 | 0.20.2 | |
jaspr |
- | 0.21.7 | 0.22.1 | |
jaspr_router |
- | 0.8.0 | 0.8.1 | |
json_rpc_2 |
- | 4.0.0 | 4.0.0 | |
logging |
- | 1.3.0 | 1.3.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
mime |
- | 2.0.0 | 2.0.0 | |
native_toolchain_c |
- | 0.17.4 | 0.17.4 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
shelf |
- | 1.4.2 | 1.4.2 | |
shelf_gzip |
- | 4.1.0 | 4.1.0 | |
shelf_proxy |
- | 1.0.4 | 1.0.4 | |
shelf_static |
- | 1.1.3 | 1.1.3 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
stream_transform |
- | 2.1.1 | 2.1.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 | |
universal_web |
- | 1.1.1+1 | 1.1.1+1 | |
vm_service |
- | 15.0.2 | 15.0.2 | |
watcher |
- | 1.2.0 | 1.2.0 | |
web |
- | 1.1.1 | 1.1.1 |
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.3, Dart 3.10.4.
Check the analysis log for details.