auto_exporter 4.2.0 copy "auto_exporter: ^4.2.0" to clipboard
auto_exporter: ^4.2.0 copied to clipboard

A Dart package that allows you to auto export files, see README.md to know how to use it, just use the terminal and change the dart file name.

130/ 160
pub points
886
downloads

We analyzed this package 5 days ago, and awarded it 130 pub points (of a possible 160):

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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 2 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: auto_exporter, auto_exporter.exportsBuilder.

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:auto_exporter/auto_exporter.dart that imports:
  • package:build/build.dart that imports:
  • package:build/src/resolver.dart that imports:
  • package:build/src/build_step.dart that imports:
  • package:package_config/package_config_types.dart that imports:
  • package:package_config/src/package_config.dart that imports:
  • package:package_config/src/util.dart that imports:
  • package:package_config/src/errors.dart that imports:
  • package:package_config/package_config.dart that imports:
  • package:package_config/src/package_config_io.dart that imports:
  • package:package_config/src/util_io.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
20 / 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
analyzer >=13.0.0 <15.0.0 14.1.0 14.1.0
auto_exporter_annotation ^1.0.0 1.0.3 1.0.3
build ^4.0.0 4.0.10 4.0.10
dart_style ^3.0.1 3.1.12 3.1.12
glob ^2.1.2 2.1.3 2.1.3
pub_semver ^2.2.0 2.2.0 2.2.0
source_gen ^4.0.0 4.3.0 4.3.0
Transitive dependencies
Package Constraint Compatible Latest Notes
_fe_analyzer_shared - 105.0.0 105.0.0
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.7 3.0.7
file - 7.0.1 7.0.1
logging - 1.3.0 1.3.0
meta - 1.19.0 1.19.0
package_config - 3.0.0 3.0.0
path - 1.9.1 1.9.1
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.

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 1 error:

  • UNDEFINED_GETTER - lib/src/exports_builder.dart:149:41 - The getter 'namePart' isn't defined for the type 'ExtensionTypeDeclaration'.

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.18, Dart 3.13.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
10
likes
130
points
886
downloads

Documentation

API reference

Publisher

verified publishernormidar.com

Weekly Downloads

A Dart package that allows you to auto export files, see README.md to know how to use it, just use the terminal and change the dart file name.

Repository (GitHub)
View/report issues

Topics

#package-management #library #export #exporter #code-generation

License

MIT (license)

Dependencies

analyzer, auto_exporter_annotation, build, dart_style, glob, pub_semver, source_gen

More

Packages that depend on auto_exporter