firebase_admin 0.2.0
firebase_admin: ^0.2.0 copied to clipboard
A port of the Firebase admin sdk to pure, idiomatic Dart code
55
likes
120/ 130
pub points
87%
popularity
We analyzed this package 29 hours ago, and awarded it 120 pub points (of a possible 130):
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
10/10 points: 20% or more of the public API has dartdoc comments
- 110 out of 178 API elements (61.8 %) have documentation comments.
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:firebase_admin/firebase_admin.dart
that imports:package:firebase_admin/src/credential.dart
that imports:package:firebase_admin/src/auth/credential.dart
that imports:dart:io
20/30 points: code has no errors, warnings, lints, or formatting issues
lib/src/utils/validator.dart doesn't match the Dart formatter.
To format your files run: dart format .
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
clock | ^1.1.0 | 1.1.1 | 1.1.1 |
collection | ^1.15.0 | 1.16.0 | 1.16.0 |
crypto_keys | ^0.3.0 | 0.3.0 | 0.3.0 |
dotenv | ^4.0.0 | 4.0.1 | 4.0.1 |
firebase_dart | ^1.0.10 | 1.0.10+1 | 1.0.10+1 |
gcloud | ^0.8.0 | 0.8.5 | 0.8.5 |
http | ^0.13.0 | 0.13.5 | 0.13.5 |
jose | ^0.3.2 | 0.3.2 | 0.3.2 |
meta | ^1.4.0 | 1.8.0 | 1.8.0 |
openid_client | ^0.4.3 | 0.4.6 | 0.4.6 |
path | ^1.8.0 | 1.8.2 | 1.8.2 |
x509 | ^0.2.2 | 0.2.2 | 0.2.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
_discoveryapis_commons | - | 1.0.3 | 1.0.3 |
args | - | 2.3.1 | 2.3.1 |
asn1lib | - | 1.1.0 | 1.1.0 |
async | - | 2.9.0 | 2.9.0 |
convert | - | 3.0.2 | 3.0.2 |
crypto | - | 3.0.2 | 3.0.2 |
expressions | - | 0.2.4 | 0.2.4 |
fake_async | - | 1.3.1 | 1.3.1 |
googleapis | - | 7.0.0 | 9.1.0 |
googleapis_auth | - | 1.3.1 | 1.3.1 |
hive | - | 2.2.3 | 2.2.3 |
http_parser | - | 4.0.1 | 4.0.1 |
intl | - | 0.17.0 | 0.17.0 |
js | - | 0.6.4 | 0.6.4 |
logging | - | 1.0.2 | 1.0.2 |
matcher | - | 0.12.12 | 0.12.12 |
petitparser | - | 5.0.0 | 5.0.0 |
pointycastle | - | 3.6.1 | 3.6.1 |
quiver | - | 3.1.0 | 3.1.0 |
rxdart | - | 0.27.5 | 0.27.5 |
sortedmap | - | 0.5.1 | 0.5.1 |
source_span | - | 1.9.1 | 1.9.1 |
stack_trace | - | 1.10.0 | 1.10.0 |
stream_channel | - | 2.1.0 | 2.1.0 |
string_scanner | - | 1.1.1 | 1.1.1 |
synchronized | - | 3.0.0+2 | 3.0.0+2 |
term_glyph | - | 1.2.1 | 1.2.1 |
typed_data | - | 1.3.1 | 1.3.1 |
uuid | - | 3.0.6 | 3.0.6 |
web_socket_channel | - | 2.2.0 | 2.2.0 |
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: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.14
, Dart 2.17.5
.