auto_core 0.0.1 copy "auto_core: ^0.0.1" to clipboard
auto_core: ^0.0.1 copied to clipboard

An Auto core support library.

80/ 160
pub points
16
downloads

We analyzed this package 25 hours ago, and awarded it 80 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 short.

Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.

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: Apache-2.0.

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

678 out of 1221 API elements (55.5 %) have documentation comments.

Some symbols that are missing documentation: app_info.pb, app_info.pb.AppInfo, app_info.pb.AppInfo.$_whichOneof, app_info.pb.AppInfo.AppInfo.fromBuffer, app_info.pb.AppInfo.AppInfo.fromJson.

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 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:auto_core/auto_core.dart that imports:
  • package:auto_core/src/playback_report.dart that imports:
  • package:archive/archive_io.dart that imports:
  • package:archive/src/io/zip_file_encoder.dart that imports:
  • package:archive/src/io/output_file_stream.dart that imports:
  • package:archive/src/io/file_handle.dart that imports:
  • dart:io
Failed report section
Pass static analysis
0 / 50trigger folding of the section

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

Found 42 issues. Showing the first 2:

ERROR: The expression doesn't evaluate to a function, so it can't be invoked.

lib/src/tar_util.dart:82:46

   ╷
82 │     final reader = TarDecoder().decodeBuffer(InputFileStream.file(tar));
   │                                              ^^^^^^^^^^^^^^^^^^^^
   ╵

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

ERROR: Instance member 'file' can't be accessed using static access.

lib/src/tar_util.dart:82:62

   ╷
82 │     final reader = TarDecoder().decodeBuffer(InputFileStream.file(tar));
   │                                                              ^^^^
   ╵

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

Failed report section
Support up-to-date dependencies
30 / 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
archive ^3.1.1 3.6.1 4.0.7
fixnum ^1.0.0 1.1.1 1.1.1
image ^3.0.1 3.3.0 4.7.2
logging ^1.0.0 1.3.0 1.3.0
path ^1.0.0 1.9.1 1.9.1
protobuf ^2.0.0 2.1.0 6.0.0
Transitive dependencies
Package Constraint Compatible Latest Notes
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
meta - 1.18.0 1.18.0
petitparser - 7.0.1 7.0.1
typed_data - 1.4.0 1.4.0
xml - 6.6.1 6.6.1

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

Found 3 issues. Showing the first 2:

The constraint `^3.1.1` on archive does not support the stable version `4.0.0`.

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

The constraint `^3.0.1` on image does not support the stable version `4.0.0`.

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

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.8, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
80
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

An Auto core support library.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

archive, fixnum, image, logging, path, protobuf

More

Packages that depend on auto_core