chatwoot_flutter_sdk 0.1.0 copy "chatwoot_flutter_sdk: ^0.1.0" to clipboard
chatwoot_flutter_sdk: ^0.1.0 copied to clipboard

PlatformAndroid

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

130/ 160
pub points
170
downloads

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

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

Failed check 0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

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

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_flutter_sdk,
    • contains a version property, and,
    • does not contain a publish_to property.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

240 out of 582 API elements (41.2 %) have documentation comments.

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

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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_flutter_sdk/chatwoot_callbacks.dart that imports:
  • package:chatwoot_flutter_sdk/data/remote/responses/chatwoot_event.dart that imports:
  • package:chatwoot_flutter_sdk/data/local/local_storage.dart that imports:
  • package:chatwoot_flutter_sdk/data/local/entity/chatwoot_conversation.dart that imports:
  • package:chatwoot_flutter_sdk/chatwoot_sdk.dart that imports:
  • package:chatwoot_flutter_sdk/ui/webview_widget/chatwoot_widget.dart that imports:
  • package:chatwoot_flutter_sdk/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_flutter_sdk/chatwoot_callbacks.dart that imports:
  • package:chatwoot_flutter_sdk/data/remote/responses/chatwoot_event.dart that imports:
  • package:chatwoot_flutter_sdk/data/local/local_storage.dart that imports:
  • package:chatwoot_flutter_sdk/data/local/entity/chatwoot_conversation.dart that imports:
  • package:chatwoot_flutter_sdk/chatwoot_sdk.dart that imports:
  • package:chatwoot_flutter_sdk/ui/webview_widget/chatwoot_widget.dart that imports:
  • package:chatwoot_flutter_sdk/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_flutter_sdk/chatwoot_callbacks.dart that imports:
  • package:chatwoot_flutter_sdk/data/remote/responses/chatwoot_event.dart that imports:
  • package:chatwoot_flutter_sdk/data/local/local_storage.dart that imports:
  • package:chatwoot_flutter_sdk/data/local/entity/chatwoot_conversation.dart that imports:
  • package:chatwoot_flutter_sdk/chatwoot_sdk.dart that imports:
  • package:chatwoot_flutter_sdk/ui/webview_widget/chatwoot_widget.dart that imports:
  • package:chatwoot_flutter_sdk/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_flutter_sdk/chatwoot_callbacks.dart that imports:
  • package:chatwoot_flutter_sdk/data/remote/responses/chatwoot_event.dart that imports:
  • package:chatwoot_flutter_sdk/data/local/local_storage.dart that imports:
  • package:chatwoot_flutter_sdk/data/local/entity/chatwoot_conversation.dart that imports:
  • package:chatwoot_flutter_sdk/chatwoot_sdk.dart that imports:
  • package:chatwoot_flutter_sdk/ui/webview_widget/chatwoot_widget.dart that imports:
  • package:chatwoot_flutter_sdk/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_flutter_sdk/chatwoot_callbacks.dart that imports:
  • package:chatwoot_flutter_sdk/data/remote/responses/chatwoot_event.dart that imports:
  • package:chatwoot_flutter_sdk/data/local/local_storage.dart that imports:
  • package:chatwoot_flutter_sdk/data/local/entity/chatwoot_conversation.dart that imports:
  • package:chatwoot_flutter_sdk/chatwoot_sdk.dart that imports:
  • package:chatwoot_flutter_sdk/ui/webview_widget/chatwoot_widget.dart that imports:
  • package:chatwoot_flutter_sdk/ui/webview_widget/webview.dart that imports:
  • package:webview_flutter_android/webview_flutter_android.dart that declares support for platforms: Android.
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 20 issues. Showing the first 2:

INFO: Missing type annotation.

lib/chatwoot_client.dart:71:3

   ╷
71 │   dispose() {
   │   ^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/chatwoot_client.dart

INFO: Missing type annotation.

lib/chatwoot_client.dart:79:3

   ╷
79 │   clearClientData() {
   │   ^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/chatwoot_client.dart

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
dio ^5.7.0 5.9.1 5.9.1
equatable ^2.0.5 2.0.8 2.0.8
flutter_chat_types ^3.6.2 3.6.2 3.6.2
flutter_chat_ui ^1.6.15 1.6.15 2.11.1
flutter_secure_storage ^9.2.2 9.2.4 10.0.0
hive ^2.2.3 2.2.3 2.2.3
hive_flutter ^1.1.0 1.1.0 1.1.0
intl ^0.20.1 0.20.2 0.20.2
json_annotation ^4.9.0 4.10.0 4.10.0
path_provider ^2.1.5 2.1.5 2.1.5
riverpod ^2.6.1 2.6.1 3.2.0
synchronized ^3.3.0 3.4.0 3.4.0
url_launcher ^6.3.1 6.3.2 6.3.2
uuid ^4.5.1 4.5.2 4.5.2
web_socket_channel ^3.0.1 3.0.3 3.0.3
webview_flutter ^4.10.0 4.13.1 4.13.1
webview_flutter_android ^4.10.2 4.10.11 4.10.11
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
code_assets - 1.0.0 1.0.0
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
csslib - 1.0.2 1.0.2
diffutil_dart - 4.0.1 4.0.1
dio_web_adapter - 2.1.1 2.1.1
ffi - 2.1.5 2.1.5
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
flutter_link_previewer - 3.2.2 4.2.0
flutter_linkify - 6.0.0 6.0.0
flutter_parsed_text - 2.2.1 2.2.1
flutter_secure_storage_linux - 1.2.3 3.0.0
flutter_secure_storage_macos - 3.1.3 4.0.0
flutter_secure_storage_platform_interface - 1.1.2 2.0.1
flutter_secure_storage_web - 1.2.1 2.1.0
flutter_secure_storage_windows - 3.1.2 4.1.0
glob - 2.1.3 2.1.3
hooks - 1.0.0 1.0.0
html - 0.15.6 0.15.6
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
js - 0.6.7 0.7.2 Discontinued
linkify - 5.0.0 5.0.0
logging - 1.3.0 1.3.0
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.18.1
mime - 2.0.0 2.0.0
native_toolchain_c - 0.17.4 0.17.4
objective_c - 9.2.5 9.2.5
path - 1.9.1 1.9.1
path_provider_android - 2.2.22 2.2.22
path_provider_foundation - 2.6.0 2.6.0
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
photo_view - 0.15.0 0.15.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
pub_semver - 2.2.0 2.2.0
scroll_to_index - 3.0.1 3.0.1
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
state_notifier - 1.0.0 1.0.0
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
url_launcher_android - 6.3.28 6.3.28
url_launcher_ios - 6.3.6 6.3.6
url_launcher_linux - 3.2.2 3.2.2
url_launcher_macos - 3.2.5 3.2.5
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.2 2.4.2
url_launcher_windows - 3.1.5 3.1.5
vector_math - 2.2.0 2.2.0
visibility_detector - 0.4.0+2 0.4.0+2
web - 1.1.1 1.1.1
web_socket - 1.0.1 1.0.1
webview_flutter_platform_interface - 2.14.0 2.14.0
webview_flutter_wkwebview - 3.23.5 3.23.5
win32 - 5.15.0 5.15.0
xdg_directories - 1.1.0 1.1.0
yaml - 3.1.3 3.1.3

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

Found 3 issues. Showing the first 2:

The constraint `^1.6.15` on flutter_chat_ui does not support the stable version `2.0.0`.

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

The constraint `^9.2.2` on flutter_secure_storage does not support the stable version `10.0.0`.

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

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.8, Flutter 3.38.8, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
7
likes
130
points
170
downloads

Publisher

verified publisherpermanentinnovations.africa

Weekly Downloads

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

Documentation

API reference

License

MIT (license)

Dependencies

dio, equatable, flutter, flutter_chat_types, flutter_chat_ui, flutter_secure_storage, hive, hive_flutter, intl, json_annotation, path_provider, riverpod, synchronized, url_launcher, uuid, web_socket_channel, webview_flutter, webview_flutter_android

More

Packages that depend on chatwoot_flutter_sdk