stacked_firebase_auth 0.2.18
stacked_firebase_auth: ^0.2.18 copied to clipboard
A service class that provides Firebase Authentication Functionality on a single api
We analyzed this package 15 days ago, and awarded it 80 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: stacked_firebase_auth.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: stacked_firebase_auth, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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.
10/10 points: 20% or more of the public API has dartdoc comments
34 out of 46 API elements (73.9 %) have documentation comments.
Some symbols that are missing documentation: stacked_firebase_auth, stacked_firebase_auth.FirebaseAuthException.FirebaseAuthException.new, stacked_firebase_auth.FirebaseAuthenticationResult, stacked_firebase_auth.FirebaseAuthenticationResult.FirebaseAuthenticationResult.error, stacked_firebase_auth.FirebaseAuthenticationResult.FirebaseAuthenticationResult.new.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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:stacked_firebase_auth/stacked_firebase_auth.dartthat imports:package:stacked_firebase_auth/src/firebase_authentication_service.dartthat imports:package:sign_in_with_apple/sign_in_with_apple.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `Linux`.
Because:
package:stacked_firebase_auth/stacked_firebase_auth.dartthat imports:package:firebase_auth_platform_interface/firebase_auth_platform_interface.dartthat imports:package:firebase_auth_platform_interface/src/types.dartthat imports:package:firebase_auth_platform_interface/src/firebase_auth_exception.dartthat imports:package:firebase_core/firebase_core.dartthat declares support for platforms:Android,iOS,Windows,macOS,Web.
Package does not support platform `macOS`.
Because:
package:stacked_firebase_auth/stacked_firebase_auth.dartthat imports:package:stacked_firebase_auth/src/firebase_authentication_service.dartthat imports:package:google_sign_in/google_sign_in.dartthat declares support for platforms:Android,iOS,Web.
Package not compatible with platform Web
Because:
package:stacked_firebase_auth/stacked_firebase_auth.dartthat imports:package:firebase_auth_platform_interface/firebase_auth_platform_interface.dartthat imports:package:firebase_auth_platform_interface/src/types.dartthat imports:package:firebase_auth_platform_interface/src/firebase_auth_exception.dartthat imports:package:firebase_core/firebase_core.dartthat imports:package:firebase_core_platform_interface/firebase_core_platform_interface.dartthat imports:package:firebase_core_platform_interface/src/pigeon/test_api.dartthat imports:package:flutter_test/flutter_test.dartthat imports:package:flutter_test/src/widget_tester.dartthat imports:package:flutter_test/src/test_text_input.dartthat imports:package:flutter_test/src/test_text_input_key_handler.dartthat imports:package:flutter_test/src/binding.dartthat imports:package:flutter_test/src/platform.dartthat imports:dart:io
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 7 issues. Showing the first 2:
ERROR: A value of type 'Future
lib/src/firebase_authentication_service.dart:58:12
╷
58 │ return firebaseAuth.currentUser?.getIdToken();
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/firebase_authentication_service.dart
WARNING: The value of the field '_appleRedirectUri' isn't used.
lib/src/firebase_authentication_service.dart:20:17
╷
20 │ final String? _appleRedirectUri;
│ ^^^^^^^^^^^^^^^^^
╵
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 | Notes |
|---|---|---|---|---|
crypto |
^3.0.1 |
3.0.7 | 3.0.7 | |
firebase_auth |
^4.1.0 |
4.10.1 | 6.1.3 | |
firebase_auth_platform_interface |
^6.11.0 |
6.19.1 | 8.1.5 | |
firebase_core |
^2.1.1 |
2.17.0 | 4.3.0 | |
google_sign_in |
^5.3.1 |
5.4.4 | 7.2.0 | |
logger |
^1.0.0 |
1.4.0 | 2.6.2 | |
sign_in_with_apple |
^4.0.0 |
4.3.0 | 7.0.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
_flutterfire_internals |
- | 1.3.7 | 1.3.65 | |
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 | |
collection |
- | 1.19.1 | 1.19.1 | |
fake_async |
- | 1.3.3 | 1.3.3 | |
firebase_auth_web |
- | 5.8.2 | 6.1.1 | |
firebase_core_platform_interface |
- | 4.8.0 | 6.0.2 | |
firebase_core_web |
- | 2.8.0 | 3.3.1 | |
google_sign_in_android |
- | 6.2.1 | 7.2.7 | |
google_sign_in_ios |
- | 5.9.0 | 6.2.4 | |
google_sign_in_platform_interface |
- | 2.5.0 | 3.1.0 | |
google_sign_in_web |
- | 0.10.2+1 | 1.1.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
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 | |
matcher |
- | 0.12.17 | 0.12.18 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
sign_in_with_apple_platform_interface |
- | 1.1.0 | 2.0.0 | |
sign_in_with_apple_web |
- | 1.0.1 | 3.0.0 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.7 | 0.7.8 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
vm_service |
- | 15.0.2 | 15.0.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 6 issues. Showing the first 2:
The constraint `^4.1.0` on firebase_auth does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions firebase_auth to update the constraint.
The constraint `^6.11.0` on firebase_auth_platform_interface does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions firebase_auth_platform_interface 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.23.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.