fireease 0.0.1  fireease: ^0.0.1 copied to clipboard
fireease: ^0.0.1 copied to clipboard
Simplifies Firebase Firestore and Auth integration by allowing developers to easily pass data without complex setups.
We analyzed this package 19 hours ago, and awarded it 110 pub points (of a possible 160):
 0/10 points: Provide a valid
 0/10 points: Provide a valid pubspec.yaml
- 
pubspec.yamldoesn't have ahomepageentry.
- 
pubspec.yamldoesn't have arepositoryentry.
 5/5 points: Provide a valid
 5/5 points: Provide a valid README.md
 5/5 points: Provide a valid
 5/5 points: Provide a valid CHANGELOG.md
 10/10 points: Use an OSI-approved license
 10/10 points: Use an OSI-approved license
Detected license: MIT.
 0/10 points: 20% or more of the public API has dartdoc comments
 0/10 points: 20% or more of the public API has dartdoc comments
5 out of 47 API elements (10.6 %) 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: auth_services, auth_services.AuthService, auth_services.AuthService.AuthService.new, auth_services.AuthService.currentUser, auth_services.AuthService.registerWithEmailAndPassword.
 0/10 points: Package has an example
 0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
 20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
 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:fireease/fireease.dartthat imports:
- package:fireease/fireease_firebase_realtime_database.dartthat imports:
- package:firebase_database/firebase_database.dartthat declares support for platforms:- Android,- iOS,- macOS,- Web.
Package does not support platform `Linux`.
Because:
- package:fireease/fireease.dartthat imports:
- package:fireease/fireease_firebase_realtime_database.dartthat imports:
- package:firebase_database/firebase_database.dartthat declares support for platforms:- Android,- iOS,- 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:fireease/fireease.dartthat imports:
- package:fireease/auth_services.dartthat imports:
- package:sign_in_with_apple/sign_in_with_apple.dartthat imports:
- package:sign_in_with_apple/src/sign_in_with_apple.dartthat imports:
- package:sign_in_with_apple_platform_interface/sign_in_with_apple_platform_interface.dartthat imports:
- package:sign_in_with_apple_platform_interface/method_channel_sign_in_with_apple.dartthat imports:
- dart:io
 0/0 points: WASM compatibility
 0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
- package:fireease/fireease.dartthat imports:
- package:fireease/auth_services.dartthat imports:
- package:sign_in_with_apple/sign_in_with_apple.dartthat imports:
- package:sign_in_with_apple/src/sign_in_with_apple.dartthat imports:
- package:sign_in_with_apple_platform_interface/sign_in_with_apple_platform_interface.dartthat imports:
- package:sign_in_with_apple_platform_interface/method_channel_sign_in_with_apple.dartthat 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.cn/web/wasm for details.
 40/50 points: code has no errors, warnings, lints, or formatting issues
 40/50 points: code has no errors, warnings, lints, or formatting issues
Found 37 issues. Showing the first 2:
INFO: Don't invoke 'print' in production code.
lib/auth_services.dart:50:7
   ╷
50 │       print('No user is currently signed in.');
   │       ^^^^^
   ╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/auth_services.dart
INFO: 'updateEmail' is deprecated and shouldn't be used. updateEmail() has been deprecated. Please use verifyBeforeUpdateEmail() instead.
lib/auth_services.dart:59:18
   ╷
59 │       await user.updateEmail(newEmail);
   │                  ^^^^^^^^^^^
   ╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/auth_services.dart
 0/10 points: All of the package dependencies are supported in the latest version
 0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes | 
|---|---|---|---|---|
| cloud_firestore | ^5.2.1 | 5.6.12 | 6.0.3 | |
| firebase_auth | ^5.0.0 | 5.7.0 | 6.1.1 | |
| firebase_core | ^3.3.0 | 3.15.2 | 4.2.0 | |
| firebase_database | ^11.0.4 | 11.3.10 | 12.0.3 | |
| firebase_storage | ^12.1.3 | 12.4.10 | 13.0.3 | |
| flutter_facebook_auth | ^7.0.1 | 7.1.2 | 7.1.2 | |
| flutter_web_auth | ^0.5.0 | 0.5.0 | 0.6.0 | |
| google_sign_in | ^6.0.2 | 6.3.0 | 7.2.0 | |
| image_picker | ^1.1.2 | 1.2.0 | 1.2.0 | |
| sign_in_with_apple | ^6.0.0 | 6.1.4 | 7.0.1 | 
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 8 issues. Showing the first 2:
The constraint `^5.2.1` on cloud_firestore does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions cloud_firestore to update the constraint.
The constraint `^5.0.0` on firebase_auth does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions firebase_auth to update the constraint.
 10/10 points: Package supports latest stable Dart and Flutter SDKs
 10/10 points: Package supports latest stable Dart and Flutter SDKs
 20/20 points: Compatible with dependency constraint lower bounds
 20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.0, Flutter 3.35.7, Dart 3.9.2.
Check the analysis log for details.