contentsquare_webview_flutter 2.2.0
contentsquare_webview_flutter: ^2.2.0 copied to clipboard
Contentsquare Flutter plugin for implement tracking in webview from webview_flutter package
We analyzed this package 2 days ago, and awarded it 120 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
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
6 out of 7 API elements (85.7 %) have documentation comments.
Some symbols that are missing documentation: contentsquare_webview_flutter
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:contentsquare_webview_flutter/contentsquare_webview_flutter.dart
that imports:package:contentsquare_webview_flutter/src/spencer_tracy.dart
that imports:package:webview_flutter/webview_flutter.dart
that declares support for platforms:Android
,iOS
,macOS
.
Package does not support platform `Linux`.
Because:
package:contentsquare_webview_flutter/contentsquare_webview_flutter.dart
that imports:package:contentsquare_webview_flutter/src/spencer_tracy.dart
that imports:package:webview_flutter/webview_flutter.dart
that declares support for platforms:Android
,iOS
,macOS
.
Package does not support platform `macOS`.
Because:
package:contentsquare_webview_flutter/contentsquare_webview_flutter.dart
that imports:package:contentsquare_webview_flutter/src/spencer_tracy.dart
that imports:package:contentsquare_webview_flutter/src/kirk_douglas.dart
that imports:package:contentsquare/contentsquare.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:contentsquare_webview_flutter/contentsquare_webview_flutter.dart
that imports:package:contentsquare_webview_flutter/src/spencer_tracy.dart
that imports:package:webview_flutter/webview_flutter.dart
that declares support for platforms:Android
,iOS
,macOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:contentsquare_webview_flutter/contentsquare_webview_flutter.dart
that imports:package:contentsquare_webview_flutter/src/spencer_tracy.dart
that imports:package:contentsquare_webview_flutter/src/kirk_douglas.dart
that imports:package:contentsquare/contentsquare.dart
that imports:package:contentsquare/src/mehdi_loves_hatebreed5971.dart
that imports:package:contentsquare/src/mehdi_loves_tyr6054.dart
that imports:package:contentsquare/src/mehdi_loves_protest_the_hero5989.dart
that imports:package:contentsquare/src/mehdi_loves_high_on_fire5988.dart
that imports:package:contentsquare/src/mehdi_loves_godsmack5889.dart
that imports:package:contentsquare/src/mehdi_loves_nightwish5894.dart
that imports:package:contentsquare/src/mehdi_loves_wolves_in_the_throne_room5911.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.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 18 issues. Showing the first 2:
WARNING: Unused import: 'package:contentsquare_webview_flutter/src/spencer_tracy.dart'.
lib/src/kirk_douglas.dart:2:8
╷
2 │ import 'package:contentsquare_webview_flutter/src/spencer_tracy.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/kirk_douglas.dart
INFO: The type name 'colin_firth' isn't an UpperCamelCase identifier.
lib/src/kirk_douglas.dart:7:7
╷
7 │ class colin_firth extends StatefulWidget {
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/kirk_douglas.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
contentsquare |
^3.0.0 |
3.16.2 | 3.16.2 | |
webview_flutter |
^4.0.0 |
4.11.0 | 4.11.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
equatable |
- | 2.0.7 | 2.0.7 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
material_color_utilities |
- | 0.11.1 | 0.12.0 | |
meta |
- | 1.16.0 | 1.16.0 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
protobuf |
- | 3.1.0 | 4.0.0 | |
vector_math |
- | 2.1.4 | 2.1.5 | |
webview_flutter_android |
- | 4.4.1 | 4.4.1 | |
webview_flutter_platform_interface |
- | 2.11.0 | 2.11.0 | |
webview_flutter_wkwebview |
- | 3.20.0 | 3.20.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.22.20
, Flutter 3.29.2
, Dart 3.7.2
.
Check the analysis log for details.