flutter_social_auth 1.0.3
flutter_social_auth: ^1.0.3 copied to clipboard
Flutter package for login with social accounts like google, facebook, apple
We analyzed this package 22 hours ago, and awarded it 105 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("1.0.3").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
0/10 points: 20% or more of the public API has dartdoc comments
10 out of 89 API elements (11.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.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: email_validator, email_validator.EmailValidator, email_validator.EmailValidator.EmailValidator.new, email_validator.Type, email_validator.validateCode.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:flutter_social_auth/flutter_social_auth.dartthat imports:package:flutter_social_auth/service/sign_in.dartthat imports:package:sign_in_with_apple/sign_in_with_apple.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `Linux`.
Because:
package:flutter_social_auth/flutter_social_auth.dartthat imports:package:flutter_social_auth/service/sign_in.dartthat imports:package:sign_in_with_apple/sign_in_with_apple.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package not compatible with platform Web
Because:
package:flutter_social_auth/flutter_social_auth.dartthat imports:package:flutter_social_auth/service/sign_in.dartthat imports:package:sign_in_with_apple/sign_in_with_apple.dartthat imports:package:sign_in_with_apple/src/sign_in_with_apple.dartthat imports:package:sign_in_with_apple_platform_interface/sign_in_with_apple_platform_interface.dartthat imports:package:sign_in_with_apple_platform_interface/method_channel_sign_in_with_apple.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 6 issues. Showing the first 2:
WARNING: Unused import: 'dart:io'.
lib/flutter_social_auth.dart:4:8
╷
4 │ import 'dart:io';
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/flutter_social_auth.dart
INFO: Missing type annotation.
lib/flutter_social_auth.dart:106:3
╷
106 │ _onSendEmail() {
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/flutter_social_auth.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
crypto |
^3.0.3 |
3.0.7 | 3.0.7 | |
flutter_facebook_auth |
^5.0.11 |
5.0.11 | 7.1.5 | |
google_sign_in |
^6.1.0 |
6.3.0 | 7.2.0 | |
http |
^0.13.6 |
0.13.6 | 1.6.0 | |
sign_in_with_apple |
^4.3.0 |
4.3.0 | 7.0.1 |
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 `^5.0.11` on flutter_facebook_auth does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions flutter_facebook_auth to update the constraint.
The constraint `^6.1.0` 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.
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.10, Flutter 3.41.0, Dart 3.11.0.
Check the analysis log for details.