auth3_login 1.3.0 copy "auth3_login: ^1.3.0" to clipboard
auth3_login: ^1.3.0 copied to clipboard

Official Auth3 Login SDK for Flutter, read more at https://auth3.dev/.

1
likes
120/ 140
pub points
0%
popularity

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

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

10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://auth3.dev was unreachable. Make sure that the website is reachable via HEAD requests.

Documentation URL doesn't exist.

At the time of the analysis https://docs.auth3.dev/ 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: Apache-2.0.

OK
Provide documentation
20 / 20trigger folding of the section

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

15 out of 19 API elements (78.9 %) have documentation comments.

Some symbols that are missing documentation: auth3_login, auth3_login.Auth3Login.getPlatformSpecificURI, auth3_login.Auth3Login.storage, jwt_parser.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:auth3_login/auth3_login.dart that imports:
  • package:native_dialog/native_dialog.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Linux`.

Because:

  • package:auth3_login/auth3_login.dart that imports:
  • package:native_dialog/native_dialog.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `macOS`.

Because:

  • package:auth3_login/auth3_login.dart that imports:
  • package:native_dialog/native_dialog.dart that declares support for platforms: Android, iOS, Web.
Package not compatible with platform Web

Because:

  • package:auth3_login/auth3_login.dart that imports:
  • package:universal_html/html.dart that imports:
  • package:universal_html/src/_sdk/html.dart that imports:
  • package:universal_html/src/_sdk_html_additions.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 3 issues. Showing the first 2:

INFO: Use 'isNotEmpty' instead of 'length' to test whether the collection is empty.

lib/auth3_login.dart:197:9

    ╷
197 │     if (parsedResult.fragment.length > 0) {
    │         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵

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

INFO: Use 'isNotEmpty' instead of 'length' to test whether the collection is empty.

lib/auth3_login.dart:204:9

    ╷
204 │     if (parsedResult.query.length > 0) {
    │         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/auth3_login.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
flutter_secure_storage ^7.0.1 7.0.1 9.0.0
flutter_web_auth ^0.5.0 0.5.0 0.5.0
native_dialog ^0.1.1 0.1.1 0.1.1
universal_html ^2.0.8 2.2.4 2.2.4
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
charcode - 1.3.1 1.3.1
collection - 1.18.0 1.18.0
csslib - 1.0.0 1.0.0
flutter_secure_storage_linux - 1.2.0 1.2.0
flutter_secure_storage_macos - 2.0.1 3.0.1
flutter_secure_storage_platform_interface - 1.0.2 1.0.2
flutter_secure_storage_web - 1.1.2 1.1.2
flutter_secure_storage_windows - 1.1.3 3.0.0
flutter_web_plugins - 0.0.0 0.0.0
html - 0.15.4 0.15.4
js - 0.6.7 0.7.1
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
path - 1.9.0 1.9.0
plugin_platform_interface - 2.1.8 2.1.8
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
universal_io - 2.2.2 2.2.2
vector_math - 2.1.4 2.1.4

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

The constraint `^7.0.1` on flutter_secure_storage does not support the stable version `8.0.0`.

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

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

Analyzed with Pana 0.22.3, Flutter 3.19.5, Dart 3.3.3.

Check the analysis log for details.