misty 1.0.1 misty: ^1.0.1 copied to clipboard
Misty - a Flutter miniapp solution.
We analyzed this package 36 hours ago, and awarded it 125 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` contains too many non-ASCII characters.
The site uses English as its primary language. The content of CHANGELOG.md
in your package should primarily contain characters used in English.
10/10 points: Use an OSI-approved license
Detected license: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
84 out of 242 API elements (34.7 %) have documentation comments.
Some symbols that are missing documentation: basis_scaffold
, basis_scaffold.BasisScaffold
, basis_scaffold.BasisScaffold.BasisScaffold
, basis_scaffold.BasisScaffold.body
, basis_scaffold.BasisScaffold.mistyViewParams
.
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:misty/misty.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:misty/misty.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:misty/misty.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:misty/misty.dart
that declares support for platforms:Android
,iOS
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:misty/misty.dart
that imports:package:misty/common/misty_view.dart
that imports:package:webview_flutter/webview_flutter.dart
that imports:package:webview_flutter/src/webview.dart
that imports:package:webview_flutter_wkwebview/webview_flutter_wkwebview.dart
that declares support for platforms:iOS
.
Package does not support platform `iOS`.
Because:
package:misty/misty.dart
that imports:package:misty/common/misty_view.dart
that imports:package:webview_flutter/webview_flutter.dart
that imports:package:webview_flutter/src/webview.dart
that imports:package:webview_flutter_android/webview_surface_android.dart
that declares support for platforms:Android
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:misty/misty.dart
that imports:package:misty/common/misty_view.dart
that imports:package:webview_flutter/webview_flutter.dart
that imports:package:webview_flutter/src/webview.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.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on iOS
It does not contain ios/misty/Package.swift
.
This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.
See https://docs.flutter.dev/to/spm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
/tmp/pana_LYZIGA/lib/model/local_server_client_config_item.dart doesn't match the Dart formatter.
To format your files run: dart format .
/tmp/pana_LYZIGA/lib/tools/local_server_status_handler.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 |
---|---|---|---|
archive |
^3.3.1 |
3.6.1 | 4.0.2 |
dio |
^4.0.6 |
4.0.6 | 5.7.0 |
flutter |
flutter |
0.0.0 | 0.0.0 |
http |
^0.13.5 |
0.13.6 | 1.2.2 |
mime |
^1.0.2 |
1.0.6 | 2.0.0 |
path |
^1.8.1 |
1.9.1 | 1.9.1 |
path_provider |
^2.0.11 |
2.1.5 | 2.1.5 |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 |
shared_preferences |
^2.0.15 |
2.3.5 | 2.3.5 |
uuid |
^3.0.6 |
3.0.7 | 4.5.1 |
webview_flutter |
^3.0.4 |
3.0.4 | 4.10.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 6 issues. Showing the first 2:
The constraint `^3.3.1` on archive does not support the stable version `4.0.0`, that was published 26 days ago.
When archive is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions archive
to update the constraint.
The constraint `^4.0.6` on dio does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions dio
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.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.