identity_firebase_link 0.3.0
identity_firebase_link: ^0.3.0 copied to clipboard
Authenticate using Email Link by Firebase for Identity package
We analyzed this package 2 days ago, and awarded it 70 pub points (of a possible 130):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/10 points: 20% or more of the public API has dartdoc comments
- 2 out of 13 API elements (15.4 %) 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 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:identity_firebase_link/identity_firebase_link.dart
that imports:package:identity_firebase_link/src/firebase_email_link_authenticator.dart
that imports:package:shared_preferences/shared_preferences.dart
that declares support for platforms:Android
,iOS
,Linux
,macOS
,Web
.
Package does not support platform `Linux`.
Because:
package:identity_firebase_link/identity_firebase_link.dart
that imports:package:identity_firebase_link/src/firebase_email_link_authenticator.dart
that imports:package:shared_preferences/shared_preferences.dart
that imports:package:shared_preferences_windows/shared_preferences_windows.dart
that declares support for platforms:Windows
.
Package does not support platform `macOS`.
Because:
package:identity_firebase_link/identity_firebase_link.dart
that imports:package:identity_firebase_link/src/firebase_email_link_authenticator.dart
that imports:package:shared_preferences/shared_preferences.dart
that imports:package:shared_preferences_windows/shared_preferences_windows.dart
that declares support for platforms:Windows
.
Package does not support platform `Web`.
Because:
package:identity_firebase_link/identity_firebase_link.dart
that imports:package:identity_firebase_link/src/firebase_email_link_authenticator.dart
that imports:package:shared_preferences/shared_preferences.dart
that imports:package:shared_preferences_windows/shared_preferences_windows.dart
that declares support for platforms:Windows
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:identity_firebase_link/identity_firebase_link.dart
that imports:package:identity_firebase_link/src/firebase_email_link_authenticator.dart
that imports:package:shared_preferences/shared_preferences.dart
that imports:package:shared_preferences_windows/shared_preferences_windows.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:identity_firebase_link/identity_firebase_link.dart
that imports:package:identity_firebase_link/src/firebase_email_link_authenticator.dart
that imports:package:shared_preferences/shared_preferences.dart
that imports:package:shared_preferences_windows/shared_preferences_windows.dart
that declares support for platforms:Windows
.
20/30 points: code has no errors, warnings, lints, or formatting issues
INFO: 'RaisedButton' is deprecated and shouldn't be used. Use ElevatedButton instead. See the migration guide in flutter.dev/go/material-button-migration-guide). This feature was deprecated after v1.26.0-18.0.pre..
lib/src/email_link_page.dart:104:24
╷
104 │ child: RaisedButton(
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/email_link_page.dart
INFO: 'RaisedButton.RaisedButton' is deprecated and shouldn't be used. Use ElevatedButton instead. See the migration guide in flutter.dev/go/material-button-migration-guide). This feature was deprecated after v1.26.0-18.0.pre..
lib/src/email_link_page.dart:104:24
╷
104 │ child: RaisedButton(
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/email_link_page.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
crypto | ^2.1.3 | 2.1.5 | 3.0.2 |
firebase_auth | ^0.15.3 | 0.15.5+3 | 3.3.20 |
firebase_dynamic_links | ^0.3.0 | 0.3.0 | 4.2.6 |
flutter | flutter | 0.0.0 | 0.0.0 |
identity | ^0.3.0 | 0.3.6 | 0.3.6 |
identity_firebase | ^0.3.0 | 0.3.0 | 0.3.0 |
shared_preferences | ^0.5.6 | 0.5.12+4 | 2.0.15 |
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 `^2.1.3` on crypto does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions crypto
to update the constraint.
The constraint `^0.15.3` on firebase_auth does not support the stable version `0.16.0`.
Try running dart pub upgrade --major-versions firebase_auth
to update the constraint.
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.1.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
.