afib_firebase_firestore 0.5.1 copy "afib_firebase_firestore: ^0.5.1" to clipboard
afib_firebase_firestore: ^0.5.1 copied to clipboard

An AFib-aware package that adds command-line options for creating AFib queries that interact with Firestore

130/ 160
pub points
42
downloads

We analyzed this package 28 hours ago, and awarded it 130 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 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

Passed check 10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

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

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

OUT: Documenting afib_firebase_firestore... Discovering libraries... Linking elements... Precaching local docs for 929142 elements... Initialized dartdoc with 1964 libraries Generating docs for library affs_id.dart from package:afib_firebase_firestore/affs_id.dart... Generating docs for library affs_flutter.dart from package:afib_firebase_firestore/affs_flutter.dart... Generating docs for library affs_command.dart from package:afib_firebase_firestore/affs_command.dart... Generating docs for library afib_firebase_firestore.dart from package:afib_firebase_firestore/afib_firebase_firestore.dart... Documented 4 public libraries in 71.5 seconds ERR: warning: afib_firebase_firestore has no library level documentation comments from afib_firebase_firestore: (file:///tmp/pana_TZVQHX/lib/affs_flutter.dart:1:1) warning: unresolved doc reference [col] from affs_firestore_query.AFFSFirestoreQuery.writeOneToFirebase: (file:///tmp/pana_TZVQHX/lib/src/query/simple/affs_firestore_query.dart:75:8) warning: unresolved doc reference [AFFirestoreDocumenet] from affs_firestore_query.AFFSFirestoreQuery.handleSnapshot: (file:///tmp/pana_TZVQHX/lib/src/query/simple/affs_firestore_query.dart:46:15) warning: afib_firebase_firestore has no library level documentation comments from afib_firebase_firestore: (file:///tmp/pana_TZVQHX/lib/affs_command.dart:1:1) error: file already written at "afib_firebase_firestore/index.html" for symbol afib_firebase_firestore: (file:///tmp/pana_TZVQHX/lib/affs_command.dart:1:1) [29 more lines]

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

Passed check 20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.

Passed report section
Pass static analysis
50 / 50trigger folding of the section

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

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
afib ^0.5.2 0.5.2 0.5.2
cloud_firestore ^4.9.0 4.17.5 6.2.0
firebase_core ^2.15.1 2.32.0 4.6.0
meta ^1.9.1 1.17.0 1.18.2
Transitive dependencies
Package Constraint Compatible Latest Notes
_flutterfire_internals - 1.3.35 1.3.68
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
boolean_selector - 2.1.2 2.1.2
characters - 1.4.1 1.4.1
checked_yaml - 2.0.4 2.0.4
clock - 1.1.2 1.1.2
cloud_firestore_platform_interface - 6.2.5 7.1.0
cloud_firestore_web - 3.12.5 5.2.0
collection - 1.19.1 1.19.1
colorize - 3.0.0 3.0.0
fake_async - 1.3.3 1.3.3
ffi - 2.2.0 2.2.0
firebase_core_platform_interface - 5.4.2 6.0.3
firebase_core_web - 2.24.0 3.5.1
flutter_redux - 0.10.0 0.10.0
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
intl - 0.18.1 0.20.2
json_annotation - 4.11.0 4.11.0
leak_tracker - 11.0.2 11.0.2
leak_tracker_flutter_testing - 3.0.10 3.0.10
leak_tracker_testing - 3.0.2 3.0.2
logger - 2.7.0 2.7.0
matcher - 0.12.19 0.12.19
material_color_utilities - 0.13.0 0.13.0
overlay_support - 2.1.0 2.1.0
package_info_plus - 4.2.0 9.0.0
package_info_plus_platform_interface - 2.0.1 3.2.1
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
plural_noun - 0.1.2 0.2.1
pub_semver - 2.2.0 2.2.0
pubspec_parse - 1.5.0 1.5.0
quiver - 3.2.2 3.2.2
redux - 5.0.0 5.0.0
source_span - 1.10.2 1.10.2
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.10 0.7.11
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.3.0
vm_service - 15.0.2 15.0.2
web - 1.1.1 1.1.1
win32 - 5.15.0 6.0.0
yaml - 3.1.3 3.1.3

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

The constraint `^4.9.0` on cloud_firestore does not support the stable version `5.0.0`.

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

The constraint `^2.15.1` on firebase_core does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions firebase_core 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.23.11, Dart 3.11.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
130
points
42
downloads

Documentation

Documentation
API reference

Publisher

verified publisherafibframework.io

Weekly Downloads

An AFib-aware package that adds command-line options for creating AFib queries that interact with Firestore

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

afib, cloud_firestore, firebase_core, meta

More

Packages that depend on afib_firebase_firestore