r_firedart 0.9.0+18
r_firedart: ^0.9.0+18 copied to clipboard
A dart-native implementation of the Firebase Auth and Firestore SDKs.
We analyzed this package 2 days ago, and awarded it 85 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: r_firedart.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: r_firedart, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.9.0+18").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
4105 out of 6429 API elements (63.9 %) have documentation comments.
Some symbols that are missing documentation: any.pb, any.pb.Any, any.pb.Any.$_whichOneof, any.pb.Any.Any.fromBuffer, any.pb.Any.Any.fromJson.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:r_firedart/r_firedart.dartthat imports:package:r_firedart/firestore/models.dartthat imports:package:r_firedart/firestore/type_util.dartthat imports:package:r_firedart/firestore/firestore_gateway.dartthat imports:package:r_firedart/firestore/token_authenticator.dartthat imports:package:grpc/grpc.dartthat imports:package:grpc/src/shared/streams.dartthat imports:package:http2/transport.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 41 issues. Showing the first 2:
INFO: Missing type annotation.
lib/firestore/firestore_gateway.dart:62:32
╷
62 │ static void _handleErrorStub(e) {
│ ^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/firestore/firestore_gateway.dart
INFO: Missing type annotation.
lib/firestore/firestore_gateway.dart:130:32
╷
130 │ Future<Document> getDocument(path) async {
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/firestore/firestore_gateway.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
fixnum |
^1.0.0 |
1.1.1 | 1.1.1 | |
grpc |
^3.0.0 |
3.2.4 | 5.1.0 | |
http |
^0.13.1 |
0.13.6 | 1.6.0 | |
protobuf |
^2.0.0 |
2.1.0 | 6.0.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 3.6.1 | 4.0.7 | |
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
googleapis_auth |
- | 1.4.1 | 2.0.0 | |
http2 |
- | 2.3.1 | 2.3.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
meta |
- | 1.18.0 | 1.18.0 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `^3.0.0` on grpc does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions grpc to update the constraint.
The constraint `^0.13.1` on http does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions http to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 4 errors:
URI_DOES_NOT_EXIST-lib/firestore/firestore_gateway.dart:3:8- Target of URI doesn't exist: 'package:grpc/grpc_or_grpcweb.dart'.UNDEFINED_METHOD-lib/firestore/firestore_gateway.dart:38:66- The method 'CallOptions' isn't defined for the type '_FirestoreGatewayStreamCache'.UNDEFINED_IDENTIFIER-lib/firestore/firestore_gateway.dart:182:7- Undefined name 'GrpcOrGrpcWebClientChannel'.
Run dart pub downgrade and then dart analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.5, Dart 3.10.7.
Check the analysis log for details.