firebase_dart 0.7.15+4
firebase_dart: ^0.7.15+4 copied to clipboard
A port of the Firebase database client to pure Dart code, usable on different platforms
We analyzed this package on Apr 20, 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/main.dart
10/10 points: 20% or more of the public API has dartdoc comments
- 81 out of 112 API elements (72.3 %) have documentation comments.
20/20 points: Supports 2 of 2 possible platforms (native, js)
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 7 issues. Showing the first 2:
INFO: A value for optional parameter 'host' isn't ever given.
lib/src/connections/protocol/transport.dart:79:27
╷
79 │ Future _connect([String host]);
│ ^^^^
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/src/connections/protocol/transport.dart
INFO: 'Firebase' is deprecated and shouldn't be used.
lib/src/firebase/database.dart:24:28
╷
24 │ Reference reference() => Firebase._(this, <String>[]);
│ ^^^^^^^^
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/src/firebase/database.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
async | >=1.13.0 <3.0.0 | 2.5.0 | 2.5.0 |
collection | ^1.9.1 | 1.15.0 | 1.15.0 |
convert | ^2.0.0 | 2.1.1 | 3.0.0 |
crypto | >=2.0.1 <3.0.0 | 2.1.5 | 3.0.1 |
dart2_constant | ^1.0.0 | 1.0.2+dart2 | 1.0.2+dart2 |
isolate | >=1.1.0 <3.0.0 | 2.0.3 | 2.0.3 |
jose | ^0.1.2 | 0.1.2+1 | 0.3.2 |
logging | >=0.11.0 <0.12.0 | 0.11.4 | 1.0.1 |
meta | ^1.1.5 | 1.3.0 | 1.3.0 |
quiver | >=0.22.0 <3.0.0 | 2.1.5 | 3.0.1 |
sortedmap | ^0.4.1 | 0.4.2+1 | 0.5.0 |
web_socket_channel | >=1.0.4 <2.0.0 | 1.2.0 | 2.0.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
charcode | - | 1.2.0 | 1.2.0 |
crypto_keys | - | 0.1.4 | 0.3.0 |
matcher | - | 0.12.10 | 0.12.10 |
path | - | 1.8.0 | 1.8.0 |
pointycastle | - | 2.0.1 | 3.0.1 |
stack_trace | - | 1.10.0 | 1.10.0 |
stream_channel | - | 2.1.0 | 2.1.0 |
typed_data | - | 1.3.0 | 1.3.0 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 7 issues. Showing the first 2:
The constraint `^2.0.0` on convert does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions convert
to update the constraint.
The constraint `>=2.0.1 <3.0.0` on crypto does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions crypto
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analysed with
Pana 0.15.4
,
Dart 2.12.2
.