pangea_sdk 0.0.1-beta.1
pangea_sdk: ^0.0.1-beta.1 copied to clipboard
Flutter package for Pangea, enabling using Pangea services
We analyzed this package 43 hours ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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
110 out of 190 API elements (57.9 %) have documentation comments.
Some symbols that are missing documentation: pangea_sdk
, pangea_sdk.APIResponse
, pangea_sdk.APIResponse.APIResponse.new
, pangea_sdk.APIResponse.result
, pangea_sdk.APIResponse.status
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ macOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Linux`.
Because:
package:pangea_sdk/pangea_sdk.dart
that imports:package:pangea_sdk/src/authn_browser_client.dart
that imports:package:flutter_inappwebview/flutter_inappwebview.dart
that declares support for platforms:Android
,iOS
,Windows
,macOS
,Web
.
These issues are present but do not affect the score, because they may not originate in your package:
Package not compatible with platform Web
Because:
package:pangea_sdk/pangea_sdk.dart
that imports:package:pangea_sdk/src/authn_browser_client.dart
that imports:package:flutter_secure_storage/flutter_secure_storage.dart
that imports:package:flutter_secure_storage_platform_interface/flutter_secure_storage_platform_interface.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:pangea_sdk/pangea_sdk.dart
that imports:package:pangea_sdk/src/authn_browser_client.dart
that imports:package:flutter_secure_storage/flutter_secure_storage.dart
that imports:package:flutter_secure_storage_platform_interface/flutter_secure_storage_platform_interface.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.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 5 issues. Showing the first 2:
INFO: Missing type annotation.
lib/src/authn_browser_client.dart:104:7
╷
104 │ get userBroadcastStream => _sessionStream.stream.asBroadcastStream();
│ ^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/authn_browser_client.dart
INFO: Missing type annotation.
lib/src/authn_browser_client.dart:106:7
╷
106 │ get session => _session;
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/authn_browser_client.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
flutter_inappwebview |
^6.0.0-beta.24+1 |
6.1.5 | 6.1.5 | |
flutter_secure_storage |
^9.0.0 |
9.2.4 | 9.2.4 | |
http |
^1.1.0 |
1.5.0 | 1.5.0 |
Transitive dependencies
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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.24
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.