firebase_plus 0.0.1 copy "firebase_plus: ^0.0.1" to clipboard
firebase_plus: ^0.0.1 copied to clipboard

This is a package that helps you develop apps with Firebase.

1
likes
70/ 160
pub points
29
downloads

We analyzed this package 3 days ago, and awarded it 70 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

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

2 out of 19 API elements (10.5 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: auth_state, auth_state.LoginModel, auth_state.LoginModel.LoginModel.new, auth_state.LoginModel.anonymously, auth_state.LoginModel.emailLogin.

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

  • ✓ macOS

  • ✓ Web

These platforms are not supported:

Package does not support platform `Linux`.

Because:

  • package:firebase_plus/firebase_plus.dart that imports:
  • package:firebase_plus/state/store_state.dart that imports:
  • package:cloud_firestore/cloud_firestore.dart that declares support for platforms: Android, iOS, Windows, macOS, Web.

Failed check 0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

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

Failed report section
Pass static analysis
0 / 50trigger folding of the section

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

Found 6 issues. Showing the first 2:

ERROR: Undefined class 'Reader'.

lib/state/auth_state.dart:11:9

   ╷
11 │   final Reader _read;
   │         ^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/state/auth_state.dart

ERROR: The property 'additionalUserInfo' can't be unconditionally accessed because the receiver can be 'null'.

lib/state/auth_state.dart:32:46

   ╷
32 │     final isFirstLogin = google_login_result.additionalUserInfo!.isNewUser;
   │                                              ^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/state/auth_state.dart

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

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

Package Constraint Compatible Latest Notes
cloud_firestore any 5.6.9 5.6.9
firebase_auth any 5.6.0 5.6.0
firebase_core any 3.14.0 3.14.0
hooks_riverpod any 2.6.1 2.6.1
Transitive dependencies
Package Constraint Compatible Latest Notes
_flutterfire_internals - 1.3.56 1.3.56
async - 2.13.0 2.13.0
boolean_selector - 2.1.2 2.1.2
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
cloud_firestore_platform_interface - 6.6.9 6.6.9
cloud_firestore_web - 4.4.9 4.4.9
collection - 1.19.1 1.19.1
fake_async - 1.3.3 1.3.3
firebase_auth_platform_interface - 7.7.0 7.7.0
firebase_auth_web - 5.15.0 5.15.0
firebase_core_platform_interface - 5.4.0 5.4.0
firebase_core_web - 2.23.0 2.23.0
flutter_hooks - 0.21.2 0.21.2
flutter_riverpod - 2.6.1 2.6.1
http_parser - 4.1.2 4.1.2
leak_tracker - 10.0.9 11.0.1
leak_tracker_flutter_testing - 3.0.9 3.0.10
leak_tracker_testing - 3.0.1 3.0.2
matcher - 0.12.17 0.12.17
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
riverpod - 2.6.1 2.6.1
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
state_notifier - 1.0.0 1.0.0
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.4 0.7.6
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.2.0
vm_service - 15.0.0 15.0.2
web - 1.1.1 1.1.1

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

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 7 errors:

  • EXTENDS_NON_CLASS - lib/src/auth_widget.dart:6:34 - Classes can only extend other classes.
  • UNDEFINED_NAMED_PARAMETER - lib/src/auth_widget.dart:7:69 - The named parameter 'key' isn't defined.
  • UNDEFINED_CLASS - lib/src/auth_widget.dart:12:3 - Undefined class 'ConsumerState'.

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.22.21, Flutter 3.32.4, Dart 3.8.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
70
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

This is a package that helps you develop apps with Firebase.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

cloud_firestore, firebase_auth, firebase_core, flutter, hooks_riverpod

More

Packages that depend on firebase_plus