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.

0
likes
90/ 160
pub points
20%
popularity

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

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.

OK
Provide documentation
20 / 20trigger folding of the section

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

283 out of 613 API elements (46.2 %) 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.

10/10 points: Package has 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: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.

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 15 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

OK
Support up-to-date dependencies
30 / 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 ^4.0.0 4.0.6 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.7 1.6.12 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.0.1 4.9.0 4.9.0
path_provider ^2.0.13 2.1.4 2.1.4
photo_view ^0.14.0 0.14.0 0.15.0
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.4.2 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 - 3.0.0 4.0.1
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_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
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 8 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 `^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.

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

Check the analysis log for details.

0
likes
90
pub points
20%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

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