atatus_webview_tracking 1.0.4
atatus_webview_tracking: ^1.0.4 copied to clipboard
A package for tracking Atatus sessions in a webview
We analyzed this package 6 days ago, and awarded it 130 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Homepage URL is insecure.
Update the homepage field and use a secure (https) URL.
Repository URL doesn't exist.
At the time of the analysis https://github.com/Atatus/atatus-flutter-agent 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: Apache-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
1 out of 4 API elements (25.0 %) have documentation comments.
Some symbols that are missing documentation: atatus_webview_tracking, atatus_webview_tracking.AtatusWebview, atatus_webview_tracking.methodChannel.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Android
These platforms are not supported:
Package does not support platform `iOS`.
Because:
package:atatus_webview_tracking/atatus_webview_tracking.dartthat declares support for platforms:Android.
Package does not support platform `Windows`.
Because:
package:atatus_webview_tracking/atatus_webview_tracking.dartthat declares support for platforms:Android.
Package does not support platform `Linux`.
Because:
package:atatus_webview_tracking/atatus_webview_tracking.dartthat declares support for platforms:Android.
Package does not support platform `macOS`.
Because:
package:atatus_webview_tracking/atatus_webview_tracking.dartthat declares support for platforms:Android.
Package does not support platform `Web`.
Because:
package:atatus_webview_tracking/atatus_webview_tracking.dartthat declares support for platforms:Android.
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:atatus_webview_tracking/atatus_webview_tracking.dartthat imports:package:atatus_webview_tracking/src/atatus_webview.dartthat imports:package:webview_flutter_wkwebview/webview_flutter_wkwebview.dartthat declares support for platforms:iOS,macOS.
Built-in Kotlin support:
Legacy Kotlin configuration detected in `android/build.gradle`.
This plugin applies the Kotlin Gradle Plugin (KGP) or uses the android.kotlinOptions{} block.
Note: This Android plugin does not support built-in Kotlin. In the future, this might affect scoring. See https://docs.flutter.dev/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: The 'http' protocol shouldn't be used because it isn't secure.
pubspec.yaml:4:11
╷
4 │ homepage: http://atatus.com
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze pubspec.yaml
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
atatus_flutter_plugin |
^1.0.1 |
1.0.4 | 1.0.4 | |
webview_flutter |
^4.0.4 |
4.9.0 | 4.14.1 | |
webview_flutter_android |
^3.8.2 |
3.16.9 | 4.14.0 | |
webview_flutter_wkwebview |
^3.18.0 |
3.26.0 | 3.26.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.1 | 2.13.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
ffi |
- | 2.2.0 | 2.2.0 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
jni |
- | 0.14.2 | 1.0.3 | |
json_annotation |
- | 4.12.0 | 4.12.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.18.0 | 1.19.0 | |
package_config |
- | 2.2.0 | 3.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uuid |
- | 4.6.0 | 4.6.0 | |
vector_math |
- | 2.2.0 | 2.4.2 | |
web |
- | 1.1.1 | 1.1.1 | |
webview_flutter_platform_interface |
- | 2.15.1 | 2.15.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^3.8.2` on webview_flutter_android does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions webview_flutter_android 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.23.18, Flutter 3.44.9, Dart 3.12.2.
Check the analysis log for details.