mellowtel 0.0.5 mellowtel: ^0.0.5 copied to clipboard
With Mellowtel, your users can share a fraction of their unused internet by using a transparent opt-in/out mechanism. Trusted partners access the internet through this network, and you get paid for it.
We analyzed this package 32 hours ago, and awarded it 130 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description
field in your package's pubspec.yaml
file between 60 and 180 characters.
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/mellowtel-inc/mellowtel-flutter/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: LGPL-3.0
.
10/10 points: 20% or more of the public API has dartdoc comments
17 out of 36 API elements (47.2 %) have documentation comments.
Some symbols that are missing documentation: mellowtel
, mellowtel.ConsentDialogConfiguration
, mellowtel.ConsentDialogConfiguration.ConsentDialogConfiguration
, mellowtel.Mellowtel
, mellowtel.Mellowtel.connectivity
.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ iOS
-
✓ Windows
-
✓ macOS
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:mellowtel/mellowtel.dart
that declares support for platforms:iOS
,Windows
,macOS
.
Package does not support platform `Linux`.
Because:
package:mellowtel/mellowtel.dart
that declares support for platforms:iOS
,Windows
,macOS
.
Package does not support platform `Web`.
Because:
package:mellowtel/mellowtel.dart
that declares support for platforms:iOS
,Windows
,macOS
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `iOS`.
Because:
package:mellowtel/mellowtel.dart
that imports:package:mellowtel/src/mellowtel.dart
that imports:package:connectivity_plus/connectivity_plus.dart
that imports:package:connectivity_plus/src/connectivity_plus_linux.dart
that imports:package:nm/nm.dart
that declares support for platforms:Linux
.
Package does not support platform `Windows`.
Because:
package:mellowtel/mellowtel.dart
that imports:package:mellowtel/src/mellowtel.dart
that imports:package:connectivity_plus/connectivity_plus.dart
that imports:package:connectivity_plus/src/connectivity_plus_linux.dart
that imports:package:nm/nm.dart
that declares support for platforms:Linux
.
Package does not support platform `macOS`.
Because:
package:mellowtel/mellowtel.dart
that imports:package:mellowtel/src/mellowtel.dart
that imports:package:connectivity_plus/connectivity_plus.dart
that imports:package:connectivity_plus/src/connectivity_plus_linux.dart
that imports:package:nm/nm.dart
that declares support for platforms:Linux
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:mellowtel/mellowtel.dart
that imports:package:mellowtel/src/mellowtel.dart
that imports:package:mellowtel/src/webview/macos_webview_manager.dart
that imports:package:mellowtel/src/utils/web_view_action.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
Found 9 issues. Showing the first 2:
/tmp/pana_UHBYQZ/lib/src/exceptions.dart doesn't match the Dart formatter.
To format your files run: dart format .
/tmp/pana_UHBYQZ/lib/src/mellowtel.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 |
---|---|---|---|
connectivity_plus |
^6.0.5 |
6.1.0 | 6.1.0 |
cupertino_icons |
^1.0.2 |
1.0.8 | 1.0.8 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_inappwebview |
^6.0.0 |
6.1.5 | 6.1.5 |
html2md |
^1.3.2 |
1.3.2 | 1.3.2 |
http |
^1.0.0 |
1.2.2 | 1.2.2 |
shared_preferences |
^2.3.2 |
2.3.3 | 2.3.3 |
url_launcher |
^6.2.5 |
6.3.1 | 6.3.1 |
web_socket_channel |
^2.4.0 |
2.4.0 | 3.0.1 |
webview_windows |
^0.4.0 |
0.4.0 | 0.4.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^2.4.0` on web_socket_channel does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions web_socket_channel
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.5
, Dart 3.5.4
.
Check the analysis log for details.