data_layer_firestore_admin 0.0.2
data_layer_firestore_admin: ^0.0.2 copied to clipboard
Provides Firestore Admin (google_cloud_firestore) bindings for pkg:data_layer.
We analyzed this package 28 hours ago, and awarded it 80 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
31 out of 36 API elements (86.1 %) have documentation comments.
Some symbols that are missing documentation: data_layer_firestore_admin, firestore_admin_filters, firestore_admin_source, firestore_admin_source.FirestoreAdminSource.delete, sources.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
ERROR: Missing concrete implementations of 'WriteMixin.deleteItem' and 'WriteMixin.deleteItems'.
lib/sources/firestore_admin_source.dart:12:7
╷
12 │ class FirestoreAdminSource<T> extends Source<T> with WatchableSource<T> {
│ ^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/sources/firestore_admin_source.dart
ERROR: The type 'Operation
lib/sources/firestore_admin_source.dart:405:12
╷
405 │ return switch (operation) {
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/sources/firestore_admin_source.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
data_layer |
^0.0.7 |
0.0.9 | 0.0.9 | |
google_cloud_firestore |
^0.5.2 |
0.5.4 | 0.5.4 | |
logging |
^1.3.0 |
1.3.0 | 1.3.0 | |
meta |
^1.16.0 |
1.19.0 | 1.19.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
clock |
- | 1.1.3 | 1.1.3 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypt |
- | 4.3.1 | 4.3.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
equatable |
- | 2.1.0 | 3.0.0 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
freezed_annotation |
- | 3.1.0 | 3.1.0 | |
google_cloud |
- | 0.5.0 | 0.5.0 | |
google_cloud_firestore_v1 |
- | 0.5.4 | 0.5.5 | |
google_cloud_longrunning |
- | 0.5.4 | 0.5.5 | |
google_cloud_protobuf |
- | 0.5.5 | 0.5.5 | |
google_cloud_rpc |
- | 0.5.4 | 0.6.0 | |
google_cloud_type |
- | 0.5.5 | 0.5.5 | |
google_identity_services_web |
- | 0.3.3+1 | 0.3.3+1 | |
googleapis_auth |
- | 2.3.3 | 2.3.3 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
intl |
- | 0.20.3 | 0.20.3 | |
json_annotation |
- | 4.12.0 | 4.12.0 | |
matcher |
- | 0.12.20 | 0.12.20 | |
path |
- | 1.9.1 | 1.9.1 | |
retry |
- | 3.1.2 | 3.1.2 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.2 | 1.12.2 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.14 | 0.7.14 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uuid |
- | 4.6.0 | 4.6.0 | |
web |
- | 1.1.1 | 1.1.1 |
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.23.19, Dart 3.13.1.
Check the analysis log for details.