simple_http_gen 0.0.4 copy "simple_http_gen: ^0.0.4" to clipboard
simple_http_gen: ^0.0.4 copied to clipboard

A Simple Http Code Generator.

2
likes
70/ 160
pub points
0%
popularity

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

failed
Follow Dart file conventions
20 / 30trigger folding of the section

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 60 to 180 characters to describe the package, what it does, and its target use case.

Homepage URL doesn't exist.

At the time of the analysis https://github.com/tjdwns5063/simple_http_gen was unreachable. Make sure that the website is reachable via HEAD requests.

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: simple_http_gen,
    • contains a version property, and,
    • does not contain a publish_to property.

Unable to access git repository: Failed to run remote show origin.

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.

partial
Provide documentation
10 / 20trigger folding of the section

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

1 out of 7 API elements (14.3 %) 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: simple_http_gen.dart, simple_http_gen.dart.SimpleHttpGenerator, simple_http_gen.dart.SimpleHttpGenerator.SimpleHttpGenerator, simple_http_gen.dart.SimpleHttpGenerator.generateForAnnotatedElement, simple_http_gen.dart.SimpleHttpGenerator.typeChecker.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web

These issues are present but do not affect the score, because they may not originate in your package:

Package not compatible with platform Android

Because:

  • package:simple_http_gen/simple_http_gen.dart that imports:
  • package:simple_http_gen/src/http_generator.dart that imports:
  • package:simple_http_gen/src/parser/put_parser.dart that imports:
  • package:simple_http_gen/src/parser/query_parser.dart that imports:
  • package:source_gen/source_gen.dart that imports:
  • package:source_gen/src/type_checker.dart that imports:
  • dart:mirrors
Package not compatible with platform iOS

Because:

  • package:simple_http_gen/simple_http_gen.dart that imports:
  • package:simple_http_gen/src/http_generator.dart that imports:
  • package:simple_http_gen/src/parser/put_parser.dart that imports:
  • package:simple_http_gen/src/parser/query_parser.dart that imports:
  • package:source_gen/source_gen.dart that imports:
  • package:source_gen/src/type_checker.dart that imports:
  • dart:mirrors
Package not compatible with platform Web

Because:

  • package:simple_http_gen/simple_http_gen.dart that imports:
  • package:simple_http_gen/src/http_generator.dart that imports:
  • package:simple_http_gen/src/parser/put_parser.dart that imports:
  • package:simple_http_gen/src/parser/uri_parser.dart that imports:
  • package:simple_http_gen/src/parser/http_method_parser.dart that imports:
  • package:simple_http_gen/src/parser/parameter_parser.dart that imports:
  • package:analyzer/dart/element/element.dart that imports:
  • package:analyzer/src/generated/utilities_dart.dart that imports:
  • package:analyzer/src/dart/element/element.dart that imports:
  • package:analyzer/src/summary2/macro.dart that imports:
  • package:macros/src/executor/process_executor.dart that imports:
  • package:_macros/src/executor/process_executor.dart that imports:
  • package:_macros/src/executor/executor_base.dart that imports:
  • dart:isolate
failed
Pass static analysis
0 / 50trigger folding of the section

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

Found 31 issues. Showing the first 2:

ERROR: Target of URI doesn't exist: 'package:simple_http_gen/src/annotation.dart'.

lib/src/http_generator.dart:3:8

  ╷
3 │ import 'package:simple_http_gen/src/annotation.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

ERROR: Undefined name 'Base'.

lib/src/http_generator.dart:19:53

   ╷
19 │   TypeChecker typeChecker = TypeChecker.fromRuntime(Base);
   │                                                     ^^^^
   ╵

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

failed
Support up-to-date dependencies
20 / 40trigger folding of the section

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

Package Constraint Compatible Latest
analyzer ^6.2.0 6.5.0 6.7.0
build ^2.4.1 2.4.1 2.4.1
code_builder ^4.7.0 4.10.0 4.10.0
dart_style ^2.3.3 2.3.6 2.3.6
simple_http_annotation ^0.0.1 0.0.1 0.0.1
source_gen ^1.4.0 1.5.0 1.5.0
Transitive dependencies
Package Constraint Compatible Latest
_fe_analyzer_shared - 68.0.0 72.0.0
_macros - 0.1.0 0.1.0
args - 2.5.0 2.5.0
async - 2.11.0 2.11.0
boolean_selector - 2.1.1 2.1.1
built_collection - 5.1.1 5.1.1
built_value - 8.9.2 8.9.2
collection - 1.19.0 1.19.0
convert - 3.1.1 3.1.1
crypto - 3.0.3 3.0.3
file - 7.0.0 7.0.0
fixnum - 1.1.0 1.1.0
glob - 2.1.2 2.1.2
logging - 1.2.0 1.2.0
macros - 0.1.0-main.0 0.1.2-main.4
matcher - 0.12.16+1 0.12.16+1
meta - 1.15.0 1.15.0
package_config - 2.1.0 2.1.0
path - 1.9.0 1.9.0
pub_semver - 2.1.4 2.1.4
source_span - 1.10.0 1.10.0
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
test_api - 0.7.2 0.7.2
typed_data - 1.3.2 1.3.2
watcher - 1.1.0 1.1.0
yaml - 3.1.2 3.1.2

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

0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 29 errors:

  • URI_DOES_NOT_EXIST - lib/src/http_generator.dart:3:8 - Target of URI doesn't exist: 'package:simple_http_gen/src/annotation.dart'.
  • UNDEFINED_IDENTIFIER - lib/src/http_generator.dart:19:53 - Undefined name 'Base'.
  • URI_DOES_NOT_EXIST - lib/src/parser/body_parser.dart:3:8 - Target of URI doesn't exist: 'package:simple_http_gen/src/annotation.dart'.

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.22.7, Dart 3.4.4.

Check the analysis log for details.