smart_auth_unified 0.0.1 copy "smart_auth_unified: ^0.0.1" to clipboard
smart_auth_unified: ^0.0.1 copied to clipboard

Unified authentication library for Flutter/Dart supporting multiple providers with a single API. (smart_auth_unified unified)

110/ 160
pub points
45
downloads

We analyzed this package 12 hours ago, and awarded it 110 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

42 out of 189 API elements (22.2 %) have documentation comments.

Some symbols that are missing documentation: smart_auth_unified, smart_auth_unified.AppleAuthProvider, smart_auth_unified.AppleAuthProvider.AppleAuthProvider.new, smart_auth_unified.AppleAuthProvider.id, smart_auth_unified.AuthProviderPlugin.

Passed check 10/10 points: Package has an example

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

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

  • ✓ Android

  • ✓ iOS

  • ✓ macOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:smart_auth_unified/smart_auth_unified.dart that imports:
  • package:smart_auth_unified/src/smart_auth_unified_client.dart that imports:
  • package:smart_auth_unified/src/biometrics/biometric_service.dart that imports:
  • package:local_auth/local_auth.dart that imports:
  • package:local_auth/src/local_auth.dart that imports:
  • package:local_auth_darwin/local_auth_darwin.dart that declares support for platforms: iOS, macOS.
Package does not support platform `Linux`.

Because:

  • package:smart_auth_unified/smart_auth_unified.dart that imports:
  • package:smart_auth_unified/src/smart_auth_unified_client.dart that imports:
  • package:smart_auth_unified/src/biometrics/biometric_service.dart that imports:
  • package:local_auth/local_auth.dart that declares support for platforms: Android, iOS, Windows, macOS.
Package does not support platform `Web`.

Because:

  • package:smart_auth_unified/smart_auth_unified.dart that imports:
  • package:smart_auth_unified/src/smart_auth_unified_client.dart that imports:
  • package:smart_auth_unified/src/biometrics/biometric_service.dart that imports:
  • package:local_auth/local_auth.dart that declares support for platforms: Android, iOS, Windows, macOS.

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

Package does not support platform `Android`.

Because:

  • package:smart_auth_unified/smart_auth_unified.dart that imports:
  • package:smart_auth_unified/src/smart_auth_unified_client.dart that imports:
  • package:smart_auth_unified/src/biometrics/biometric_service.dart that imports:
  • package:local_auth/local_auth.dart that imports:
  • package:local_auth/src/local_auth.dart that imports:
  • package:local_auth_windows/local_auth_windows.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:smart_auth_unified/smart_auth_unified.dart that imports:
  • package:smart_auth_unified/src/smart_auth_unified_client.dart that imports:
  • package:smart_auth_unified/src/biometrics/biometric_service.dart that imports:
  • package:local_auth/local_auth.dart that imports:
  • package:local_auth/src/local_auth.dart that imports:
  • package:local_auth_windows/local_auth_windows.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:smart_auth_unified/smart_auth_unified.dart that imports:
  • package:smart_auth_unified/src/smart_auth_unified_client.dart that imports:
  • package:smart_auth_unified/src/biometrics/biometric_service.dart that imports:
  • package:local_auth/local_auth.dart that imports:
  • package:local_auth/src/local_auth.dart that imports:
  • package:local_auth_windows/local_auth_windows.dart that declares support for platforms: Windows.

Failed check 0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

See https://dart.cn/web/wasm for details.

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

ERROR: The class 'GoogleSignIn' doesn't have an unnamed constructor.

lib/src/providers/google_provider.dart:10:27

   ╷
10 │           googleSignIn ?? GoogleSignIn(scopes: const ['email', 'profile']);
   │                           ^^^^^^^^^^^^
   ╵

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

ERROR: The method 'signIn' isn't defined for the type 'GoogleSignIn'.

lib/src/providers/google_provider.dart:17:41

   ╷
17 │     final account = await _googleSignIn.signIn();
   │                                         ^^^^^^
   ╵

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

Partially passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Partially passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
collection ^1.18.0 1.19.1 1.19.1
encrypt ^5.0.3 5.0.3 5.0.3
firebase_auth >=5.3.2 <7.0.0 6.1.0 6.1.0
firebase_core >=3.6.0 <5.0.0 4.1.1 4.1.1
flutter_appauth >=6.0.4 <10.0.0 9.0.1 10.0.0
flutter_facebook_auth ^7.0.1 7.1.2 7.1.2
flutter_secure_storage ^9.0.0 9.2.4 9.2.4
flutter_web_auth_2 ^4.0.0 4.1.0 4.1.0
google_sign_in >=6.2.1 <8.0.0 7.2.0 7.2.0
http ^1.2.2 1.5.0 1.5.0
local_auth ^2.1.8 2.3.0 2.3.0
meta ^1.12.0 1.16.0 1.17.0
sign_in_with_apple >=6.1.0 <8.0.0 7.0.1 7.0.1
supabase_flutter ^2.6.0 2.10.2 2.10.2
twitter_login ^4.4.2 4.4.2 4.4.2
Transitive dependencies
Package Constraint Compatible Latest Notes
_flutterfire_internals - 1.3.62 1.3.62
app_links - 6.4.1 6.4.1
app_links_linux - 1.0.3 1.0.3
app_links_platform_interface - 2.0.2 2.0.2
app_links_web - 1.0.4 1.0.4
args - 2.7.0 2.7.0
asn1lib - 1.6.5 1.6.5
async - 2.13.0 2.13.0
boolean_selector - 2.1.2 2.1.2
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
convert - 3.1.2 3.1.2
crypto - 3.0.6 3.0.6
desktop_webview_window - 0.2.3 0.2.3
facebook_auth_desktop - 2.1.1 2.1.1
fake_async - 1.3.3 1.3.3
ffi - 2.1.4 2.1.4
file - 7.0.1 7.0.1
firebase_auth_platform_interface - 8.1.2 8.1.2
firebase_auth_web - 6.0.3 6.0.3
firebase_core_platform_interface - 6.0.1 6.0.1
firebase_core_web - 3.1.1 3.1.1
flutter_appauth_platform_interface - 9.0.0 10.0.0
flutter_facebook_auth_platform_interface - 6.1.2 6.1.2
flutter_facebook_auth_web - 6.1.2 6.1.2
flutter_plugin_android_lifecycle - 2.0.30 2.0.30
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
flutter_web_auth_2_platform_interface - 4.1.0 4.1.0
functions_client - 2.4.4 2.4.4
google_identity_services_web - 0.3.3+1 0.3.3+1
google_sign_in_android - 7.2.0 7.2.0
google_sign_in_ios - 6.2.1 6.2.1
google_sign_in_platform_interface - 3.1.0 3.1.0
google_sign_in_web - 1.1.0 1.1.0
gotrue - 2.15.0 2.15.0
gtk - 2.1.0 2.1.0
http_parser - 4.1.2 4.1.2
intl - 0.20.2 0.20.2
js - 0.6.7 0.7.2 Discontinued
jwt_decode - 0.3.1 0.3.1
leak_tracker - 11.0.2 11.0.2
leak_tracker_flutter_testing - 3.0.10 3.0.10
leak_tracker_testing - 3.0.2 3.0.2
local_auth_android - 1.0.53 1.0.53
local_auth_darwin - 1.6.1 1.6.1
local_auth_platform_interface - 1.1.0 1.1.0
local_auth_windows - 1.0.11 1.0.11
logging - 1.3.0 1.3.0
matcher - 0.12.17 0.12.17
material_color_utilities - 0.11.1 0.13.0
mime - 2.0.0 2.0.0
path - 1.9.1 1.9.1
path_provider - 2.1.5 2.1.5
path_provider_android - 2.2.18 2.2.18
path_provider_foundation - 2.4.2 2.4.2
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
pointycastle - 3.9.1 4.0.0
postgrest - 2.5.0 2.5.0
realtime_client - 2.5.3 2.5.3
retry - 3.1.2 3.1.2
rxdart - 0.28.0 0.28.0
shared_preferences - 2.5.3 2.5.3
shared_preferences_android - 2.4.13 2.4.13
shared_preferences_foundation - 2.5.4 2.5.4
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
sign_in_with_apple_platform_interface - 2.0.0 2.0.0
sign_in_with_apple_web - 3.0.0 3.0.0
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
storage_client - 2.4.1 2.4.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
supabase - 2.9.2 2.9.2
term_glyph - 1.2.2 1.2.2
test_api - 0.7.6 0.7.7
typed_data - 1.4.0 1.4.0
url_launcher - 6.3.2 6.3.2
url_launcher_android - 6.3.22 6.3.22
url_launcher_ios - 6.3.4 6.3.4
url_launcher_linux - 3.2.1 3.2.1
url_launcher_macos - 3.2.3 3.2.3
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.1 2.4.1
url_launcher_windows - 3.1.4 3.1.4
vector_math - 2.2.0 2.2.0
vm_service - 15.0.2 15.0.2
web - 1.1.1 1.1.1
web_socket - 1.0.1 1.0.1
web_socket_channel - 3.0.3 3.0.3
win32 - 5.14.0 5.14.0
window_to_front - 0.0.3 0.0.3
xdg_directories - 1.1.0 1.1.0
yet_another_json_isolate - 2.1.0 2.1.0

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

The constraint `>=6.0.4 <10.0.0` on flutter_appauth does not support the stable version `10.0.0`, that was published 19 days ago.

When flutter_appauth is 30 days old, this package will no longer be awarded points in this category.

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

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.23, Flutter 3.35.5, Dart 3.9.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: