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 41 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.dart
that imports:package:easy_firebase/rtdb/realtime_db.dart
that imports:package:firebase_database/firebase_database.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `Linux`.
Because:
package:easy_firebase/easy_firebase.dart
that imports:package:easy_firebase/storage/firestore_storage.dart
that imports:package:firebase_storage/firebase_storage.dart
that declares support for platforms:Android
,iOS
,Windows
,macOS
,Web
.
Package does not support platform `macOS`.
Because:
package:easy_firebase/easy_firebase.dart
that imports:package:easy_firebase/storage/firestore_storage.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
,Windows
,Web
.
Package does not support platform `Web`.
Because:
package:easy_firebase/easy_firebase.dart
that imports:package:easy_firebase/storage/firestore_storage.dart
that imports:package:path_provider/path_provider.dart
that 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.dart
that imports:package:easy_firebase/storage/firestore_storage.dart
that imports:package:file_picker/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:easy_firebase/easy_firebase.dart
that imports:package:easy_firebase/storage/firestore_storage.dart
that imports:package:file_picker/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
Package not compatible with runtime wasm
Because:
package:easy_firebase/easy_firebase.dart
that imports:package:easy_firebase/storage/firestore_storage.dart
that imports:package:firebase_storage/firebase_storage.dart
that imports:package:firebase_storage_platform_interface/firebase_storage_platform_interface.dart
that imports:package:firebase_storage_platform_interface/src/platform_interface/platform_interface_reference.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.
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 | 5.6.9 | |
file_picker |
^8.0.2 |
8.0.7 | 10.2.0 | |
firebase_auth |
^4.19.0 |
4.20.0 | 5.6.0 | |
firebase_core |
^2.30.0 |
2.32.0 | 3.14.0 | |
firebase_database |
^10.5.0 |
10.5.7 | 11.3.7 | |
firebase_storage |
^11.7.0 |
11.7.7 | 12.4.7 | |
flutter_login_facebook |
^2.0.0 |
2.0.1 | 2.0.1 | |
google_sign_in |
^6.2.0 |
6.3.0 | 7.0.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.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.22.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.