corbado_frontend_api_client 1.1.0 copy "corbado_frontend_api_client: ^1.1.0" to clipboard
corbado_frontend_api_client: ^1.1.0 copied to clipboard

Flutter client for the most recent version of the Corbado frontend API.

0
likes
110/ 140
pub points
61%
popularity

We analyzed this package 36 hours ago, and awarded it 110 pub points (of a possible 140):

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

10/10 points: Provide a valid pubspec.yaml

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: BSD-3-Clause.

failed
Provide documentation
10 / 20trigger folding of the section

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

1 out of 2 API elements (50.0 %) have documentation comments.

Some symbols that are missing documentation: corbado_api_client.

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:corbado_frontend_api_client/corbado_api_client.dart that imports:
  • package:openapi_generator_annotations/openapi_generator_annotations.dart that imports:
  • package:openapi_generator_annotations/src/openapi_generator_annotations_base.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 107 issues. Showing the first 2:

INFO: 'OpenapiGeneratorConfig' is deprecated and shouldn't be used. You do not need to extend this anymore (See example). This class would be removed in the next major release.

lib/corbado_api_client.dart:9:32

  ╷
9 │ class CorbadoApiClient extends OpenapiGeneratorConfig {}
  │                                ^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

INFO: 'deserialize' is deprecated and shouldn't be used. Scheduled for removal in OpenAPI Generator 6.x. Use deserializeAsync() instead.

lib/frontendapi/lib/api_client.dart:148:5

    ╷
148 │     deserialize(json, targetType, growable: growable);
    │     ^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/frontendapi/lib/api_client.dart

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

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

Package Constraint Compatible Latest
flutter flutter 0.0.0 0.0.0
http ^1.1.0 1.2.1 1.2.1
intl ^0.18.0 0.18.1 0.19.0
meta ^1.1.8 1.11.0 1.14.0
openapi_generator_annotations ^4.10.0 4.13.1 5.0.2
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
crypto - 3.0.3 3.0.3
http_parser - 4.0.2 4.0.2
material_color_utilities - 0.8.0 0.11.1
path - 1.9.0 1.9.0
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
vector_math - 2.1.4 2.1.4
web - 0.5.1 0.5.1

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

The constraint `^0.18.0` on intl does not support the stable version `0.19.0`.

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

The constraint `^4.10.0` on openapi_generator_annotations does not support the stable version `5.0.0`.

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

10/10 points: Package supports latest stable Dart and Flutter SDKs

Analyzed with Pana 0.22.3, Flutter 3.19.6, Dart 3.3.4.

Check the analysis log for details.

0
likes
110
pub points
61%
popularity

Publisher

verified publishercorbado.com

Flutter client for the most recent version of the Corbado frontend API.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, http, intl, meta, openapi_generator_annotations

More

Packages that depend on corbado_frontend_api_client