dartblaze 0.0.2 copy "dartblaze: ^0.0.2" to clipboard
dartblaze: ^0.0.2 copied to clipboard

DartBlaze is a Dart library for building Firebase Cloud Functions.

1
likes
120/ 160
pub points
94
downloads

We analyzed this package 2 days ago, and awarded it 120 pub points (of a possible 160):

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

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Failed check 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.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

20 out of 84 API elements (23.8 %) have documentation comments.

Some symbols that are missing documentation: dartblaze.DocumentChange, dartblaze.DocumentChange.DocumentChange.new, dartblaze.DocumentChange.after, dartblaze.DocumentChange.before, dartblaze.DocumentCreatedData.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 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:dartblaze/dartblaze.dart that imports:
  • package:dartblaze/src/firestore/document_snapshot.dart that imports:
  • package:dart_firebase_admin/firestore.dart that imports:
  • package:dart_firebase_admin/src/google_cloud_firestore/firestore.dart that imports:
  • package:dart_firebase_admin/src/app.dart that imports:
  • package:googleapis_auth/auth_io.dart that imports:
  • package:googleapis_auth/src/oauth2_flows/authorization_code_grant_server_flow.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:dartblaze/dartblaze.dart that imports:
  • package:dartblaze/src/firestore/document_snapshot.dart that imports:
  • package:dart_firebase_admin/firestore.dart that imports:
  • package:dart_firebase_admin/src/google_cloud_firestore/firestore.dart that imports:
  • package:dart_firebase_admin/src/app.dart that imports:
  • package:googleapis_auth/auth_io.dart that imports:
  • package:googleapis_auth/src/oauth2_flows/authorization_code_grant_server_flow.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

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

Found 4 issues. Showing the first 2:

INFO: Angle brackets will be interpreted as HTML.

lib/src/utils/cloud_event_utils.dart:4:30

  ╷
4 │   /// Returns document path: <collection_name>/<document_id>
  │                              ^^^^^^^^^^^^^^^^^
  ╵

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

INFO: Angle brackets will be interpreted as HTML.

lib/src/utils/cloud_event_utils.dart:4:48

  ╷
4 │   /// Returns document path: <collection_name>/<document_id>
  │                                                ^^^^^^^^^^^^^
  ╵

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

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
dart_firebase_admin ^0.3.0 0.3.1 0.4.1
fixnum ^1.1.0 1.1.1 1.1.1
functions_framework ^0.4.3+1 0.4.3+1 0.4.3+1
http ^1.3.0 1.4.0 1.4.0
meta ^1.15.0 1.17.0 1.17.0
openid_client ^0.4.9 0.4.9 0.4.9
protobuf ^3.1.0 3.1.0 4.1.0
shelf ^1.4.2 1.4.2 1.4.2
Transitive dependencies
Package Constraint Compatible Latest Notes
_discoveryapis_commons - 1.0.7 1.0.7
adaptive_number - 1.0.0 1.0.0
args - 2.7.0 2.7.0
asn1lib - 1.6.5 1.6.5
async - 2.13.0 2.13.0
boolean_selector - 2.1.2 2.1.2
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.6 3.0.6
crypto_keys - 0.3.0+1 0.3.0+2
dart_jsonwebtoken - 2.17.0 3.2.0
ed25519_edwards - 0.3.1 0.3.1
firebaseapis - 0.2.0 0.2.0
freezed_annotation - 2.4.4 3.1.0
google_cloud - 0.2.0 0.2.0
google_identity_services_web - 0.3.3+1 0.3.3+1
googleapis_auth - 1.6.0 2.0.0
http_parser - 4.1.2 4.1.2
intl - 0.19.0 0.20.2
io - 1.0.5 1.0.5
jose - 0.3.4 0.3.4
js - 0.7.2 0.7.2 Discontinued
json_annotation - 4.9.0 4.9.0
logging - 1.3.0 1.3.0
matcher - 0.12.17 0.12.17
path - 1.9.1 1.9.1
pointycastle - 3.9.1 4.0.0
quiver - 3.2.2 3.2.2
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
test_api - 0.7.6 0.7.6
typed_data - 1.4.0 1.4.0
web - 1.1.1 1.1.1
x509 - 0.2.4+3 0.2.4+3

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

The constraint `^0.3.0` on dart_firebase_admin does not support the stable version `0.4.0`.

Try running dart pub upgrade --major-versions dart_firebase_admin to update the constraint.

The constraint `^3.1.0` on protobuf does not support the stable version `4.0.0`.

Try running dart pub upgrade --major-versions protobuf to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.21, Dart 3.8.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
120
points
94
downloads

Publisher

verified publisherdinkomarinac.dev

Weekly Downloads

DartBlaze is a Dart library for building Firebase Cloud Functions.

Homepage
Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

dart_firebase_admin, fixnum, functions_framework, http, meta, openid_client, protobuf, shelf

More

Packages that depend on dartblaze