open_api_client_generator 1.0.0 copy "open_api_client_generator: ^1.0.0" to clipboard
open_api_client_generator: ^1.0.0 copied to clipboard

OpenApi Client Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec.

0
likes
130/ 160
pub points
31%
popularity

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

partial
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

Issue tracker URL doesn't exist.

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

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.

failed
Provide documentation
0 / 20trigger folding of the section

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

3 out of 225 API elements (1.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: open_api_client_generator, open_api_client_generator.AbstractClientCodec, open_api_client_generator.AbstractClientCodec.AbstractClientCodec, open_api_client_generator.AbstractClientCodec.encodeExceptionInstance, open_api_client_generator.AbstractClientCodec.encodeSendMethod.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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:open_api_client_generator/open_api_client_generator.dart that imports:
  • package:open_api_client_generator/src/plugins/open_api_writer_plugin.dart that imports:
  • dart:io
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 19 issues. Showing the first 2:

bin/open_api_client_generator.dart doesn't match the Dart formatter.

To format your files run: dart format .

lib/src/builders/build_api_class.dart doesn't match the Dart formatter.

To format your files run: dart format .

OK
Support up-to-date dependencies
40 / 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.1.0 6.5.0 6.7.0
args ^2.4.2 2.5.0 2.5.0
code_builder ^4.5.0 4.10.0 4.10.0
collection ^1.17.0 1.19.0 1.19.0
dart_style ^2.3.2 2.3.6 2.3.6
diacritic ^0.1.4 0.1.5 0.1.5
http ^1.1.0 1.2.1 1.2.1
json2yaml ^3.0.1 3.0.1 3.0.1
logging ^1.2.0 1.2.0 1.2.0
meta ^1.7.0 1.15.0 1.15.0
open_api_specification ^1.0.0 1.0.0 1.0.0
path ^1.8.3 1.9.0 1.9.0
recase ^4.1.0 4.1.0 4.1.0
Transitive dependencies
Package Constraint Compatible Latest
_fe_analyzer_shared - 68.0.0 72.0.0
_macros - 0.1.0 0.1.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
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
http_parser - 4.1.0 4.1.0
json_annotation - 4.9.0 4.9.0
macros - 0.1.0-main.0 0.1.2-main.4
matcher - 0.12.16+1 0.12.16+1
package_config - 2.1.0 2.1.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
web - 0.5.1 0.5.1
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

20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.7, Dart 3.4.4.

Check the analysis log for details.

0
likes
130
pub points
31%
popularity

Publisher

unverified uploader

OpenApi Client Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

analyzer, args, code_builder, collection, dart_style, diacritic, http, json2yaml, logging, meta, open_api_specification, path, recase

More

Packages that depend on open_api_client_generator