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 3 days ago, and awarded it 90 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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.dart
that imports:package:serverpod_auth_firebase_flutter/src/signin_button.dart
that imports:package:serverpod_auth_firebase_flutter/src/auth.dart
that imports:package:flutterfire_ui/auth.dart
that imports:package:flutterfire_ui/src/auth/configs/email_link_provider_configuration.dart
that imports:package:firebase_dynamic_links/firebase_dynamic_links.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:serverpod_auth_firebase_flutter/serverpod_auth_firebase_flutter.dart
that imports:package:serverpod_auth_firebase_flutter/src/signin_button.dart
that imports:package:serverpod_auth_firebase_flutter/src/auth.dart
that imports:package:flutterfire_ui/auth.dart
that imports:package:firebase_core/firebase_core.dart
that 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.dart
that imports:package:serverpod_auth_firebase_flutter/src/signin_button.dart
that imports:package:serverpod_auth_firebase_flutter/src/auth.dart
that imports:package:flutterfire_ui/auth.dart
that imports:package:flutterfire_ui/src/auth/configs/email_link_provider_configuration.dart
that imports:package:firebase_dynamic_links/firebase_dynamic_links.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:serverpod_auth_firebase_flutter/serverpod_auth_firebase_flutter.dart
that imports:package:serverpod_auth_firebase_flutter/src/signin_button.dart
that imports:package:serverpod_auth_firebase_flutter/src/auth.dart
that imports:package:flutterfire_ui/auth.dart
that imports:package:flutterfire_ui/src/auth/configs/email_link_provider_configuration.dart
that imports:package:firebase_dynamic_links/firebase_dynamic_links.dart
that 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.dart
that imports:package:serverpod_auth_firebase_flutter/src/signin_button.dart
that imports:package:serverpod_auth_firebase_flutter/src/auth.dart
that imports:package:serverpod_auth_shared_flutter/serverpod_auth_shared_flutter.dart
that imports:package:serverpod_auth_shared_flutter/src/user_settings.dart
that imports:package:serverpod_auth_shared_flutter/src/user_image_button.dart
that imports:package:serverpod_auth_shared_flutter/src/image_uploader.dart
that imports:package:file_picker/file_picker.dart
that imports:package:file_picker/src/file_picker.dart
that imports:package:file_picker/src/windows/file_picker_windows.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:serverpod_auth_firebase_flutter/serverpod_auth_firebase_flutter.dart
that imports:package:serverpod_auth_firebase_flutter/src/signin_button.dart
that imports:package:serverpod_auth_firebase_flutter/src/auth.dart
that imports:package:serverpod_auth_shared_flutter/serverpod_auth_shared_flutter.dart
that imports:package:serverpod_auth_shared_flutter/src/user_settings.dart
that imports:package:serverpod_auth_shared_flutter/src/user_image_button.dart
that imports:package:serverpod_auth_shared_flutter/src/image_uploader.dart
that imports:package:file_picker/file_picker.dart
that imports:package:file_picker/src/file_picker.dart
that imports:package:file_picker/src/windows/file_picker_windows.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
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.
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.0 | |
firebase_core |
^2.2.0 |
2.32.0 | 4.1.1 | |
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 | 2.9.1 | |
serverpod_auth_shared_flutter |
^0.9.22 |
0.9.22 | 2.9.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.22.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.