fireauth 0.9.0 copy "fireauth: ^0.9.0" to clipboard
fireauth: ^0.9.0 copied to clipboard

A Flutter Package that aims to simplify Flutter Firebase Authentication and streamline development.

4
likes
80/ 160
pub points
0%
popularity

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

OK
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

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

OK
Provide documentation
20 / 20trigger folding of the section

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

488 out of 610 API elements (80.0 %) have documentation comments.

Some symbols that are missing documentation: auth_controller, fireauth, fireauth.AuthErrors, fireauth.AuthErrors.AuthErrors, fireauth.AuthErrors.callbackNotApproved.

10/10 points: Package has an example

failed
Platform support
20 / 20trigger folding of the section

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:fireauth/fireauth.dart that imports:
  • package:fireauth/SocialButtons/mini_social_buttons.dart that imports:
  • package:firebase_auth/firebase_auth.dart that declares support for platforms: Android, iOS, macOS, Web.
Package does not support platform `Linux`.

Because:

  • package:fireauth/fireauth.dart that imports:
  • package:fireauth/SocialButtons/mini_social_buttons.dart that imports:
  • package:firebase_auth/firebase_auth.dart that declares support for platforms: Android, iOS, macOS, Web.
Package does not support platform `macOS`.

Because:

  • package:fireauth/fireauth.dart that imports:
  • package:flutter_facebook_auth/flutter_facebook_auth.dart that declares support for platforms: Android, iOS, Web.
Package not compatible with platform Web

Because:

  • package:fireauth/fireauth.dart that imports:
  • package:fireauth/SocialButtons/mini_social_buttons.dart that imports:
  • package:firebase_auth/firebase_auth.dart that imports:
  • package:firebase_auth_platform_interface/firebase_auth_platform_interface.dart that imports:
  • package:firebase_auth_platform_interface/src/platform_interface/platform_interface_multi_factor.dart that imports:
  • package:firebase_auth_platform_interface/src/method_channel/method_channel_multi_factor.dart that imports:
  • package:firebase_auth_platform_interface/src/method_channel/method_channel_user_credential.dart that imports:
  • package:firebase_auth_platform_interface/src/method_channel/method_channel_user.dart that imports:
  • package:firebase_auth_platform_interface/src/method_channel/utils/exception.dart that imports:
  • package:firebase_auth_platform_interface/src/method_channel/method_channel_firebase_auth.dart that imports:
  • dart:io

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
Pass static analysis
0 / 50trigger folding of the section

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

Found 12 issues. Showing the first 2:

ERROR: The named parameter 'primary' isn't defined.

lib/fireauth.dart:221:47

    ╷
221 │               style: ElevatedButton.styleFrom(primary: Colors.black),
    │                                               ^^^^^^^
    ╵

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

INFO: The import of 'package:firebase_auth/firebase_auth.dart' is unnecessary because all of the used elements are also provided by the import of 'fireauth.dart'.

lib/auth_controller.dart:1:8

  ╷
1 │ import 'package:firebase_auth/firebase_auth.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

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

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

Package Constraint Compatible Latest
firebase_auth ^3.1.4 3.4.0 5.3.3
firebase_auth_oauth ^1.1.0 1.2.0 1.2.2
firebase_core ^1.8.0 1.19.0 3.8.0
flutter flutter 0.0.0 0.0.0
flutter_facebook_auth ^3.5.3 3.5.7 7.1.1
fluttertoast ^8.0.8 8.2.8 8.2.8
google_sign_in ^5.2.1 5.4.4 6.2.2
provider ^6.0.1 6.1.2 6.1.2
shared_preferences ^2.0.8 2.3.3 2.3.3
Transitive dependencies
Package Constraint Compatible Latest
async - 2.12.0 2.12.0
characters - 1.3.0 1.3.1
clock - 1.1.2 1.1.2
collection - 1.18.0 1.19.1
ffi - 2.1.3 2.1.3
file - 7.0.1 7.0.1
firebase - 9.0.3 9.0.3
firebase_auth_oauth_platform_interface - 1.0.2 1.0.3
firebase_auth_oauth_web - 1.1.0 1.1.1
firebase_auth_platform_interface - 6.10.0 7.4.9
firebase_auth_web - 3.3.18 5.13.4
firebase_core_platform_interface - 4.4.1 5.3.0
firebase_core_web - 1.6.5 2.18.1
flutter_facebook_auth_platform_interface - 2.7.1 6.1.2
flutter_facebook_auth_web - 2.6.0+2 6.1.2
flutter_web_plugins - 0.0.0 0.0.0
google_sign_in_android - 6.1.33 6.1.33
google_sign_in_ios - 5.7.8 5.7.8
google_sign_in_platform_interface - 2.4.5 2.4.5
google_sign_in_web - 0.10.2+1 0.12.4+3
http - 0.13.6 1.2.2
http_parser - 4.0.2 4.1.1
intl - 0.17.0 0.20.0
js - 0.6.7 0.7.1
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
nested - 1.0.0 1.0.0
path - 1.9.1 1.9.1
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
shared_preferences_android - 2.3.3 2.3.3
shared_preferences_foundation - 2.5.3 2.5.3
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_web - 2.4.2 2.4.2
shared_preferences_windows - 2.4.1 2.4.1
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
string_scanner - 1.4.0 1.4.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.1.4
web - 1.1.0 1.1.0
xdg_directories - 1.1.0 1.1.0

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

Found 4 issues. Showing the first 2:

The constraint `^3.1.4` on firebase_auth does not support the stable version `4.0.0`.

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

The constraint `^1.8.0` on firebase_core does not support the stable version `2.0.0`.

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

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

0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 1 error:

  • UNDEFINED_NAMED_PARAMETER - lib/fireauth.dart:221:47 - The named parameter 'primary' isn't defined.

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.15, Flutter 3.24.4, Dart 3.5.4.

Check the analysis log for details.

4
likes
80
pub points
0%
popularity

Publisher

unverified uploader

A Flutter Package that aims to simplify Flutter Firebase Authentication and streamline development.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

firebase_auth, firebase_auth_oauth, firebase_core, flutter, flutter_facebook_auth, fluttertoast, google_sign_in, provider, shared_preferences

More

Packages that depend on fireauth