flutter_chatwoot_sdk 1.0.1 copy "flutter_chatwoot_sdk: ^1.0.1" to clipboard
flutter_chatwoot_sdk: ^1.0.1 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.

90/ 160
pub points
70
downloads

We analyzed this package 15 hours ago, and awarded it 90 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.

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

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

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

283 out of 625 API elements (45.3 %) 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

Failed 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:flutter_chatwoot_sdk/chatwoot_sdk.dart that imports:
  • package:flutter_chatwoot_sdk/ui/webview_widget/chatwoot_widget.dart that imports:
  • package:flutter_chatwoot_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:flutter_chatwoot_sdk/chatwoot_sdk.dart that imports:
  • package:flutter_chatwoot_sdk/ui/webview_widget/chatwoot_widget.dart that imports:
  • package:flutter_chatwoot_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:flutter_chatwoot_sdk/chatwoot_sdk.dart that imports:
  • package:flutter_chatwoot_sdk/ui/webview_widget/chatwoot_widget.dart that imports:
  • package:flutter_chatwoot_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:flutter_chatwoot_sdk/chatwoot_sdk.dart that imports:
  • package:flutter_chatwoot_sdk/ui/webview_widget/chatwoot_widget.dart that imports:
  • package:flutter_chatwoot_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:flutter_chatwoot_sdk/chatwoot_sdk.dart that imports:
  • package:flutter_chatwoot_sdk/ui/webview_widget/chatwoot_widget.dart that imports:
  • package:flutter_chatwoot_sdk/ui/webview_widget/webview.dart that imports:
  • package:webview_flutter_android/webview_flutter_android.dart that declares support for platforms: Android.

Failed check 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 report section
Pass static analysis
0 / 50trigger folding of the section

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

Found 16 issues. Showing the first 2:

ERROR: The named parameter 'inputElevation' is required, but there's no corresponding argument.

lib/ui/chatwoot_chat_theme.dart:111:8

    ╷
111 │     }) : super(
    │ ┌────────^
112 │ │       attachmentButtonIcon: attachmentButtonIcon,
113 │ │       backgroundColor: backgroundColor,
114 │ │       dateDividerTextStyle: dateDividerTextStyle,
115 │ │       deliveredIcon: deliveredIcon,
116 │ │       documentIcon: documentIcon,
117 │ │       emptyChatPlaceholderTextStyle: emptyChatPlaceholderTextStyle,
118 │ │       errorColor: errorColor,
119 │ │       errorIcon: errorIcon,
120 │ │       inputBackgroundColor: inputBackgroundColor,
121 │ │       inputBorderRadius: inputBorderRadius,
122 │ │       inputTextColor: inputTextColor,
123 │ │       inputTextStyle: inputTextStyle,
    │ └─────────────────────────^
    ╵

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

ERROR: The named parameter 'inputSurfaceTintColor' is required, but there's no corresponding argument.

lib/ui/chatwoot_chat_theme.dart:111:8

    ╷
111 │     }) : super(
    │ ┌────────^
112 │ │       attachmentButtonIcon: attachmentButtonIcon,
113 │ │       backgroundColor: backgroundColor,
114 │ │       dateDividerTextStyle: dateDividerTextStyle,
115 │ │       deliveredIcon: deliveredIcon,
116 │ │       documentIcon: documentIcon,
117 │ │       emptyChatPlaceholderTextStyle: emptyChatPlaceholderTextStyle,
118 │ │       errorColor: errorColor,
119 │ │       errorIcon: errorIcon,
120 │ │       inputBackgroundColor: inputBackgroundColor,
121 │ │       inputBorderRadius: inputBorderRadius,
122 │ │       inputTextColor: inputTextColor,
123 │ │       inputTextStyle: inputTextStyle,
    │ └─────────────────────────^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/ui/chatwoot_chat_theme.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
async ^2.5.0 2.13.0 2.13.0
dio ^4.0.0 4.0.6 5.9.0
equatable ^2.0.3 2.0.7 2.0.7
flutter_chat_types ^3.6.2 3.6.2 3.6.2
flutter_chat_ui ^1.6.7 1.6.12 2.9.0
flutter_secure_storage ^8.0.0 8.1.0 9.2.4
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.20.2
json_annotation ^4.0.1 4.9.0 4.9.0
path_provider ^2.0.13 2.1.5 2.1.5
photo_view ^0.14.0 0.14.0 0.15.0
riverpod ^0.14.0+3 0.14.0+3 2.6.1
stream_channel ^2.1.0 2.1.4 2.1.4
synchronized ^3.0.0 3.4.0 3.4.0
url_launcher ^6.1.10 6.3.2 6.3.2
uuid ^3.0.4 3.0.7 4.5.1
web_socket_channel ^2.1.0 2.4.5 3.0.3
webview_flutter ^4.0.6 4.9.0 4.13.0
webview_flutter_android ^3.4.2 3.16.9 4.10.1
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
crypto - 3.0.6 3.0.6
csslib - 1.0.2 1.0.2
diffutil_dart - 3.0.0 4.0.1
ffi - 2.1.4 2.1.4
flutter_link_previewer - 3.2.2 4.1.2
flutter_linkify - 6.0.0 6.0.0
flutter_parsed_text - 2.2.1 2.2.1
flutter_secure_storage_linux - 1.2.3 2.0.1
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.0.0
flutter_secure_storage_windows - 2.1.1 4.0.0
freezed_annotation - 0.14.3 3.1.0
html - 0.15.6 0.15.6
http - 1.5.0 1.5.0
http_parser - 4.1.2 4.1.2
js - 0.6.7 0.7.2 Discontinued
linkify - 5.0.0 5.0.0
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
path - 1.9.1 1.9.1
path_provider_android - 2.2.18 2.2.18
path_provider_foundation - 2.4.2 2.4.2
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
scroll_to_index - 3.0.1 3.0.1
source_span - 1.10.1 1.10.1
state_notifier - 0.7.2+1 1.0.0
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.18 6.3.18
url_launcher_ios - 6.3.4 6.3.4
url_launcher_linux - 3.2.1 3.2.1
url_launcher_macos - 3.2.3 3.2.3
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.1 2.4.1
url_launcher_windows - 3.1.4 3.1.4
vector_math - 2.2.0 2.2.0
visibility_detector - 0.4.0+2 0.4.0+2
web - 0.5.1 1.1.1
webview_flutter_platform_interface - 2.14.0 2.14.0
webview_flutter_wkwebview - 3.23.0 3.23.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 9 issues. Showing the first 2:

The constraint `^4.0.0` on dio does not support the stable version `5.0.0`.

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

The constraint `^1.6.7` 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.

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.22.22, Flutter 3.35.2, Dart 3.9.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
90
points
70
downloads

Publisher

unverified uploader

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

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

More

Packages that depend on flutter_chatwoot_sdk