effortless_firebase_auth 1.0.5
effortless_firebase_auth: ^1.0.5 copied to clipboard
effortless_firebase_auth A new Flutter package.
We analyzed this package 44 hours ago, and awarded it 60 pub points (of a possible 130):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Package has an example
0/10 points: 20% or more of the public API has dartdoc comments
- 18 out of 220 API elements (8.2 %) 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.
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:effortless_firebase_auth/effortless_firebase_auth.dart
that imports:package:effortless_firebase_auth/Methods/email.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:effortless_firebase_auth/effortless_firebase_auth.dart
that imports:package:effortless_firebase_auth/Methods/email.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:effortless_firebase_auth/effortless_firebase_auth.dart
that imports:package:effortless_firebase_auth/Methods/email.dart
that imports:package:effortless_firebase_auth/screens/signUp.dart
that imports:package:effortless_firebase_auth/screens/signin.dart
that imports:package:effortless_firebase_auth/infrastructure/baseui.dart
that imports:package:effortless_firebase_auth/home.dart
that imports:package:effortless_firebase_auth/Methods/google.dart
that imports:package:google_sign_in/google_sign_in.dart
that declares support for platforms:Android
,iOS
,Web
.
0/30 points: code has no errors, warnings, lints, or formatting issues
Found 49 issues. Showing the first 2:
ERROR: Undefined class 'User'.
lib/Methods/email.dart:24:3
╷
24 │ User uu = fa.currentUser;
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/Methods/email.dart
ERROR: The name 'UserCredential' isn't a type so it can't be used as a type argument.
lib/Methods/email.dart:28:8
╷
28 │ Future<UserCredential> register(String email, String password) async {
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/Methods/email.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
dartz | any | 0.10.1 | 0.10.1 |
device_preview | any | 0.4.7 | 1.1.0 |
firebase_auth | any | 0.16.1 | 3.3.20 |
firebase_core | any | 0.4.4 | 1.18.0 |
flutter | flutter | 0.0.0 | 0.0.0 |
flutter_form_builder | any | 7.3.1 | 7.3.1 |
form_field_validator | any | 1.1.0 | 1.1.0 |
global_wings | any | 1.0.4 | 1.0.4 |
google_sign_in | any | 5.3.3 | 5.3.3 |
intl | any | 0.17.0 | 0.17.0 |
logger | any | 1.1.0 | 1.1.0 |
meta | any | 1.7.0 | 1.8.0 |
nice_button | any | 0.1.7 | 0.1.7 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Package does not opt in to null safety.
Package language version (indicated by the sdk constraint `>=2.7.0 <3.0.0`) is less than 2.12.
Consider migrating.
Analysed with Pana 0.21.13
, Flutter 3.0.3
, Dart 2.17.5
.