zonkafeedback_sdk 0.1.1
zonkafeedback_sdk: ^0.1.1 copied to clipboard
A Flutter plugin for seamless feedback collection and management with Zonka Feedback.
We analyzed this package 8 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
23 out of 52 API elements (44.2 %) have documentation comments.
Some symbols that are missing documentation: zonka_feedback
, zonka_feedback.ZFSurvey
, zonka_feedback.ZFSurvey.ZFSurvey.new
, zonka_feedback.ZFSurvey.addCustomParam
, zonka_feedback.ZFSurvey.checkSegmenting
.
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:zonkafeedback_sdk/zonkafeedback_sdk.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:zonkafeedback_sdk/zonkafeedback_sdk.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:zonkafeedback_sdk/zonkafeedback_sdk.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:zonkafeedback_sdk/zonkafeedback_sdk.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:zonkafeedback_sdk/zonkafeedback_sdk.dart
that imports:package:zonkafeedback_sdk/src/utils/app_util.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 `iOS`.
Because:
package:zonkafeedback_sdk/zonkafeedback_sdk.dart
that imports:package:zonkafeedback_sdk/src/utils/app_util.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:zonkafeedback_sdk/zonkafeedback_sdk.dart
that imports:package:zonkafeedback_sdk/src/zf_survey_dialog.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.cn/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/zonkafeedback_sdk/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
Found 72 issues. Showing the first 2:
INFO: The constant name 'EMBED_URL' isn't a lowerCamelCase identifier.
lib/src/constant.dart:2:23
╷
2 │ static const String EMBED_URL =
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/constant.dart
INFO: The constant name 'TAG' isn't a lowerCamelCase identifier.
lib/src/constant.dart:5:23
╷
5 │ static const String TAG = "zfTag";
│ ^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/constant.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
connectivity_plus |
^6.1.1 |
6.1.5 | 7.0.0 | |
dio |
^5.7.0 |
5.9.0 | 5.9.0 | |
flutter_inappwebview |
^6.1.5 |
6.1.5 | 6.1.5 | |
freezed_annotation |
^2.4.4 |
2.4.4 | 3.1.0 | |
hive |
^2.2.3 |
2.2.3 | 2.2.3 | |
intl |
^0.20.1 |
0.20.2 | 0.20.2 | |
json_annotation |
^4.9.0 |
4.9.0 | 4.9.0 | |
path_provider |
^2.1.5 |
2.1.5 | 2.1.5 | |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 | |
pretty_dio_logger |
^1.4.0 |
1.4.0 | 1.4.0 | |
shared_preferences |
^2.3.5 |
2.5.3 | 2.5.3 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^6.1.1` on connectivity_plus does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions connectivity_plus
to update the constraint.
The constraint `^2.4.4` on freezed_annotation does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions freezed_annotation
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.24
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.