app_intents_codegen 0.6.2 copy "app_intents_codegen: ^0.6.2" to clipboard
app_intents_codegen: ^0.6.2 copied to clipboard

Code generator for Flutter AppIntents. Produces Swift and Dart code from @IntentSpec and @EntitySpec annotations.

130/ 160
pub points
27
downloads

We analyzed this package 3 hours 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.

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

98 out of 107 API elements (91.6 %) have documentation comments.

Some symbols that are missing documentation: app_intents_codegen.AppShortcutInfo.AppShortcutInfo.new, app_intents_codegen.EntityInfo.EntityInfo.new, app_intents_codegen.EntityPropertyInfo.EntityPropertyInfo.new, app_intents_codegen.EnumCaseInfo.EnumCaseInfo.new, app_intents_codegen.EnumInfo.EnumInfo.new.

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:app_intents_codegen/app_intents_codegen.dart that imports:
  • package:app_intents_codegen/src/generator/dart_generator.dart that imports:
  • package:dart_style/dart_style.dart that imports:
  • package:dart_style/src/dart_formatter.dart that imports:
  • package:dart_style/src/short/source_visitor.dart that imports:
  • package:dart_style/src/short/call_chain_visitor.dart that imports:
  • package:dart_style/src/short/argument_list_visitor.dart that imports:
  • package:dart_style/src/ast_extensions.dart that imports:
  • package:analyzer/dart/ast/ast.dart that imports:
  • package:analyzer/src/dart/ast/ast.dart that imports:
  • package:analyzer/src/utilities/extensions/ast.dart that imports:
  • package:analyzer/src/dart/element/element.dart that imports:
  • package:analyzer/src/utilities/extensions/element.dart that imports:
  • package:analyzer/src/dart/element/type.dart that imports:
  • package:analyzer/src/dart/element/type_system.dart that imports:
  • package:analyzer/src/generated/inference_log.dart that imports:
  • package:analyzer/src/generated/resolver.dart that imports:
  • package:analyzer/src/util/ast_data_extractor.dart that imports:
  • package:analyzer/dart/element/element.dart that imports:
  • package:analyzer/src/dart/resolver/scope.dart that imports:
  • package:analyzer/src/generated/engine.dart that imports:
  • package:analyzer/src/dart/analysis/analysis_options.dart that imports:
  • package:analyzer/src/lint/registry.dart that imports:
  • package:analyzer/src/analysis_rule/rule_context.dart that imports:
  • package:analyzer/analysis_rule/analysis_rule.dart that imports:
  • package:analyzer/src/analysis_rule/analysis_rule.dart that imports:
  • package:analyzer/src/lint/pub.dart that imports:
  • package:analyzer/source/file_source.dart that imports:
  • package:analyzer/file_system/file_system.dart that imports:
  • package:watcher/watcher.dart that imports:
  • package:watcher/src/file_watcher/polling.dart that imports:
  • package:watcher/src/polling.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

Partially passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
analyzer >=7.0.0 <11.0.0 10.2.0 11.0.0
app_intents_annotations ^0.6.2 0.6.2 0.6.2
args ^2.5.0 2.7.0 2.7.0
build >=2.4.0 <5.0.0 4.0.4 4.0.4
code_builder ^4.10.0 4.11.1 4.11.1
dart_style ^3.0.0 3.1.6 3.1.6
glob ^2.1.0 2.1.3 2.1.3
path ^1.9.0 1.9.1 1.9.1
source_gen >=2.0.0 <5.0.0 4.2.0 4.2.0
Transitive dependencies
Package Constraint Compatible Latest Notes
_fe_analyzer_shared - 96.0.0 97.0.0
async - 2.13.0 2.13.0
boolean_selector - 2.1.2 2.1.2
built_collection - 5.1.1 5.1.1
built_value - 8.12.4 8.12.4
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
fixnum - 1.1.1 1.1.1
logging - 1.3.0 1.3.0
matcher - 0.12.19 0.12.19
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
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
test_api - 0.7.10 0.7.10
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 `>=7.0.0 <11.0.0` on analyzer does not support the stable version `11.0.0`, that was published 0 days ago.

When analyzer is 30 days old, this package will no longer be awarded points in this category.

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 2 errors:

  • UNDEFINED_GETTER - lib/src/cli/analyze_sources.dart:116:41 - The getter 'classes' isn't defined for the type 'LibraryElement'.
  • UNDEFINED_GETTER - lib/src/cli/analyze_sources.dart:149:41 - The getter 'enums' isn't defined for the type 'LibraryElement'.

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.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
130
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

Code generator for Flutter AppIntents. Produces Swift and Dart code from @IntentSpec and @EntitySpec annotations.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, app_intents_annotations, args, build, code_builder, dart_style, glob, path, source_gen

More

Packages that depend on app_intents_codegen