flutter_keycloak 1.1.2 icon indicating copy to clipboard operation
flutter_keycloak: ^1.1.2 copied to clipboard

A Flutter Keycloak wrapper, to manage the authentication and tokens automatically

5
likes
110/ 140
pub points
71%
popularity

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

icon indicating section status
Follow Dart file conventions
20 / 30icon to trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://github.com/TheFe91/flutter_keycloak 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.

icon indicating section status
Provide documentation
10 / 20icon to trigger folding of the section

10/10 points: Package has an example

0/10 points: Failed to run dartdoc

  • dartdoc failed with:
exitCode: 255
stdout: [2023-03-17T03:53:08.701527] Starting...
Documenting flutter_keycloak...
Initialized dartdoc with 850 libraries
Generating docs for library flutter_keycloak from package:flutter_keycloak/lib.dart...
Generating docs for library utils from package:flutter_keycloak/utils.dart...
Generating docs for library token_storage from package:flutter_keycloak/token_st[...]
Generating docs for library flutter_keycloak from package:flutter_keycloak/flutt[...]
Generating docs for library constants from package:flutter_keycloak/constants.dart...
Documented 5 public libraries in 83.2 seconds

stderr:   warning: unresolved doc reference [KeycloakHome]
    from package-flutter_keycloak: file:///tmp/pub-dartlang-dartdocLPDIMV/pkg
  warning: unresolved doc reference [SetupAnchor]
    from package-flutter_keycloak: file:///tmp/pub-dartlang-dartdocLPDIMV/pkg
  warning: unresolved doc reference [APIAnchor]
    from package-flutter_keycloak: file:///tmp/pub-dartlang-dartdocLPDIMV/pkg
  warning: unresolved doc reference [UtilsAnchor]
    from package-flutter_keycloak: file:///tmp/pub-dartlang-dartdocLPDIMV/pkg
  warning: flutter_keycloak has no library level documentation comments
    from flutter_keycloak: (file:///tmp/pub-dartlang-dartdocLPDIMV/pkg/lib/lib.dart:1:9)
  error: failed to write file at: flutter_keycloak/flutter_keycloak-library.html
    for symbol flutter_keycloak: (file:///tmp/pub-dartlang-dartdocLPDIMV/pkg/lib[...]
    conflicting with file already generated by flutter_keycloak: (file:///tmp/pu[...]
            Dartdoc generates a path and filename to write to for each symbol.
            flutter_keycloak conflicts with another symbol in the generated
            path, and therefore can not be written out.  Changing the name,
            library name, or class name (if appropriate) of one of the
            conflicting items can resolve the conflict.   Alternatively, use the
            @nodoc tag in one symbol's documentation comments to hide it.
Found 5 warnings and 1 error.
Unhandled exception:
encountered 1 errors
#0      Dartdoc.generateDocs (package:dartdoc/src/dartdoc.dart:261:9)
<asynchronous suspension>
#1      pubDartDoc (package:pub_dartdoc/pub_dartdoc.dart:32:19)
<asynchronous suspension>
#2      main (file:///project/pkg/pub_dartdoc/bin/pub_dartdoc.dart:7:52)
<asynchronous suspension>


icon indicating section status
Platform support
20 / 20icon to trigger 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:flutter_keycloak/flutter_keycloak.dart that imports:
  • package:flutter_keycloak/utils.dart that imports:
  • package:flutter_keycloak/token_storage.dart that imports:
  • package:flutter_secure_storage/flutter_secure_storage.dart that imports:
  • dart:io
icon indicating section status
Pass static analysis
30 / 30icon to trigger folding of the section

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

icon indicating section status
Support up-to-date dependencies
10 / 20icon to trigger folding of the section

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

PackageConstraintCompatibleLatest
dio^4.0.64.0.65.0.3
flutterflutter0.0.00.0.0
flutter_secure_storage^7.0.17.0.18.0.0
get_storage^2.0.32.1.12.1.1
Transitive dependencies
PackageConstraintCompatibleLatest
characters-1.2.11.3.0
collection-1.17.01.17.1
ffi-2.0.12.0.1
file-6.1.46.1.4
flutter_secure_storage_linux-1.1.31.1.3
flutter_secure_storage_macos-2.0.13.0.0
flutter_secure_storage_platform_interface-1.0.11.0.1
flutter_secure_storage_web-1.1.11.1.1
flutter_secure_storage_windows-1.1.32.0.0
flutter_web_plugins-0.0.00.0.0
get-4.6.54.6.5
http_parser-4.0.24.0.2
js-0.6.50.6.7
material_color_utilities-0.2.00.3.0
meta-1.8.01.9.0
path-1.8.31.8.3
path_provider-2.0.142.0.14
path_provider_android-2.0.242.0.24
path_provider_foundation-2.2.02.2.0
path_provider_linux-2.1.102.1.10
path_provider_platform_interface-2.0.62.0.6
path_provider_windows-2.1.52.1.5
platform-3.1.03.1.0
plugin_platform_interface-2.1.42.1.4
process-4.2.44.2.4
sky_engine-0.0.990.0.99
source_span-1.9.11.9.1
string_scanner-1.2.01.2.0
term_glyph-1.2.11.2.1
typed_data-1.3.11.3.1
vector_math-2.1.42.1.4
win32-3.1.34.1.1
xdg_directories-1.0.01.0.0

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

The constraint `^4.0.6` on dio does not support the stable version `5.0.0`.

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

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

icon indicating section status
Support sound null safety
20 / 20icon to trigger folding of the section

20/20 points: Package and dependencies are fully migrated to null safety!

Analysed with Pana 0.21.27, Flutter 3.7.7, Dart 2.19.4.

5
likes
110
pub points
71%
popularity

Publisher

verified publisher iconrollercoders.net

A Flutter Keycloak wrapper, to manage the authentication and tokens automatically

Documentation

API reference

License

Icon for licenses.MIT (LICENSE)

Dependencies

dio, flutter, flutter_secure_storage, get_storage

More

Packages that depend on flutter_keycloak