pasubot_flutter 0.0.1
pasubot_flutter: ^0.0.1 copied to clipboard
Flutter integration for Pasubot. This package makes it simple for developers to build secure and scalable products.
We analyzed this package 3 days ago, and awarded it 140 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
-
pubspec.yaml
doesn't have ahomepage
entry. -
pubspec.yaml
doesn't have arepository
entry.
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
412 out of 821 API elements (50.2 %) have documentation comments.
Some symbols that are missing documentation: pasubot_flutter.AMREntry.AMREntry.fromJson
, pasubot_flutter.AMREntry.AMREntry.new
, pasubot_flutter.AMRMethod
, pasubot_flutter.AdminUserAttributes
, pasubot_flutter.AdminUserAttributes.AdminUserAttributes.new
.
10/10 points: Package has 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:pasubot_flutter/pasubot_flutter.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:pasubot_flutter/pasubot_flutter.dart
that imports:package:pasubot_flutter/src/pasubot_auth.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:pasubot_flutter/pasubot_flutter.dart
that imports:package:pasubot_flutter/src/pasubot_auth.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
INFO: 'dart:html' is deprecated and shouldn't be used. Use package:web and dart:js_interop instead.
lib/src/local_storage_web.dart:2:1
╷
2 │ import 'dart:html' as html;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/local_storage_web.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
app_links |
>=3.5.0 <7.0.0 |
6.4.0 | 6.4.0 | |
async |
^2.11.0 |
2.13.0 | 2.13.0 | |
crypto |
^3.0.2 |
3.0.6 | 3.0.6 | |
http |
>=0.13.4 <2.0.0 |
1.4.0 | 1.4.0 | |
meta |
^1.7.0 |
1.16.0 | 1.17.0 | |
pasubot |
^0.0.1 |
0.0.1 | 0.0.1 | |
path_provider |
^2.0.0 |
2.1.5 | 2.1.5 | |
shared_preferences |
^2.0.0 |
2.5.3 | 2.5.3 | |
url_launcher |
^6.1.2 |
6.3.1 | 6.3.1 |
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.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.