firebase_crud 0.0.9 copy "firebase_crud: ^0.0.9" to clipboard
firebase_crud: ^0.0.9 copied to clipboard

A Firebase CRUD package simplifying Firestore operations with optional logging and error tracking, designed for scalable and maintainable Flutter apps.

2
likes
140/ 160
pub points
68
downloads

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

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

0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: firebase_crud,
    • contains a version property, and,
    • does not contain a publish_to property.

pubspec.yaml from the repository has a repository or homepage field "/" but cannot be parsed as a repository URL: Invalid repository URL: Could not recognize URL segments: /. Please report at pana.

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 license: BSL-1.0.

failed
Provide documentation
10 / 20trigger folding of the section

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

45 out of 58 API elements (77.6 %) have documentation comments.

Some symbols that are missing documentation: auth_service, collection, collection.FakeFirestoreInstance.getCollection, collection.FirestoreFactory.create, collection.FirestoreFactory.forTesting.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

0/0 points: WASM compatibility

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

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

OK
Pass static analysis
50 / 50trigger folding of the section

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

OK
Support up-to-date dependencies
40 / 40trigger folding of the section

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

Package Constraint Compatible Latest
cloud_firestore ^5.4.4 5.6.0 5.6.0
fake_cloud_firestore ^3.0.3 3.1.0 3.1.0
firebase_auth ^5.3.1 5.3.4 5.3.4
firebase_core ^3.6.0 3.9.0 3.9.0
flutter flutter 0.0.0 0.0.0
logger ^2.4.0 2.5.0 2.5.0
meta ^1.11.0 1.15.0 1.16.0
mockito ^5.4.4 5.4.5 5.4.5
Transitive dependencies
Package Constraint Compatible Latest
_fe_analyzer_shared - 78.0.0 78.0.0
_flutterfire_internals - 1.3.48 1.3.48
_macros - 0.3.3 0.3.3
analyzer - 7.1.0 7.1.0
antlr4 - 4.13.2 4.13.2
args - 2.6.0 2.6.0
async - 2.11.0 2.12.0
boolean_selector - 2.1.1 2.1.2
build - 2.4.2 2.4.2
built_collection - 5.1.1 5.1.1
built_value - 8.9.3 8.9.3
cel - 0.5.3 0.5.3
characters - 1.3.0 1.4.0
clock - 1.1.1 1.1.2
cloud_firestore_platform_interface - 6.6.0 6.6.0
cloud_firestore_web - 4.4.0 4.4.0
code_builder - 4.10.1 4.10.1
collection - 1.19.0 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.6 3.0.6
dart_style - 3.0.1 3.0.1
equatable - 2.0.7 2.0.7
fake_async - 1.3.1 1.3.2
fake_firebase_security_rules - 0.5.3 0.5.3
file - 7.0.1 7.0.1
firebase_auth_platform_interface - 7.4.10 7.4.10
firebase_auth_web - 5.13.5 5.13.5
firebase_core_platform_interface - 5.4.0 5.4.0
firebase_core_web - 2.19.0 2.19.0
fixnum - 1.1.1 1.1.1
flutter_test - 0.0.0 0.0.0
flutter_web_plugins - 0.0.0 0.0.0
glob - 2.1.2 2.1.2
http_parser - 4.1.1 4.1.1
leak_tracker - 10.0.7 10.0.8
leak_tracker_flutter_testing - 3.0.8 3.0.9
leak_tracker_testing - 3.0.1 3.0.1
logging - 1.3.0 1.3.0
macros - 0.1.3-main.0 0.1.3-main.0
matcher - 0.12.16+1 0.12.17
material_color_utilities - 0.11.1 0.12.0
mock_exceptions - 0.8.2 0.8.2
more - 4.4.0 4.5.0
package_config - 2.1.1 2.1.1
path - 1.9.0 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
pub_semver - 2.1.5 2.1.5
quiver - 3.2.2 3.2.2
rx - 0.4.0 0.4.0
rxdart - 0.28.0 0.28.0
sky_engine - 0.0.0 0.0.0
source_gen - 2.0.0 2.0.0
source_span - 1.10.0 1.10.1
stack_trace - 1.12.0 1.12.1
stream_channel - 2.1.2 2.1.3
string_scanner - 1.3.0 1.4.1
term_glyph - 1.2.1 1.2.2
test_api - 0.7.3 0.7.4
tuple - 2.0.2 2.0.2
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.1.4
vm_service - 14.3.0 15.0.0
watcher - 1.1.1 1.1.1
web - 1.1.0 1.1.0
yaml - 3.1.3 3.1.3

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: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.17, Flutter 3.27.0, Dart 3.6.0.

Check the analysis log for details.

2
likes
140
points
68
downloads

Publisher

unverified uploader

Weekly Downloads

A Firebase CRUD package simplifying Firestore operations with optional logging and error tracking, designed for scalable and maintainable Flutter apps.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSL-1.0 (license)

Dependencies

cloud_firestore, fake_cloud_firestore, firebase_auth, firebase_core, flutter, logger, meta, mockito

More

Packages that depend on firebase_crud