auth_management_google_delegate 1.0.6
auth_management_google_delegate: ^1.0.6 copied to clipboard
Streamlines authentication processes by integrating Google's authentication services, ensuring secure access to digital platforms.
We analyzed this package 11 days ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: auth_management_google_delegate.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: auth_management_google_delegate, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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
15 out of 19 API elements (78.9 %) have documentation comments.
Some symbols that are missing documentation: auth_management_google_delegate, auth_management_google_delegate.GoogleAuthDelegate, auth_management_google_delegate.GoogleAuthDelegate.GoogleAuthDelegate.new, auth_management_google_delegate.GoogleAuthDelegate.googleSignIn.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:auth_management_google_delegate/auth_management_google_delegate.dartthat imports:package:auth_management_google_delegate/src/delegate.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:auth_management_google_delegate/auth_management_google_delegate.dartthat imports:package:auth_management_google_delegate/src/delegate.dartthat imports:package:google_sign_in/google_sign_in.dartthat declares support for platforms:Android,iOS,macOS,Web.
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Library names are not necessary.
lib/auth_management_google_delegate.dart:1:9
╷
1 │ library auth_management_google_delegate;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/auth_management_google_delegate.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
auth_management_delegates |
^1.0.2+1 |
1.0.4 | 1.0.4 | |
google_sign_in |
^6.2.2 |
6.3.0 | 7.2.0 | |
google_sign_in_platform_interface |
^2.4.5 |
2.5.0 | 3.1.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
flutter_entity |
- | 1.3.3 | 1.3.3 | |
google_identity_services_web |
- | 0.3.3+1 | 0.3.3+1 | |
google_sign_in_android |
- | 6.2.1 | 7.2.17 | |
google_sign_in_ios |
- | 5.9.0 | 6.3.3 | |
google_sign_in_web |
- | 0.12.4+4 | 1.1.3 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.4.2 | 2.4.2 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^6.2.2` on google_sign_in does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions google_sign_in to update the constraint.
The constraint `^2.4.5` on google_sign_in_platform_interface does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions google_sign_in_platform_interface to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.