easy_firebase 0.1.1
easy_firebase: ^0.1.1 copied to clipboard
An useful tool to quickly use firebase functionalities in any flutter app.
We analyzed this package 25 hours ago, and awarded it 70 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
.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting easy_firebase... Discovering libraries... ERR: dartdoc 8.3.4 (/tmp/analyzerBFHWWX/pub-cache/global_packages/dartdoc/bin/dartdoc.dart-3.9.2.snapshot) failed: fatal error: unable to locate the input directory at '/tmp/pana_SQNFQW/lib/firestore'. #0 PubPackageMeta.fromDir (package:dartdoc/src/package_meta.dart:215:7) #1 PubPackageMeta.fromFilename (package:dartdoc/src/package_meta.dart:202:27) #2 PackageMetaProvider.fromFilename (package:dartdoc/src/package_meta.dart:80:55) #3 PubPackageBuilder._packageMetasForFiles (package:dartdoc/src/model/package_builder.dart:202:32) #4 PubPackageBuilder._discoverLibraries (package:dartdoc/src/model/package_builder.dart:290:22)
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
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
Found 3 issues. Showing the first 2:
ERROR: Target of URI doesn't exist: 'package:easy_firebase/firestore/firestore_func.dart'.
lib/easy_firebase.dart:4:8
╷
4 │ import 'package:easy_firebase/firestore/firestore_func.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/easy_firebase.dart
ERROR: Undefined class 'FireStore'.
lib/easy_firebase.dart:14:3
╷
14 │ FireStore getFirestoreObject() {
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/easy_firebase.dart
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.0.2 | |
file_picker |
^8.0.2 |
8.0.7 | 10.3.3 | |
firebase_auth |
^4.19.0 |
4.20.0 | 6.1.0 | |
firebase_core |
^2.30.0 |
2.32.0 | 4.1.1 | |
firebase_database |
^10.5.0 |
10.5.7 | 12.0.2 | |
firebase_storage |
^11.7.0 |
11.7.7 | 13.0.2 | |
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
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 3 errors:
URI_DOES_NOT_EXIST
-lib/easy_firebase.dart:4:8
- Target of URI doesn't exist: 'package:easy_firebase/firestore/firestore_func.dart'.UNDEFINED_CLASS
-lib/easy_firebase.dart:14:3
- Undefined class 'FireStore'.UNDEFINED_METHOD
-lib/easy_firebase.dart:15:12
- The method 'FireStore' isn't defined for the type 'EasyFire'.
Run flutter pub downgrade
and then flutter analyze
to reproduce the above problem.
You may run dart pub upgrade --tighten
to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.22.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.