firebase_management 0.0.4+1 copy "firebase_management: ^0.0.4+1" to clipboard
firebase_management: ^0.0.4+1 copied to clipboard

Tools for managing firebase projects

0
likes
110/ 140
pub points
63%
popularity

We analyzed this package 46 hours ago, and awarded it 110 pub points (of a possible 140):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 60 to 180 characters to describe the package, what it does, and its target use case.

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 licenses: MIT, BSD-3-Clause.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

31 out of 99 API elements (31.3 %) have documentation comments.

Some symbols that are missing documentation: firebase_management, firebase_management.AdminSdkConfig, firebase_management.AdminSdkConfig.AdminSdkConfig, firebase_management.ApnsAuthKey, firebase_management.ApnsAuthKey.ApnsAuthKey.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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_management/firebase_management.dart that imports:
  • package:firebase_management/src/operation.dart that imports:
  • package:firebase_management/src/api.dart that imports:
  • 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
partial
Pass static analysis
40 / 50trigger folding of the section

40/50 points: code has no errors, warnings, lints, or formatting issues

INFO: The part-of directive uses a library name.

lib/src/apps.dart:1:1

  ╷
1 │ part of firebase_management;
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/apps.dart

INFO: The part-of directive uses a library name.

lib/src/projects.dart:1:1

  ╷
1 │ part of firebase_management;
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/projects.dart

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
firebase_admin ^0.2.0 0.2.0 0.2.0
http ^0.13.4 0.13.6 1.2.1
plist_parser ^0.0.9 0.0.11 0.0.11
retry ^3.1.0 3.1.2 3.1.2
snapshot ^0.2.5 0.2.6 0.2.6
Transitive dependencies
Package Constraint Compatible Latest
_discoveryapis_commons - 1.0.6 1.0.6
args - 2.5.0 2.5.0
asn1lib - 1.5.2 1.5.2
async - 2.11.0 2.11.0
boolean_selector - 2.1.1 2.1.1
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
convert - 3.1.1 3.1.1
crypto - 3.0.3 3.0.3
crypto_keys - 0.3.0+1 0.3.0+1
dotenv - 4.2.0 4.2.0
expressions - 0.2.5+1 0.2.5+1
firebase_dart - 1.1.4 1.1.4
firebaseapis - 0.2.0 0.2.0
fixnum - 1.1.0 1.1.0
gcloud - 0.8.12 0.8.12
googleapis - 12.0.0 13.1.0
hive - 2.2.3 2.2.3
http_parser - 4.0.2 4.0.2
intl - 0.17.0 0.19.0
jose - 0.3.4 0.3.4
js - 0.6.7 0.7.1
logging - 1.2.0 1.2.0
matcher - 0.12.16+1 0.12.16+1
meta - 1.14.0 1.14.0
openid_client - 0.4.8 0.4.8
path - 1.9.0 1.9.0
petitparser - 6.0.2 6.0.2
pointycastle - 3.9.0 3.9.0
quiver - 3.2.1 3.2.1
rxdart - 0.27.7 0.27.7
sortedmap - 0.5.3 0.5.3
source_span - 1.10.0 1.10.0
sprintf - 7.0.0 7.0.0
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
synchronized - 3.1.0+1 3.1.0+1
term_glyph - 1.2.1 1.2.1
test_api - 0.7.1 0.7.1
typed_data - 1.3.2 1.3.2
uuid - 4.4.0 4.4.0
web - 0.5.1 0.5.1
web_socket_channel - 2.4.5 2.4.5
x509 - 0.2.4+2 0.2.4+2
xml - 6.5.0 6.5.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^0.13.4` 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

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.

0
likes
110
pub points
63%
popularity

Publisher

unverified uploader

Tools for managing firebase projects

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT, BSD-3-Clause (LICENSE)

Dependencies

firebase_admin, http, plist_parser, retry, snapshot

More

Packages that depend on firebase_management