intercom_flutter_web 0.3.3
intercom_flutter_web: ^0.3.3 copied to clipboard
Web platform implementation of intercom_flutter
We analyzed this package 15 days ago, and awarded it 70 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
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
40 out of 46 API elements (87.0 %) have documentation comments.
Some symbols that are missing documentation: intercom_flutter_web, intercom_flutter_web.IntercomError, intercom_flutter_web.IntercomFlutterWeb.IntercomFlutterWeb.new, intercom_flutter_web.IntercomFlutterWeb.registerWith, intercom_flutter_web.IntercomStatusCallback.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Web
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:intercom_flutter_web/intercom_flutter_web.dartthat declares support for platforms:Web.
Package does not support platform `iOS`.
Because:
package:intercom_flutter_web/intercom_flutter_web.dartthat declares support for platforms:Web.
Package does not support platform `Windows`.
Because:
package:intercom_flutter_web/intercom_flutter_web.dartthat declares support for platforms:Web.
Package does not support platform `Linux`.
Because:
package:intercom_flutter_web/intercom_flutter_web.dartthat declares support for platforms:Web.
Package does not support platform `macOS`.
Because:
package:intercom_flutter_web/intercom_flutter_web.dartthat declares support for platforms:Web.
0/50 points: code has no errors, warnings, lints, or formatting issues
ERROR: The function 'allowInterop' isn't defined.
lib/intercom_flutter_web.dart:32:12
╷
32 │ js.allowInterop((unreadCount) {
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/intercom_flutter_web.dart
INFO: 'dart:js' is deprecated and shouldn't be used. Use dart:js_interop instead.
lib/intercom_flutter_web.dart:3:1
╷
3 │ import 'dart:js' as js;
│ ^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/intercom_flutter_web.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
intercom_flutter_platform_interface |
^1.3.2 |
1.3.2 | 2.0.6 | |
uuid |
^3.0.7 |
3.0.7 | 4.5.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^1.3.2` on intercom_flutter_platform_interface does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions intercom_flutter_platform_interface to update the constraint.
The constraint `^3.0.7` on uuid does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions uuid to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 1 error:
UNDEFINED_FUNCTION-lib/intercom_flutter_web.dart:32:12- The function 'allowInterop' isn't defined.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.