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 2 days ago, and awarded it 140 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_firestore
, firefast_firestore.BlobFireAdapter
, firefast_firestore.BlobFireAdapter.BlobFireAdapter.new
, firefast_firestore.BlobFireAdapter.fromFire
.
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.dart
that imports:package:firefast/src/realtime.dart
that imports:package:firefast/src/realtime/realtime.dart
that imports:package:firefast/src/realtime/models/models.dart
that imports:package:firefast/src/realtime/models/datasource.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:firefast/firefast_firestore.dart
that imports:package:firefast/src/firestore.dart
that imports:package:firefast/src/firestore/firestore.dart
that imports:package:firefast/src/firestore/models/models.dart
that imports:package:firefast/src/firestore/models/datasource.dart
that imports:package:cloud_firestore/cloud_firestore.dart
that 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
10/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.9 | 5.6.9 | |
collection |
^1.19.1 |
1.19.1 | 1.19.1 | |
firebase_database |
^11.3.5 |
11.3.7 | 11.3.7 | |
firebase_remote_config |
^5.4.3 |
5.4.5 | 5.4.5 | |
limit |
^1.0.9 |
1.0.9 | 1.0.9 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
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.