msgmorph 0.1.0
msgmorph: ^0.1.0 copied to clipboard
MsgMorph Flutter SDK - Native feedback widget and live chat for Flutter apps
We analyzed this package 42 hours ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://msgmorph.com was unreachable. Make sure that the website is reachable via HEAD requests.
Documentation URL doesn't exist.
At the time of the analysis https://docs.msgmorph.com 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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
155 out of 341 API elements (45.5 %) have documentation comments.
Some symbols that are missing documentation: msgmorph.ApiClient.ApiClient.new, msgmorph.ApiClient.baseUrl, msgmorph.ApiException.ApiException.new, msgmorph.ApiException.statusCode, msgmorph.ChatClient.ChatClient.new.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:msgmorph/msgmorph.dartthat imports:package:msgmorph/src/presentation/widgets/launchers/inline_button.dartthat imports:package:msgmorph/src/msgmorph.dartthat imports:package:msgmorph/src/presentation/widgets/msgmorph_widget.dartthat imports:package:msgmorph/src/presentation/screens/chat_screen.dartthat imports:package:msgmorph/src/state/chat_controller.dartthat imports:package:msgmorph/src/data/models/feedback_request.dartthat imports:package:msgmorph/src/core/context_collector.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:dart:io
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:msgmorph/msgmorph.dartthat imports:package:msgmorph/src/presentation/widgets/launchers/inline_button.dartthat imports:package:msgmorph/src/msgmorph.dartthat imports:package:msgmorph/src/presentation/widgets/msgmorph_widget.dartthat imports:package:msgmorph/src/presentation/screens/chat_screen.dartthat imports:package:msgmorph/src/state/chat_controller.dartthat imports:package:msgmorph/src/data/models/feedback_request.dartthat imports:package:msgmorph/src/core/context_collector.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32_registry/win32_registry.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:msgmorph/msgmorph.dartthat imports:package:msgmorph/src/presentation/widgets/launchers/inline_button.dartthat imports:package:msgmorph/src/msgmorph.dartthat imports:package:msgmorph/src/presentation/widgets/msgmorph_widget.dartthat imports:package:msgmorph/src/presentation/screens/chat_screen.dartthat imports:package:msgmorph/src/state/chat_controller.dartthat imports:package:msgmorph/src/data/models/feedback_request.dartthat imports:package:msgmorph/src/core/context_collector.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32_registry/win32_registry.dartthat declares support for platforms:Windows.
Package does not support platform `Linux`.
Because:
package:msgmorph/msgmorph.dartthat imports:package:msgmorph/src/presentation/widgets/launchers/inline_button.dartthat imports:package:msgmorph/src/msgmorph.dartthat imports:package:msgmorph/src/presentation/widgets/msgmorph_widget.dartthat imports:package:msgmorph/src/presentation/screens/chat_screen.dartthat imports:package:msgmorph/src/state/chat_controller.dartthat imports:package:msgmorph/src/data/models/feedback_request.dartthat imports:package:msgmorph/src/core/context_collector.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32_registry/win32_registry.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:msgmorph/msgmorph.dartthat imports:package:msgmorph/src/presentation/widgets/launchers/inline_button.dartthat imports:package:msgmorph/src/msgmorph.dartthat imports:package:msgmorph/src/presentation/widgets/msgmorph_widget.dartthat imports:package:msgmorph/src/presentation/screens/chat_screen.dartthat imports:package:msgmorph/src/state/chat_controller.dartthat imports:package:msgmorph/src/data/models/feedback_request.dartthat imports:package:msgmorph/src/core/context_collector.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32_registry/win32_registry.dartthat declares support for platforms:Windows.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: The type of the right operand ('String') isn't a subtype or a supertype of the left operand ('ChatSessionStatus').
lib/src/msgmorph.dart:425:65
╷
425 │ if (recoveryResult != null && recoveryResult.session.status != 'CLOSED') {
│ ^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/msgmorph.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
device_info_plus |
^12.3.0 |
12.3.0 | 12.3.0 | |
http |
^1.2.0 |
1.6.0 | 1.6.0 | |
shared_preferences |
^2.2.2 |
2.5.4 | 2.5.4 | |
socket_io_client |
^2.0.3+1 |
2.0.3+1 | 3.1.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
device_info_plus_platform_interface |
- | 7.0.3 | 7.0.3 | |
ffi |
- | 2.1.5 | 2.1.5 | |
file |
- | 7.0.1 | 7.0.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider_linux |
- | 2.2.1 | 2.2.1 | |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
shared_preferences_android |
- | 2.4.18 | 2.4.18 | |
shared_preferences_foundation |
- | 2.5.6 | 2.5.6 | |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 | |
shared_preferences_platform_interface |
- | 2.4.1 | 2.4.1 | |
shared_preferences_web |
- | 2.4.3 | 2.4.3 | |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 | |
socket_io_common |
- | 2.0.3 | 3.1.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
win32 |
- | 5.15.0 | 5.15.0 | |
win32_registry |
- | 2.1.0 | 2.1.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^2.0.3+1` on socket_io_client does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions socket_io_client 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.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.