serverpod_auth_firebase_flutter 0.9.22
serverpod_auth_firebase_flutter: ^0.9.22 copied to clipboard
Sign in with Firebase for the Serverpod auth module.
We analyzed this package 11 days ago, and awarded it 90 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://serverpod.dev 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: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
9 out of 10 API elements (90.0 %) have documentation comments.
Some symbols that are missing documentation: serverpod_auth_firebase_flutter.
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:serverpod_auth_firebase_flutter/serverpod_auth_firebase_flutter.dartthat imports:package:serverpod_auth_firebase_flutter/src/signin_button.dartthat imports:package:serverpod_auth_firebase_flutter/src/auth.dartthat imports:package:flutterfire_ui/auth.dartthat imports:package:flutterfire_ui/src/auth/configs/email_link_provider_configuration.dartthat imports:package:firebase_dynamic_links/firebase_dynamic_links.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:serverpod_auth_firebase_flutter/serverpod_auth_firebase_flutter.dartthat imports:package:serverpod_auth_firebase_flutter/src/signin_button.dartthat imports:package:serverpod_auth_firebase_flutter/src/auth.dartthat imports:package:flutterfire_ui/auth.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:serverpod_auth_firebase_flutter/serverpod_auth_firebase_flutter.dartthat imports:package:serverpod_auth_firebase_flutter/src/signin_button.dartthat imports:package:serverpod_auth_firebase_flutter/src/auth.dartthat imports:package:flutterfire_ui/auth.dartthat imports:package:flutterfire_ui/src/auth/configs/email_link_provider_configuration.dartthat imports:package:firebase_dynamic_links/firebase_dynamic_links.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:serverpod_auth_firebase_flutter/serverpod_auth_firebase_flutter.dartthat imports:package:serverpod_auth_firebase_flutter/src/signin_button.dartthat imports:package:serverpod_auth_firebase_flutter/src/auth.dartthat imports:package:flutterfire_ui/auth.dartthat imports:package:flutterfire_ui/src/auth/configs/email_link_provider_configuration.dartthat imports:package:firebase_dynamic_links/firebase_dynamic_links.dartthat declares support for platforms:Android,iOS.
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:serverpod_auth_firebase_flutter/serverpod_auth_firebase_flutter.dartthat imports:package:serverpod_auth_firebase_flutter/src/signin_button.dartthat imports:package:serverpod_auth_firebase_flutter/src/auth.dartthat imports:package:serverpod_auth_shared_flutter/serverpod_auth_shared_flutter.dartthat imports:package:serverpod_auth_shared_flutter/src/user_settings.dartthat imports:package:serverpod_auth_shared_flutter/src/user_image_button.dartthat imports:package:serverpod_auth_shared_flutter/src/image_uploader.dartthat imports:package:file_picker/file_picker.dartthat imports:package:file_picker/src/file_picker.dartthat imports:package:file_picker/src/windows/file_picker_windows.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:serverpod_auth_firebase_flutter/serverpod_auth_firebase_flutter.dartthat imports:package:serverpod_auth_firebase_flutter/src/signin_button.dartthat imports:package:serverpod_auth_firebase_flutter/src/auth.dartthat imports:package:serverpod_auth_shared_flutter/serverpod_auth_shared_flutter.dartthat imports:package:serverpod_auth_shared_flutter/src/user_settings.dartthat imports:package:serverpod_auth_shared_flutter/src/user_image_button.dartthat imports:package:serverpod_auth_shared_flutter/src/image_uploader.dartthat imports:package:file_picker/file_picker.dartthat imports:package:file_picker/src/file_picker.dartthat imports:package:file_picker/src/windows/file_picker_windows.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
0/50 points: code has no errors, warnings, lints, or formatting issues
ERROR: The argument type 'String?' can't be assigned to the parameter type 'String'.
lib/src/auth.dart:34:60
╷
34 │ await caller.firebase.authenticate(idToken);
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/auth.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
firebase_auth |
^4.1.2 |
4.20.0 | 6.1.3 | |
firebase_core |
^2.2.0 |
2.32.0 | 4.3.0 | |
flutterfire_ui |
^0.4.3+20 |
0.4.3+20 | 0.4.3+20 | Discontinued |
material_design_icons_flutter |
>=5.0.6996 <6.0.0 |
5.0.6996 | 7.0.7296 | |
serverpod_auth_client |
^0.9.22 |
0.9.22 | 3.1.1 | |
serverpod_auth_shared_flutter |
^0.9.22 |
0.9.22 | 3.1.1 |
Transitive dependencies
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.2` 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 `^2.2.0` on firebase_core does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions firebase_core 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.