oneclick_login 0.0.4
oneclick_login: ^0.0.4 copied to clipboard
This is a plug-in for one click login in the alicloud number authentication service. Alibaba cloud is also used in the one click login function
We analyzed this package 11 days ago, and awarded it 120 pub points (of a possible 140):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: oneclick_login
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Repository has no matching pubspec.yaml
with name: oneclick_login
.
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
115 out of 123 API elements (93.5 %) have documentation comments.
Some symbols that are missing documentation: ali_auth
, AliAuthPlugin
, ali_auth_model
, AliAuthModel
, AliAuthModel.fromJson
.
10/10 points: Package has an example
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:oneclick_login/ali_auth.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:oneclick_login/ali_auth.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:oneclick_login/ali_auth.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:oneclick_login/ali_auth.dart
that declares support for platforms:Android
,iOS
.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
INFO: 'window' is deprecated and shouldn't be used. Look up the current FlutterView from the context via View.of(context) or consult the PlatformDispatcher directly instead. Deprecated to prepare for the upcoming multi-window support. This feature was deprecated after v3.7.0-32.0.pre.
lib/ali_auth_model.dart:798:8
╷
798 │ (window.physicalSize.width / window.devicePixelRatio * 0.8).floor();
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/ali_auth_model.dart
INFO: 'window' is deprecated and shouldn't be used. Look up the current FlutterView from the context via View.of(context) or consult the PlatformDispatcher directly instead. Deprecated to prepare for the upcoming multi-window support. This feature was deprecated after v3.7.0-32.0.pre.
lib/ali_auth_model.dart:798:36
╷
798 │ (window.physicalSize.width / window.devicePixelRatio * 0.8).floor();
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/ali_auth_model.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
flutter |
flutter |
0.0.0 | 0.0.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters |
- | 1.3.0 | 1.3.0 |
collection |
- | 1.18.0 | 1.18.0 |
material_color_utilities |
- | 0.5.0 | 0.8.0 |
meta |
- | 1.10.0 | 1.11.0 |
sky_engine |
- | 0.0.99 | 0.0.99 |
vector_math |
- | 2.1.4 | 2.1.4 |
web |
- | 0.3.0 | 0.4.0 |
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
Analyzed with Pana 0.21.43
, Flutter 3.16.1
, Dart 3.2.1
.
Check the analysis log for details.