easy_firebase 0.1.2
easy_firebase: ^0.1.2 copied to clipboard
An useful tool to quickly use firebase functionalities in any flutter app.
We analyzed this package 20 hours ago, and awarded it 150 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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
41 out of 54 API elements (75.9 %) have documentation comments.
Some symbols that are missing documentation: authentication, authentication.Authentication.Authentication.new, easy_firebase.EasyFire.EasyFire.new, firestore_func, firestore_func.FireStore.FireStore.new.
10/10 points: Package has 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:easy_firebase/easy_firebase.dartthat imports:package:easy_firebase/rtdb/realtime_db.dartthat imports:package:firebase_database/firebase_database.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `Linux`.
Because:
package:easy_firebase/easy_firebase.dartthat imports:package:easy_firebase/storage/firestore_storage.dartthat imports:package:firebase_storage/firebase_storage.dartthat declares support for platforms:Android,iOS,Windows,macOS,Web.
Package does not support platform `macOS`.
Because:
package:easy_firebase/easy_firebase.dartthat imports:package:easy_firebase/storage/firestore_storage.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows,Web.
Package does not support platform `Web`.
Because:
package:easy_firebase/easy_firebase.dartthat imports:package:easy_firebase/storage/firestore_storage.dartthat imports:package:path_provider/path_provider.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
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:easy_firebase/easy_firebase.dartthat imports:package:easy_firebase/storage/firestore_storage.dartthat imports:package:file_picker/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:easy_firebase/easy_firebase.dartthat imports:package:easy_firebase/storage/firestore_storage.dartthat imports:package:file_picker/file_picker.dartthat imports:package:file_picker/src/windows/file_picker_windows.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:easy_firebase/easy_firebase.dartthat imports:package:easy_firebase/storage/firestore_storage.dartthat imports:package:firebase_storage/firebase_storage.dartthat imports:package:firebase_storage_platform_interface/firebase_storage_platform_interface.dartthat imports:package:firebase_storage_platform_interface/src/platform_interface/platform_interface_reference.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.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cloud_firestore |
^4.0.0 |
4.17.5 | 6.1.0 | |
file_picker |
^8.0.2 |
8.0.7 | 10.3.6 | |
firebase_auth |
^4.19.0 |
4.20.0 | 6.1.2 | |
firebase_core |
^2.30.0 |
2.32.0 | 4.2.1 | |
firebase_database |
^10.5.0 |
10.5.7 | 12.1.0 | |
firebase_storage |
^11.7.0 |
11.7.7 | 13.0.4 | |
flutter_login_facebook |
^2.0.0 |
2.0.1 | 2.0.1 | |
google_sign_in |
^6.2.0 |
6.3.0 | 7.2.0 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
path_provider |
^2.1.0 |
2.1.5 | 2.1.5 | |
permission_handler |
^11.3.0 |
11.4.0 | 12.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 `^4.0.0` on cloud_firestore does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions cloud_firestore to update the constraint.
The constraint `^8.0.2` on file_picker does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions file_picker 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.1, Flutter 3.38.0, Dart 3.10.0-290.4.beta.
Check the analysis log for details.