stacked_firebase_auth 0.2.18 copy "stacked_firebase_auth: ^0.2.18" to clipboard
stacked_firebase_auth: ^0.2.18 copied to clipboard

outdated

A service class that provides Firebase Authentication Functionality on a single api

51
likes
80/ 160
pub points
304
downloads

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

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

Failed check 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: stacked_firebase_auth,
    • contains a version property, and,
    • does not contain a publish_to property.

Repository has no matching pubspec.yaml with name: stacked_firebase_auth.

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: MIT.

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

34 out of 46 API elements (73.9 %) have documentation comments.

Some symbols that are missing documentation: stacked_firebase_auth, stacked_firebase_auth.FirebaseAuthException.FirebaseAuthException.new, stacked_firebase_auth.FirebaseAuthenticationResult, stacked_firebase_auth.FirebaseAuthenticationResult.FirebaseAuthenticationResult.error, stacked_firebase_auth.FirebaseAuthenticationResult.FirebaseAuthenticationResult.new.

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 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:stacked_firebase_auth/stacked_firebase_auth.dart that imports:
  • package:stacked_firebase_auth/src/firebase_authentication_service.dart that imports:
  • package:sign_in_with_apple/sign_in_with_apple.dart that declares support for platforms: Android, iOS, macOS, Web.
Package does not support platform `Linux`.

Because:

  • package:stacked_firebase_auth/stacked_firebase_auth.dart that imports:
  • package:firebase_auth_platform_interface/firebase_auth_platform_interface.dart that imports:
  • package:firebase_auth_platform_interface/src/types.dart that imports:
  • package:firebase_auth_platform_interface/src/firebase_auth_exception.dart that imports:
  • package:firebase_core/firebase_core.dart that declares support for platforms: Android, iOS, Windows, macOS, Web.
Package does not support platform `macOS`.

Because:

  • package:stacked_firebase_auth/stacked_firebase_auth.dart that imports:
  • package:stacked_firebase_auth/src/firebase_authentication_service.dart that imports:
  • package:google_sign_in/google_sign_in.dart that declares support for platforms: Android, iOS, Web.
Package not compatible with platform Web

Because:

  • package:stacked_firebase_auth/stacked_firebase_auth.dart that imports:
  • package:firebase_auth_platform_interface/firebase_auth_platform_interface.dart that imports:
  • package:firebase_auth_platform_interface/src/types.dart that imports:
  • package:firebase_auth_platform_interface/src/firebase_auth_exception.dart that imports:
  • package:firebase_core/firebase_core.dart that imports:
  • package:firebase_core_platform_interface/firebase_core_platform_interface.dart that imports:
  • package:firebase_core_platform_interface/src/pigeon/test_api.dart that imports:
  • package:flutter_test/flutter_test.dart that imports:
  • package:flutter_test/src/widget_tester.dart that imports:
  • package:flutter_test/src/test_text_input.dart that imports:
  • package:flutter_test/src/test_text_input_key_handler.dart that imports:
  • package:flutter_test/src/binding.dart that imports:
  • package:flutter_test/src/platform.dart that imports:
  • dart:io

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 7 issues. Showing the first 2:

ERROR: A value of type 'Future

lib/src/firebase_authentication_service.dart:58:12

   ╷
58 │     return firebaseAuth.currentUser?.getIdToken();
   │            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

WARNING: The value of the field '_appleRedirectUri' isn't used.

lib/src/firebase_authentication_service.dart:20:17

   ╷
20 │   final String? _appleRedirectUri;
   │                 ^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/firebase_authentication_service.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
crypto ^3.0.1 3.0.6 3.0.6
firebase_auth ^4.1.0 4.10.1 5.5.2
firebase_auth_platform_interface ^6.11.0 6.19.1 7.6.2
firebase_core ^2.1.1 2.17.0 3.13.0
google_sign_in ^5.3.1 5.4.4 6.3.0
logger ^1.0.0 1.4.0 2.5.0
sign_in_with_apple ^4.0.0 4.3.0 7.0.1
Transitive dependencies
Package Constraint Compatible Latest Notes
_flutterfire_internals - 1.3.7 1.3.54
async - 2.12.0 2.13.0
boolean_selector - 2.1.2 2.1.2
characters - 1.4.0 1.4.0
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
fake_async - 1.3.2 1.3.3
firebase_auth_web - 5.8.2 5.14.2
firebase_core_platform_interface - 4.8.0 5.4.0
firebase_core_web - 2.8.0 2.22.0
google_sign_in_android - 6.2.1 6.2.1
google_sign_in_ios - 5.9.0 5.9.0
google_sign_in_platform_interface - 2.5.0 2.5.0
google_sign_in_web - 0.10.2+1 0.12.4+4
http_parser - 4.1.2 4.1.2
js - 0.6.7 0.7.2 Discontinued
leak_tracker - 10.0.8 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.12.0
meta - 1.16.0 1.16.0
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
sign_in_with_apple_platform_interface - 1.1.0 2.0.0
sign_in_with_apple_web - 1.0.1 3.0.0
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.4 0.7.4
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.1.5
vm_service - 14.3.1 15.0.0

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

Found 6 issues. Showing the first 2:

The constraint `^4.1.0` on firebase_auth does not support the stable version `5.0.0`.

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

The constraint `^6.11.0` on firebase_auth_platform_interface does not support the stable version `7.0.0`.

Try running dart pub upgrade --major-versions firebase_auth_platform_interface 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.20, Flutter 3.29.2, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
51
likes
80
points
304
downloads

Publisher

verified publisherfilledstacks.com

Weekly Downloads

A service class that provides Firebase Authentication Functionality on a single api

Documentation

API reference

License

MIT (license)

Dependencies

crypto, firebase_auth, firebase_auth_platform_interface, firebase_core, flutter, google_sign_in, logger, sign_in_with_apple

More

Packages that depend on stacked_firebase_auth