aad_oauth 1.0.1 copy "aad_oauth: ^1.0.1" to clipboard
aad_oauth: ^1.0.1 copied to clipboard

A Flutter OAuth package for performing user authentication against Azure Active Directory OAuth2 v2.0 endpoint.

80/ 160
pub points
18.6k
downloads

We analyzed this package 17 hours ago, and awarded it 80 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

104 out of 187 API elements (55.6 %) have documentation comments.

Some symbols that are missing documentation: aad_oauth.AadOAuth.AadOAuth.new, auth_storage, auth_storage.AuthStorage, auth_storage.AuthStorage.AuthStorage.new, auth_storage.AuthStorage.clear.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ macOS

  • ✓ Web

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:aad_oauth/aad_oauth.dart that imports:
  • package:aad_oauth/helper/core_oauth.dart that imports:
  • package:aad_oauth/helper/mobile_oauth.dart that imports:
  • package:aad_oauth/request_code.dart that imports:
  • package:webview_flutter/webview_flutter.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `Linux`.

Because:

  • package:aad_oauth/aad_oauth.dart that imports:
  • package:aad_oauth/helper/core_oauth.dart that imports:
  • package:aad_oauth/helper/mobile_oauth.dart that imports:
  • package:aad_oauth/request_code.dart that imports:
  • package:webview_flutter/webview_flutter.dart that declares support for platforms: Android, iOS, macOS.

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

Package not compatible with platform Web

Because:

  • package:aad_oauth/aad_oauth.dart that imports:
  • package:aad_oauth/model/config.dart that imports:
  • package:flutter_secure_storage/flutter_secure_storage.dart that imports:
  • package:flutter_secure_storage_platform_interface/flutter_secure_storage_platform_interface.dart that imports:
  • dart:io
Failed report section
Pass static analysis
0 / 50trigger folding of the section

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

Found 10 issues. Showing the first 2:

ERROR: The method 'promiseToFuture' isn't defined for the type 'WebOAuth'.

lib/helper/web_oauth.dart:85:12

   ╷
85 │     return promiseToFuture(jsGetAccessToken());
   │            ^^^^^^^^^^^^^^^
   ╵

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

ERROR: The method 'promiseToFuture' isn't defined for the type 'WebOAuth'.

lib/helper/web_oauth.dart:90:12

   ╷
90 │     return promiseToFuture(jsGetIdToken());
   │            ^^^^^^^^^^^^^^^
   ╵

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

Failed report section
Support up-to-date dependencies
10 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
dartz ^0.10.1 0.10.1 0.10.1
equatable ^2.0.5 2.0.7 2.0.7
flutter_secure_storage ^9.0.0 9.2.4 9.2.4
http ^1.1.0 1.6.0 1.6.0
js ^0.6.7 0.6.7 0.7.2 Discontinued
shared_preferences ^2.2.1 2.5.3 2.5.3
webview_flutter ^4.4.1 4.13.0 4.13.0
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
ffi - 2.1.4 2.1.4
file - 7.0.1 7.0.1
flutter_secure_storage_linux - 1.2.3 2.0.1
flutter_secure_storage_macos - 3.1.3 4.0.0
flutter_secure_storage_platform_interface - 1.1.2 2.0.1
flutter_secure_storage_web - 1.2.1 2.0.0
flutter_secure_storage_windows - 3.1.2 4.0.0
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
path - 1.9.1 1.9.1
path_provider - 2.1.5 2.1.5
path_provider_android - 2.2.22 2.2.22
path_provider_foundation - 2.5.1 2.5.1
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
shared_preferences_android - 2.4.18 2.4.18
shared_preferences_foundation - 2.5.6 2.5.6
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_web - 2.4.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
webview_flutter_android - 4.10.10 4.10.10
webview_flutter_platform_interface - 2.14.0 2.14.0
webview_flutter_wkwebview - 3.23.4 3.23.4
win32 - 5.15.0 5.15.0
xdg_directories - 1.1.0 1.1.0

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

The constraint `^0.6.7` on js does not support the stable version `0.7.0`.

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

The package has one or more discontinued direct dependencies.

Discontinued packages are no longer maintained, and can end up being a liability.

Consider migrating away from these dependencies:

  • js.

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 8 errors:

  • UNDEFINED_METHOD - lib/helper/web_oauth.dart:85:12 - The method 'promiseToFuture' isn't defined for the type 'WebOAuth'.
  • UNDEFINED_METHOD - lib/helper/web_oauth.dart:90:12 - The method 'promiseToFuture' isn't defined for the type 'WebOAuth'.
  • UNDEFINED_METHOD - lib/helper/web_oauth.dart:105:7 - The method 'allowInterop' isn't defined for the type 'WebOAuth'.

Run flutter pub downgrade and then flutter 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.23.3, Flutter 3.38.2, Dart 3.10.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
165
likes
80
points
18.6k
downloads

Publisher

verified publisherearlybyte.ch

Weekly Downloads

A Flutter OAuth package for performing user authentication against Azure Active Directory OAuth2 v2.0 endpoint.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dartz, equatable, flutter, flutter_secure_storage, http, js, shared_preferences, webview_flutter

More

Packages that depend on aad_oauth