firefast 0.1.7
firefast: ^0.1.7 copied to clipboard
Firebase without the fuss. Define fields once, then just .write(), .read() Type-safe. Clean. Fast. Easy. Firestore, Realtime Database, Auth, Storage, Functions, Config and more!
We analyzed this package 3 hours ago, and awarded it 130 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
44 out of 402 API elements (10.9 %) 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: firefast_core, firefast_core.dataEmptyMessage, firefast_firestore, firefast_firestore.BlobFireAdapter, firefast_firestore.BlobFireAdapter.BlobFireAdapter.new.
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)
-
✓ Android
-
✓ iOS
-
✓ macOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:firefast/firefast_realtime.dartthat imports:package:firefast/src/realtime.dartthat imports:package:firefast/src/realtime/realtime.dartthat imports:package:firefast/src/realtime/models/models.dartthat imports:package:firefast/src/realtime/models/datasource.dartthat imports:package:firebase_database/firebase_database.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `Linux`.
Because:
package:firefast/firefast_firestore.dartthat imports:package:firefast/src/firestore.dartthat imports:package:firefast/src/firestore/firestore.dartthat imports:package:firefast/src/firestore/models/models.dartthat imports:package:firefast/src/firestore/models/datasource.dartthat imports:package:cloud_firestore/cloud_firestore.dartthat declares support for platforms:Android,iOS,Windows,macOS,Web.
0/0 points: WASM compatibility
This package is compatible with runtime wasm, and will be rewarded additional 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 |
^5.6.6 |
5.6.12 | 6.1.0 | |
collection |
^1.19.1 |
1.19.1 | 1.19.1 | |
firebase_database |
^11.3.5 |
11.3.10 | 12.0.4 | |
firebase_remote_config |
^5.4.3 |
5.5.0 | 6.1.1 | |
limit |
^1.0.9 |
1.0.10 | 1.0.10 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `^5.6.6` 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 `^11.3.5` on firebase_database does not support the stable version `12.0.0`.
Try running dart pub upgrade --major-versions firebase_database 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.35.7, Dart 3.9.2.
Check the analysis log for details.