uaepass_api 1.0.3 uaepass_api: ^1.0.3 copied to clipboard
Flutter UAE PASS package for Authentication API (Login , Logout , Get user profile).
We analyzed this package 3 days ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/wh120/uaepass_api/issues
was unreachable. Make sure that the website is reachable via HEAD
requests.
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
14 out of 50 API elements (28.0 %) have documentation comments.
Some symbols that are missing documentation: const
, uae_pass_api
, uaepass_api
, uaepass_user_profile_model
, uaepass_user_profile_model.UAEPASSUserProfile
.
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:uaepass_api/uaepass_api.dart
that imports:package:uaepass_api/uaepass/uae_pass_api.dart
that imports:package:uaepass_api/uaepass/uaepass_view.dart
that imports:package:flutter_fgbg/flutter_fgbg.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:uaepass_api/uaepass_api.dart
that imports:package:uaepass_api/uaepass/uae_pass_api.dart
that imports:package:uaepass_api/uaepass/uaepass_view.dart
that imports:package:flutter_fgbg/flutter_fgbg.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:uaepass_api/uaepass_api.dart
that imports:package:uaepass_api/uaepass/uae_pass_api.dart
that imports:package:uaepass_api/uaepass/uaepass_view.dart
that imports:package:flutter_fgbg/flutter_fgbg.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:uaepass_api/uaepass_api.dart
that imports:package:uaepass_api/uaepass/uae_pass_api.dart
that imports:package:uaepass_api/uaepass/uaepass_view.dart
that imports:package:flutter_fgbg/flutter_fgbg.dart
that declares support for platforms:Android
,iOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:uaepass_api/uaepass_api.dart
that imports:package:uaepass_api/uaepass/uae_pass_api.dart
that imports:package:uaepass_api/uaepass/uaepass_view.dart
that imports:package:flutter_inappwebview/flutter_inappwebview.dart
that imports:package:flutter_inappwebview/src/main.dart
that imports:package:flutter_inappwebview/src/webview_environment/main.dart
that imports:package:flutter_inappwebview/src/webview_environment/webview_environment.dart
that imports:package:flutter_inappwebview_platform_interface/flutter_inappwebview_platform_interface.dart
that imports:package:flutter_inappwebview_platform_interface/src/main.dart
that imports:package:flutter_inappwebview_platform_interface/src/in_app_localhost_server.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
/tmp/pana_JPXKVI/lib/uaepass/uae_pass_api.dart doesn't match the Dart formatter.
To format your files run: dart format .
0/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 |
flutter_fgbg |
^0.3.0 |
0.3.0 | 0.6.0 |
flutter_inappwebview |
^6.0.0 |
6.1.5 | 6.1.5 |
http |
^1.2.1 |
1.2.2 | 1.2.2 |
url_launcher |
^6.2.6 |
6.3.1 | 6.3.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.3.0` on flutter_fgbg does not support the stable version `0.4.0`.
Try running dart pub upgrade --major-versions flutter_fgbg
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.22.15
, Flutter 3.24.4
, Dart 3.5.4
.
Check the analysis log for details.