sensors_analytics_flutter_plugin 4.2.3
sensors_analytics_flutter_plugin: ^4.2.3 copied to clipboard
This is the official flutter plugin for Sensors Analytics,with this plugin you can easily collect your app data on Android and iOS.
We analyzed this package 37 hours ago, and awarded it 120 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
0/5 points: Provide a valid README.md
`README.md` contains too many non-ASCII characters.
The site uses English as its primary language. The content of README.md in your package should primarily contain characters used in English.
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.
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
62 out of 170 API elements (36.5 %) have documentation comments.
Some symbols that are missing documentation: element_util, element_util.SAElementUtil, element_util.SAElementUtil.SAElementUtil.new, element_util.SAElementUtil.findAncestorElementOfWidgetType, element_util.SAElementUtil.findTexts.
10/10 points: Package has an example
10/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:sensors_analytics_flutter_plugin/sensors_analytics_flutter_plugin.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Linux`.
Because:
package:sensors_analytics_flutter_plugin/sensors_analytics_flutter_plugin.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `macOS`.
Because:
package:sensors_analytics_flutter_plugin/sensors_analytics_flutter_plugin.dartthat declares support for platforms:Android,iOS,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:sensors_analytics_flutter_plugin/sensors_analytics_flutter_plugin.dartthat imports:dart:io
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:sensors_analytics_flutter_plugin/sensors_analytics_flutter_plugin.dartthat imports:dart:io
Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.
Swift Package Manager support:
Package does not support the Swift Package Manager on iOS
The package does not contain ios/sensors_analytics_flutter_plugin/Package.swift.
Note: This iOS or macOS plugin does not support the Swift Package Manager, resulting in a partial score. See https://docs.flutter.dev/to/spm for details.
Built-in Kotlin-ready: This Android plugin supports built-in Kotlin. 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
Found 13 issues. Showing the first 2:
INFO: Missing type annotation.
lib/autotrack/pageview/sensors_page_stack.dart:77:3
╷
77 │ _removeAllAfter(_SAPage? page) {
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/autotrack/pageview/sensors_page_stack.dart
INFO: The import of 'package:sensors_analytics_flutter_plugin/sensors_autotrack_config.dart' is unnecessary because all of the used elements are also provided by the import of 'package:sensors_analytics_flutter_plugin/sensors_analytics_flutter_plugin.dart'.
lib/sensors_analytics_autotrack.dart:8:8
╷
8 │ import 'package:sensors_analytics_flutter_plugin/sensors_autotrack_config.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/sensors_analytics_autotrack.dart
10/10 points: All of the package dependencies are supported in the latest version
No dependencies.
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.18.0 | 1.19.0 | |
vector_math |
- | 2.2.0 | 2.4.0 |
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.23.14, Flutter 3.44.5, Dart 3.12.2.
Check the analysis log for details.