bloc_firebase_auth_kit 1.0.0
bloc_firebase_auth_kit: ^1.0.0 copied to clipboard
A clean architecture Flutter package for Firebase authentication with BLoC state management, supporting email/password, Google, Facebook sign-in, and more.
We analyzed this package 2 days ago, and awarded it 120 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
54 out of 268 API elements (20.1 %) have documentation comments.
Some symbols that are missing documentation: bloc_firebase_auth_kit, bloc_firebase_auth_kit.AuthAccountDeleted, bloc_firebase_auth_kit.AuthAccountDeleted.AuthAccountDeleted.new, bloc_firebase_auth_kit.AuthAuthenticated, bloc_firebase_auth_kit.AuthAuthenticated.AuthAuthenticated.new.
10/10 points: Package has an example
20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:bloc_firebase_auth_kit/bloc_firebase_auth_kit.dartthat imports:package:bloc_firebase_auth_kit/src/data/repositories/firebase_auth_repository.dartthat imports:package:bloc_firebase_auth_kit/src/data/datasources/auth_remote_datasource.dartthat imports:package:google_sign_in/google_sign_in.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `Linux`.
Because:
package:bloc_firebase_auth_kit/bloc_firebase_auth_kit.dartthat imports:package:bloc_firebase_auth_kit/src/data/repositories/firebase_auth_repository.dartthat imports:package:bloc_firebase_auth_kit/src/data/datasources/auth_remote_datasource.dartthat imports:package:bloc_firebase_auth_kit/src/data/models/user_model.dartthat imports:package:firebase_auth/firebase_auth.dartthat declares support for platforms:Android,iOS,Windows,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.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 7 issues. Showing the first 2:
/tmp/pana_GMRLTP/lib/src/data/datasources/auth_remote_datasource.dart doesn't match the Dart formatter.
To format your files run: dart format .
/tmp/pana_GMRLTP/lib/src/data/models/user_model.dart doesn't match the Dart formatter.
To format your files run: dart format .
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
dartz |
^0.10.1 |
0.10.1 | 0.10.1 | |
equatable |
^2.0.5 |
2.0.7 | 2.0.7 | |
firebase_auth |
^6.1.0 |
6.1.1 | 6.1.1 | |
firebase_core |
^4.1.1 |
4.2.0 | 4.2.0 | |
flutter_bloc |
^8.1.3 |
8.1.6 | 9.1.1 | |
flutter_facebook_auth |
^7.0.1 |
7.1.2 | 7.1.2 | |
flutter_signin_button |
^2.0.0 |
2.1.1 | 2.1.1 | |
get_it |
^7.6.4 |
7.7.0 | 8.2.0 | |
google_sign_in |
^6.1.0 |
6.3.0 | 7.2.0 | |
shared_preferences |
^2.2.2 |
2.5.3 | 2.5.3 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `^8.1.3` on flutter_bloc does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions flutter_bloc to update the constraint.
The constraint `^7.6.4` on get_it does not support the stable version `8.0.0`.
Try running dart pub upgrade --major-versions get_it 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 3 errors:
ARGUMENT_TYPE_NOT_ASSIGNABLE-lib/src/presentation/widgets/social_sign_in_buttons.dart:33:28- The argument type 'Null Function()?' can't be assigned to the parameter type 'Function'.ARGUMENT_TYPE_NOT_ASSIGNABLE-lib/src/presentation/widgets/social_sign_in_buttons.dart:45:28- The argument type 'Null Function()?' can't be assigned to the parameter type 'Function'.ARGUMENT_TYPE_NOT_ASSIGNABLE-lib/src/presentation/widgets/social_sign_in_buttons.dart:57:28- The argument type 'Null Function()?' can't be assigned to the parameter type 'Function'.
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.23.0, Flutter 3.35.7, Dart 3.9.2.
Check the analysis log for details.