stacked_firebase_auth 2.21.0 stacked_firebase_auth: ^2.21.0 copied to clipboard
A service class that provides Firebase Authentication Functionality on a single api
We analyzed this package 2 days ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/Stacked-Org/framework/issues
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
.
10/10 points: 20% or more of the public API has dartdoc comments
111 out of 123 API elements (90.2 %) have documentation comments.
Some symbols that are missing documentation: stacked_firebase_auth
, stacked_firebase_auth.Firebase.delegatePackingProperty
, stacked_firebase_auth.FirebaseAuthenticationResult
, stacked_firebase_auth.FirebaseAuthenticationResult.FirebaseAuthenticationResult
, stacked_firebase_auth.FirebaseAuthenticationResult.FirebaseAuthenticationResult.error
.
10/10 points: Package has an example
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:stacked_firebase_auth/stacked_firebase_auth.dart
that imports:package:stacked_firebase_auth/src/firebase_authentication_service.dart
that imports:package:sign_in_with_apple/sign_in_with_apple.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `Linux`.
Because:
package:stacked_firebase_auth/stacked_firebase_auth.dart
that imports:package:firebase_core/firebase_core.dart
that declares support for platforms:Android
,iOS
,Windows
,macOS
,Web
.
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:stacked_firebase_auth/stacked_firebase_auth.dart
that imports:package:firebase_core/firebase_core.dart
that imports:package:firebase_core_platform_interface/firebase_core_platform_interface.dart
that imports:package:firebase_core_platform_interface/src/pigeon/test_api.dart
that imports:package:flutter_test/flutter_test.dart
that imports:package:flutter_test/src/widget_tester.dart
that imports:package:flutter_test/src/test_text_input.dart
that imports:package:flutter_test/src/test_text_input_key_handler.dart
that imports:package:flutter_test/src/binding.dart
that imports:package:flutter_test/src/platform.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:stacked_firebase_auth/stacked_firebase_auth.dart
that imports:package:firebase_core/firebase_core.dart
that imports:package:firebase_core_platform_interface/firebase_core_platform_interface.dart
that imports:package:firebase_core_platform_interface/src/pigeon/test_api.dart
that imports:package:flutter_test/flutter_test.dart
that imports:package:flutter_test/src/widget_tester.dart
that imports:package:flutter_test/src/test_text_input.dart
that imports:package:flutter_test/src/test_text_input_key_handler.dart
that imports:package:flutter_test/src/binding.dart
that imports:package:flutter_test/src/platform.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Use 'isNotEmpty' instead of 'length' to test whether the collection is empty.
lib/src/firebase_authentication_service.dart:71:14
╷
71 │ return signInMethods.length > 0;
│ ^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/firebase_authentication_service.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
crypto |
^3.0.3 |
3.0.6 | 3.0.6 |
firebase_auth |
^5.2.0 |
5.3.3 | 5.3.3 |
firebase_auth_platform_interface |
^7.0.0 |
7.4.9 | 7.4.9 |
firebase_core |
^3.4.0 |
3.8.0 | 3.8.0 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_facebook_auth |
^6.2.0 |
6.2.0 | 7.1.1 |
google_sign_in |
^6.2.1 |
6.2.2 | 6.2.2 |
logger |
^2.3.0 |
2.5.0 | 2.5.0 |
sign_in_with_apple |
^6.1.1 |
6.1.3 | 6.1.3 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^6.2.0` on flutter_facebook_auth does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions flutter_facebook_auth
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.15
, Flutter 3.24.4
, Dart 3.5.4
.
Check the analysis log for details.