puma_firebase 1.0.22
puma_firebase: ^1.0.22 copied to clipboard
Puma Firebase Package
We analyzed this package 3 days ago, and awarded it 90 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 50 to 180 characters to describe the package, what it does, and its target use case.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE
file to make it more accessible to the community.
0/10 points: 20% or more of the public API has dartdoc comments
7 out of 127 API elements (5.5 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs
lint.
Some symbols that are missing documentation: apple_signin_button
, apple_signin_button.AppleSignInButton
, apple_signin_button.AppleSignInButton.AppleSignInButton.new
, apple_signin_button.AppleSignInButton.onCompleted
, apple_signin_button.AppleSignInButton.onError
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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:puma_firebase/fire_analytics.dart
that imports:package:firebase_analytics/firebase_analytics.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `Linux`.
Because:
package:puma_firebase/fire_analytics.dart
that imports:package:firebase_core/firebase_core.dart
that declares support for platforms:Android
,iOS
,Windows
,macOS
,Web
.
Package not compatible with platform Web
Because:
package:puma_firebase/firebase.dart
that imports:package:sign_in_with_apple/sign_in_with_apple.dart
that imports:package:sign_in_with_apple/src/sign_in_with_apple.dart
that imports:package:sign_in_with_apple_platform_interface/sign_in_with_apple_platform_interface.dart
that imports:package:sign_in_with_apple_platform_interface/method_channel_sign_in_with_apple.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:puma_firebase/firebase.dart
that imports:package:sign_in_with_apple/sign_in_with_apple.dart
that imports:package:sign_in_with_apple/src/sign_in_with_apple.dart
that imports:package:sign_in_with_apple_platform_interface/sign_in_with_apple_platform_interface.dart
that imports:package:sign_in_with_apple_platform_interface/method_channel_sign_in_with_apple.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.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 5 issues. Showing the first 2:
WARNING: This 'onError' handler must return a value assignable to 'AuthorizationCredentialAppleID', but ends without returning a value.
lib/firebase.dart:272:26
╷
272 │ ).catchError((error) {
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/firebase.dart
WARNING: This 'onError' handler must return a value assignable to 'GoogleSignInAccount?', but ends without returning a value.
lib/firebase.dart:323:31
╷
323 │ }).catchError((onError) {
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/firebase.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
cloud_firestore |
^5.6.5 |
5.6.9 | 5.6.9 | |
crypto |
^3.0.6 |
3.0.6 | 3.0.6 | |
firebase_analytics |
^11.4.4 |
11.5.0 | 11.5.0 | |
firebase_auth |
^5.5.1 |
5.6.0 | 5.6.0 | |
firebase_core |
^3.12.1 |
3.14.0 | 3.14.0 | |
firebase_messaging |
^15.2.4 |
15.2.7 | 15.2.7 | |
google_sign_in |
^6.2.2 |
6.3.0 | 7.0.0 | |
sign_in_with_apple |
^6.1.4 |
6.1.4 | 7.0.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^6.2.2` on google_sign_in does not support the stable version `7.0.0`, that was published 2 days ago.
When google_sign_in is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions google_sign_in
to update the constraint.
The constraint `^6.1.4` on sign_in_with_apple does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions sign_in_with_apple
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.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.