dart_minify 0.1.1 copy "dart_minify: ^0.1.1" to clipboard
dart_minify: ^0.1.1 copied to clipboard

CLI for compressing Dart and Flutter source before sending it to AI agents.

120/ 160
pub points
103
downloads

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

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://github.com/codenameakshay/dart-minify was unreachable. Make sure that the website is reachable via HEAD requests.

Repository URL doesn't exist.

At the time of the analysis https://github.com/codenameakshay/dart-minify was unreachable. Make sure that the website is reachable via HEAD requests.

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/codenameakshay/dart-minify/issues was unreachable. Make sure that the website is reachable via HEAD requests.

Documentation URL doesn't exist.

At the time of the analysis https://github.com/codenameakshay/dart-minify/tree/main/doc was unreachable. Make sure that the website is reachable via HEAD requests.

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.

Partially passed report section
Provide documentation
10 / 20trigger folding of the section

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

0 out of 4 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: builder, builder.lossyMinifyBuilder, dart_minify, dart_minify.runCli.

Passed check 10/10 points: Package has an example

Passed 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:dart_minify/dart_minify.dart that imports:
  • package:dart_minify/src/cli.dart that imports:
  • package:dart_minify/src/project_loader.dart that imports:
  • dart:io
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

Failed report section
Support up-to-date dependencies
10 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
analyzer >=6.5.0 <10.0.0 9.0.0 12.0.0
args >=2.4.0 <3.0.0 2.7.0 2.7.0
build >=2.4.0 <5.0.0 4.0.4 4.0.4
crypto >=3.0.0 <4.0.0 3.0.7 3.0.7
dart_style >=2.3.0 <4.0.0 3.1.3 3.1.7
path >=1.9.0 <2.0.0 1.9.1 1.9.1
Transitive dependencies
Package Constraint Compatible Latest Notes
_fe_analyzer_shared - 92.0.0 98.0.0
async - 2.13.0 2.13.0
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
file - 7.0.1 7.0.1
glob - 2.1.3 2.1.3
logging - 1.3.0 1.3.0
meta - 1.18.1 1.18.1
package_config - 2.2.0 2.2.0
pub_semver - 2.2.0 2.2.0
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
watcher - 1.2.1 1.2.1
yaml - 3.1.3 3.1.3

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

The constraint `>=6.5.0 <10.0.0` on analyzer does not support the stable version `10.0.0`.

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

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 13 errors:

  • UNDEFINED_GETTER - lib/src/lossy_builder.dart:32:55 - The getter 'firstFragment' isn't defined for the type 'LibraryElement'.
  • UNDEFINED_GETTER - lib/src/lossy_builder_support.dart:65:37 - The getter 'firstFragment' isn't defined for the type 'Element'.
  • UNDEFINED_GETTER - lib/src/lossy_builder_support.dart:136:20 - The getter 'variable' isn't defined for the type 'PropertyAccessorElement'.

Run dart pub downgrade and then dart analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.10, Dart 3.11.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
120
points
103
downloads

Documentation

Documentation
API reference

Publisher

verified publisherhashstudios.dev

Weekly Downloads

CLI for compressing Dart and Flutter source before sending it to AI agents.

Repository (GitHub)
View/report issues

Topics

#ai #cli #flutter #minification #tooling

License

MIT (license)

Dependencies

analyzer, args, build, crypto, dart_style, path

More

Packages that depend on dart_minify