fireauth 0.9.0 fireauth: ^0.9.0 copied to clipboard
A Flutter Package that aims to simplify Flutter Firebase Authentication and streamline development.
We analyzed this package 14 hours ago, and awarded it 80 pub points (of a possible 160):
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
.
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
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.
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
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
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.