chatwoot_sdk_update 0.0.9+4 copy "chatwoot_sdk_update: ^0.0.9+4" to clipboard
chatwoot_sdk_update: ^0.0.9+4 copied to clipboard

A flutter client sdk for chatwoot. Integrate Chatwoot flutter client into your flutter app and talk to your visitors/users in real time.

1
likes
60/ 160
pub points
26%
popularity

We analyzed this package 12 hours ago, and awarded it 60 pub points (of a possible 160):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: chatwoot_sdk_update,
    • contains a version property, and,
    • does not contain a publish_to property.

Repository has no matching pubspec.yaml with name: chatwoot_sdk_update.

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.

failed
Provide documentation
10 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

266 out of 587 API elements (45.3 %) have documentation comments.

Some symbols that are missing documentation: chatwoot_action, chatwoot_action.ChatwootAction, chatwoot_action.ChatwootAction.ChatwootAction, chatwoot_action.ChatwootAction.ChatwootAction.fromJson, chatwoot_action.ChatwootAction.command.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

failed
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

These platforms are not supported:

Package does not support platform `iOS`.

Because:

  • package:chatwoot_sdk_update/chatwoot_callbacks.dart that imports:
  • package:chatwoot_sdk_update/data/remote/responses/chatwoot_event.dart that imports:
  • package:chatwoot_sdk_update/data/local/local_storage.dart that imports:
  • package:chatwoot_sdk_update/data/local/entity/chatwoot_conversation.dart that imports:
  • package:chatwoot_sdk_update/chatwoot_sdk.dart that imports:
  • package:chatwoot_sdk_update/ui/webview_widget/chatwoot_widget.dart that imports:
  • package:chatwoot_sdk_update/ui/webview_widget/webview.dart that imports:
  • package:webview_flutter_android/webview_flutter_android.dart that declares support for platforms: Android.
Package does not support platform `Windows`.

Because:

  • package:chatwoot_sdk_update/chatwoot_callbacks.dart that imports:
  • package:chatwoot_sdk_update/data/remote/responses/chatwoot_event.dart that imports:
  • package:chatwoot_sdk_update/data/local/local_storage.dart that imports:
  • package:chatwoot_sdk_update/data/local/entity/chatwoot_conversation.dart that imports:
  • package:chatwoot_sdk_update/chatwoot_sdk.dart that imports:
  • package:chatwoot_sdk_update/ui/webview_widget/chatwoot_widget.dart that imports:
  • package:chatwoot_sdk_update/ui/webview_widget/webview.dart that imports:
  • package:webview_flutter_android/webview_flutter_android.dart that declares support for platforms: Android.
Package does not support platform `Linux`.

Because:

  • package:chatwoot_sdk_update/chatwoot_callbacks.dart that imports:
  • package:chatwoot_sdk_update/data/remote/responses/chatwoot_event.dart that imports:
  • package:chatwoot_sdk_update/data/local/local_storage.dart that imports:
  • package:chatwoot_sdk_update/data/local/entity/chatwoot_conversation.dart that imports:
  • package:chatwoot_sdk_update/chatwoot_sdk.dart that imports:
  • package:chatwoot_sdk_update/ui/webview_widget/chatwoot_widget.dart that imports:
  • package:chatwoot_sdk_update/ui/webview_widget/webview.dart that imports:
  • package:webview_flutter_android/webview_flutter_android.dart that declares support for platforms: Android.
Package does not support platform `macOS`.

Because:

  • package:chatwoot_sdk_update/chatwoot_callbacks.dart that imports:
  • package:chatwoot_sdk_update/data/remote/responses/chatwoot_event.dart that imports:
  • package:chatwoot_sdk_update/data/local/local_storage.dart that imports:
  • package:chatwoot_sdk_update/data/local/entity/chatwoot_conversation.dart that imports:
  • package:chatwoot_sdk_update/chatwoot_sdk.dart that imports:
  • package:chatwoot_sdk_update/ui/webview_widget/chatwoot_widget.dart that imports:
  • package:chatwoot_sdk_update/ui/webview_widget/webview.dart that imports:
  • package:webview_flutter_android/webview_flutter_android.dart that declares support for platforms: Android.
Package does not support platform `Web`.

Because:

  • package:chatwoot_sdk_update/chatwoot_callbacks.dart that imports:
  • package:chatwoot_sdk_update/data/remote/responses/chatwoot_event.dart that imports:
  • package:chatwoot_sdk_update/data/local/local_storage.dart that imports:
  • package:chatwoot_sdk_update/data/local/entity/chatwoot_conversation.dart that imports:
  • package:chatwoot_sdk_update/chatwoot_sdk.dart that imports:
  • package:chatwoot_sdk_update/ui/webview_widget/chatwoot_widget.dart that imports:
  • package:chatwoot_sdk_update/ui/webview_widget/webview.dart that imports:
  • package:webview_flutter_android/webview_flutter_android.dart that declares support for platforms: Android.

0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

failed
Pass static analysis
0 / 50trigger folding of the section

0/50 points: code has no errors, warnings, lints, or formatting issues

Found 55 issues. Showing the first 2:

ERROR: Target of URI hasn't been generated: 'package:chatwoot_sdk_update/data/local/entity/chatwoot_contact.g.dart'.

lib/data/local/entity/chatwoot_contact.dart:7:6

  ╷
7 │ part 'chatwoot_contact.g.dart';
  │      ^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/data/local/entity/chatwoot_contact.dart

ERROR: The method '_$ChatwootContactFromJson' isn't defined for the type 'ChatwootContact'.

lib/data/local/entity/chatwoot_contact.dart:46:7

   ╷
46 │       _$ChatwootContactFromJson(json);
   │       ^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/data/local/entity/chatwoot_contact.dart

failed
Support up-to-date dependencies
10 / 40trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
async ^2.5.0 2.12.0 2.12.0
dio ^5.0.0 5.7.0 5.7.0
equatable ^2.0.3 2.0.5 2.0.5
flutter flutter 0.0.0 0.0.0
flutter_chat_types ^3.6.2 3.6.2 3.6.2
flutter_chat_ui ^1.6.9 1.6.15 1.6.15
flutter_secure_storage ^8.0.0 8.1.0 9.2.2
hive ^2.2.3 2.2.3 2.2.3
hive_flutter ^1.1.0 1.1.0 1.1.0
intl ^0.18.0 0.18.1 0.19.0
json_annotation ^4.8.1 4.9.0 4.9.0
path_provider ^2.0.13 2.1.4 2.1.4
path_provider_platform_interface ^2.1.1 2.1.2 2.1.2
plugin_platform_interface ^2.1.7 2.1.8 2.1.8
riverpod ^0.14.0+3 0.14.0+3 2.5.3
stream_channel ^2.1.0 2.1.2 2.1.2
synchronized ^3.0.0 3.3.0+3 3.3.0+3
url_launcher ^6.1.10 6.3.1 6.3.1
uuid ^3.0.4 3.0.7 4.5.1
web_socket_channel ^2.1.0 2.4.5 3.0.1
webview_flutter ^4.0.6 4.9.0 4.10.0
webview_flutter_android ^3.12.1 3.16.9 4.0.0
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.1
clock - 1.1.1 1.1.1
collection - 1.18.0 1.19.0
crypto - 3.0.6 3.0.6
csslib - 1.0.0 1.0.0
diffutil_dart - 4.0.1 4.0.1
dio_web_adapter - 2.0.0 2.0.0
ffi - 2.1.3 2.1.3
flutter_link_previewer - 3.2.2 3.2.2
flutter_linkify - 6.0.0 6.0.0
flutter_parsed_text - 2.2.1 2.2.1
flutter_secure_storage_linux - 1.2.1 1.2.1
flutter_secure_storage_macos - 3.1.2 3.1.2
flutter_secure_storage_platform_interface - 1.1.2 1.1.2
flutter_secure_storage_web - 1.2.1 1.2.1
flutter_secure_storage_windows - 2.1.1 3.1.2
flutter_web_plugins - 0.0.0 0.0.0
freezed_annotation - 0.14.3 2.4.4
html - 0.15.4 0.15.4
http - 1.2.2 1.2.2
http_parser - 4.0.2 4.1.1
js - 0.6.7 0.7.1
linkify - 5.0.0 5.0.0
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
path - 1.9.1 1.9.1
path_provider_android - 2.2.12 2.2.12
path_provider_foundation - 2.4.0 2.4.0
path_provider_linux - 2.2.1 2.2.1
path_provider_windows - 2.3.0 2.3.0
photo_view - 0.15.0 0.15.0
platform - 3.1.6 3.1.6
scroll_to_index - 3.0.1 3.0.1
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
state_notifier - 0.7.2+1 1.0.0
string_scanner - 1.4.0 1.4.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.4.0 1.4.0
url_launcher_android - 6.3.12 6.3.12
url_launcher_ios - 6.3.1 6.3.1
url_launcher_linux - 3.2.0 3.2.0
url_launcher_macos - 3.2.1 3.2.1
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.3.3 2.3.3
url_launcher_windows - 3.1.3 3.1.3
vector_math - 2.1.4 2.1.4
visibility_detector - 0.4.0+2 0.4.0+2
web - 0.5.1 1.1.0
webview_flutter_platform_interface - 2.10.0 2.10.0
webview_flutter_wkwebview - 3.16.0 3.16.0
xdg_directories - 1.1.0 1.1.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 6 issues. Showing the first 2:

The constraint `^8.0.0` on flutter_secure_storage does not support the stable version `9.0.0`.

Try running dart pub upgrade --major-versions flutter_secure_storage to update the constraint.

The constraint `^0.18.0` on intl does not support the stable version `0.19.0`.

Try running dart pub upgrade --major-versions intl 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 45 errors:

  • URI_HAS_NOT_BEEN_GENERATED - lib/data/local/entity/chatwoot_contact.dart:7:6 - Target of URI hasn't been generated: 'package:chatwoot_sdk_update/data/local/entity/chatwoot_contact.g.dart'.
  • UNDEFINED_METHOD - lib/data/local/entity/chatwoot_contact.dart:46:7 - The method '_$ChatwootContactFromJson' isn't defined for the type 'ChatwootContact'.
  • UNDEFINED_METHOD - lib/data/local/entity/chatwoot_contact.dart:48:36 - The method '_$ChatwootContactToJson' isn't defined for the type 'ChatwootContact'.

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.22.13, Flutter 3.24.3, Dart 3.5.3.

Check the analysis log for details.