angel_firestore 0.1.3
angel_firestore: ^0.1.3 copied to clipboard
Admin Firebase firestore service for the angel framework. With this package you can use firestore as a DB in your angel project.
0
likes
90
/ 110
pub points
0
%
popularity
We analyzed this package on Feb 24, 2021, and awarded it 90 pub points (of a possible 110):
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: Package has an example
- Found example at:
example/example.dart
10/10 points: 20% or more of the public API has dartdoc comments
- 10 out of 31 API elements (32.3 %) have documentation comments.
10/20 points: Supports 1 of 2 possible platforms (native, js)
Consider supporting multiple platforms:
Package not compatible with runtime js
Because:
package:angel_firestore/angel_firestore.dart
that imports:package:angel_firestore/firestore_service.dart
that imports:package:dartbase_admin/dartbase_admin.dart
that imports:package:dartbase_admin/firestore/models.dart
that imports:package:dartbase_admin/firestore/firestore_gateway.dart
that imports:package:grpc/grpc.dart
that imports:package:grpc/src/shared/streams.dart
that imports:package:http2/transport.dart
that imports:package:http2/src/hpack/hpack.dart
that imports:package:http2/src/hpack/huffman_table.dart
that imports:package:http2/src/hpack/huffman.dart
that imports:dart:io
30/30 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 |
---|---|---|---|
angel_framework | ^2.1.1 | 2.1.1 | 2.1.1 |
dartbase_admin | ^0.1.3 | 0.1.4 | 0.1.4 |
http | ^0.12.1 | 0.12.2 | 0.13.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
_discoveryapis_commons | - | 0.2.1 | 0.2.1 |
angel_http_exception | - | 1.1.0 | 1.1.0 |
angel_model | - | 1.0.3 | 1.0.3 |
angel_route | - | 3.1.0+1 | 3.1.0+1 |
archive | - | 2.0.13 | 3.0.0 |
args | - | 1.6.0 | 2.0.0 |
asn1lib | - | 0.6.5 | 0.8.1 |
async | - | 2.5.0 | 2.5.0 |
built_collection | - | 4.3.2 | 5.0.0 |
built_value | - | 7.1.0 | 8.0.0 |
charcode | - | 1.2.0 | 1.2.0 |
clock | - | 1.1.0 | 1.1.0 |
code_buffer | - | 1.0.1 | 1.0.1 |
collection | - | 1.15.0 | 1.15.0 |
combinator | - | 1.1.0 | 1.1.0 |
convert | - | 2.1.1 | 3.0.0 |
corsac_jwt | - | 0.2.2 | 0.4.0 |
crypto | - | 2.1.5 | 3.0.0 |
crypto_keys | - | 0.1.3 | 0.1.4 |
dart2_constant | - | 1.0.2+dart2 | 1.0.2+dart2 |
file | - | 5.2.1 | 6.1.0 |
fixnum | - | 0.10.11 | 1.0.0 |
gcloud | - | 0.7.3 | 0.7.3 |
googleapis | - | 0.56.1 | 1.0.0 |
googleapis_auth | - | 0.2.12+1 | 1.0.0 |
grpc | - | 2.9.0 | 3.0.0 |
http2 | - | 1.0.1 | 2.0.0 |
http_parser | - | 3.1.4 | 4.0.0 |
http_server | - | 0.9.8+3 | 0.9.8+3 |
intl | - | 0.17.0 | 0.17.0 |
jose | - | 0.1.2+1 | 0.2.2 |
json_annotation | - | 3.1.1 | 4.0.0 |
logging | - | 0.11.4 | 1.0.0 |
matcher | - | 0.12.10 | 0.12.10 |
merge_map | - | 1.0.2 | 1.0.2 |
meta | - | 1.3.0 | 1.3.0 |
mime | - | 0.9.7 | 1.0.0 |
mock_request | - | 1.0.7 | 1.0.7 |
openid_client | - | 0.2.5 | 0.3.1 |
path | - | 1.8.0 | 1.8.0 |
pointycastle | - | 1.0.2 | 2.0.1 |
protobuf | - | 1.1.2 | 2.0.0 |
quiver | - | 2.1.5 | 3.0.0 |
quiver_hashcode | - | 2.0.0 | 2.0.0 |
recase | - | 2.0.1 | 3.0.1 |
rsa_pkcs | - | 1.1.3 | 1.1.4 |
source_span | - | 1.8.1 | 1.8.1 |
stack_trace | - | 1.10.0 | 1.10.0 |
string_scanner | - | 1.1.0 | 1.1.0 |
term_glyph | - | 1.2.0 | 1.2.0 |
tuple | - | 1.0.3 | 1.0.3 |
typed_data | - | 1.3.0 | 1.3.0 |
uuid | - | 2.2.2 | 3.0.0 |
x509 | - | 0.1.3 | 0.1.4 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.12.1` on http does not support the latest published version `0.13.0`
pubspec.yaml:13:9
╷
13 │ http: ^0.12.1
│ ^^^^^^^
╵
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analysed with
Pana 0.14.10
,
Dart 2.12.0-133.2.beta
.