widget_chat 0.0.19 copy "widget_chat: ^0.0.19" to clipboard
widget_chat: ^0.0.19 copied to clipboard

Drop-in AI chatbot widget for Flutter, FlutterFlow & web — rich content, tools, multimodal, multi-language, dashboard-configured.

120/ 160
pub points
628
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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

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

Failed check 0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

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

2457 out of 2618 API elements (93.9 %) have documentation comments.

Some symbols that are missing documentation: chat_localizations, chat_localizations.ChatLocalizations.ChatLocalizations.new, chat_localizations.ChatLocalizations.delegate, chat_localizations.ChatLocalizations.localeName, chat_localizations.ChatLocalizations.of.

Passed check 10/10 points: Package has an example and has no issues with screenshots

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

Passed check 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 does not support platform `Web`.

Because:

  • package:widget_chat/chat_widget.dart that imports:
  • package:widget_chat/src/presentation/viewmodels/chat_viewmodel.dart that imports:
  • package:widget_chat/src/data/services/sound_service.dart that imports:
  • package:audioplayers/audioplayers.dart that imports:
  • package:audioplayers/src/source.dart that imports:
  • package:audioplayers/src/audioplayer.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.

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:widget_chat/chat_widget.dart that imports:
  • package:widget_chat/src/presentation/screens/chat/chat_widget.dart that imports:
  • package:widget_chat/src/presentation/screens/chat/chat_screen.dart that imports:
  • package:widget_chat/src/core/utils/transcript_saver.dart that imports:
  • package:widget_chat/src/core/utils/transcript_saver_io.dart that imports:
  • package:share_plus/share_plus.dart that imports:
  • package:share_plus/src/share_plus_windows.dart that imports:
  • package:url_launcher_windows/url_launcher_windows.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:widget_chat/chat_widget.dart that imports:
  • package:widget_chat/src/presentation/screens/chat/chat_widget.dart that imports:
  • package:widget_chat/src/presentation/screens/chat/chat_screen.dart that imports:
  • package:widget_chat/src/core/utils/transcript_saver.dart that imports:
  • package:widget_chat/src/core/utils/transcript_saver_io.dart that imports:
  • package:share_plus/share_plus.dart that imports:
  • package:share_plus/src/share_plus_windows.dart that imports:
  • package:url_launcher_windows/url_launcher_windows.dart that declares support for platforms: Windows.
Package does not support platform `Windows`.

Because:

  • package:widget_chat/chat_widget.dart that imports:
  • package:widget_chat/src/presentation/screens/chat/chat_widget.dart that imports:
  • package:widget_chat/src/presentation/screens/chat/chat_screen.dart that imports:
  • package:widget_chat/src/core/utils/transcript_saver.dart that imports:
  • package:widget_chat/src/core/utils/transcript_saver_io.dart that imports:
  • package:share_plus/share_plus.dart that imports:
  • package:share_plus/src/share_plus_linux.dart that imports:
  • package:url_launcher_linux/url_launcher_linux.dart that declares support for platforms: Linux.
Package does not support platform `Linux`.

Because:

  • package:widget_chat/chat_widget.dart that imports:
  • package:widget_chat/src/presentation/screens/chat/chat_widget.dart that imports:
  • package:widget_chat/src/presentation/screens/chat/chat_screen.dart that imports:
  • package:widget_chat/src/core/utils/transcript_saver.dart that imports:
  • package:widget_chat/src/core/utils/transcript_saver_io.dart that imports:
  • package:share_plus/share_plus.dart that imports:
  • package:share_plus/src/share_plus_windows.dart that imports:
  • package:url_launcher_windows/url_launcher_windows.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:widget_chat/chat_widget.dart that imports:
  • package:widget_chat/src/presentation/screens/chat/chat_widget.dart that imports:
  • package:widget_chat/src/presentation/screens/chat/chat_screen.dart that imports:
  • package:widget_chat/src/core/utils/transcript_saver.dart that imports:
  • package:widget_chat/src/core/utils/transcript_saver_io.dart that imports:
  • package:share_plus/share_plus.dart that imports:
  • package:share_plus/src/share_plus_windows.dart that imports:
  • package:url_launcher_windows/url_launcher_windows.dart that declares support for platforms: Windows.
Failed report section
Pass static analysis
30 / 50trigger folding of the section

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

Found 81 issues. Showing the first 2:

WARNING: The diagnostic 'invalid_annotation_target' doesn't need to be ignored here because it's already being ignored.

lib/src/data/models/bot_configuration.freezed.dart:1828:12

     ╷
1828 │ // ignore: invalid_annotation_target
     │            ^^^^^^^^^^^^^^^^^^^^^^^^^
     ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/data/models/bot_configuration.freezed.dart

WARNING: The diagnostic 'invalid_annotation_target' doesn't need to be ignored here because it's already being ignored.

lib/src/data/models/bot_configuration.freezed.dart:1830:12

     ╷
1830 │ // ignore: invalid_annotation_target
     │            ^^^^^^^^^^^^^^^^^^^^^^^^^
     ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/data/models/bot_configuration.freezed.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
audioplayers ^6.7.1 6.8.1 6.8.1
crypto ^3.0.7 3.0.7 3.0.7
dio ^5.9.2 5.10.0 5.10.0
dio_cache_interceptor ^4.0.6 4.0.7 4.0.7
flutter_cache_manager ^3.4.1 3.4.1 3.4.1
flutter_highlighter ^0.1.1 0.1.1 0.1.1
flutter_localisation ^2.1.2 2.1.5 2.1.5
flutter_markdown ^0.7.7+1 0.7.7+1 0.7.7+1 Discontinued
freezed_annotation ^3.1.0 3.1.0 3.1.0
get_it ^9.2.1 9.2.1 9.2.1
google_fonts ^6.3.3 6.3.3 8.1.0
http ^1.6.0 1.6.0 1.6.0
http_cache_hive_store ^5.1.0 5.1.0 5.1.0
image_picker ^1.2.2 1.2.3 1.2.3
injectable ^2.7.1+4 2.7.1+4 3.0.0
intl ^0.20.2 0.20.2 0.20.3
json_annotation ^4.12.0 4.12.0 4.12.0
path_provider ^2.1.6 2.1.6 2.1.6
provider ^6.1.5+1 6.1.5+1 6.1.5+1
retrofit ^4.9.2 4.9.2 4.9.2
share_plus ^11.1.0 11.1.0 13.2.0
shared_preferences ^2.5.5 2.5.5 2.5.5
url_launcher ^6.3.2 6.3.2 6.3.2
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
audioplayers_android - 5.3.0 5.3.0
audioplayers_darwin - 6.5.0 6.5.0
audioplayers_linux - 4.3.0 4.3.0
audioplayers_platform_interface - 7.2.0 7.2.0
audioplayers_web - 5.3.0 5.3.0
audioplayers_windows - 4.4.1 4.4.1
characters - 1.4.1 1.4.1
clock - 1.1.2 1.1.2
code_assets - 1.2.1 1.2.1
collection - 1.19.1 1.19.1
cross_file - 0.3.5+4 0.3.5+4
dio_web_adapter - 2.2.0 2.2.0
ffi - 2.2.0 2.2.0
file - 7.0.1 7.0.1
file_selector_linux - 0.9.4 0.9.4
file_selector_macos - 0.9.5 0.9.5
file_selector_platform_interface - 2.7.0 2.7.0
file_selector_windows - 0.9.3+5 0.9.3+5
fixnum - 1.1.1 1.1.1
flutter_plugin_android_lifecycle - 2.0.35 2.0.35
highlighter - 0.1.1 0.1.1
hive_ce - 2.19.3 2.19.3
hooks - 2.0.2 2.0.2
http_cache_core - 1.1.4 1.1.4
http_parser - 4.1.2 4.1.2
image_picker_android - 0.8.13+19 0.8.13+19
image_picker_for_web - 3.1.1 3.1.1
image_picker_ios - 0.8.13+6 0.8.13+6
image_picker_linux - 0.2.2 0.2.2
image_picker_macos - 0.2.2+1 0.2.2+1
image_picker_platform_interface - 2.11.1 2.11.1
image_picker_windows - 0.2.2 0.2.2
isolate_channel - 0.6.1 0.6.1
jni - 1.0.0 1.0.0
jni_flutter - 1.0.1 1.0.1
logging - 1.3.0 1.3.0
markdown - 7.3.1 7.3.1
material_color_utilities - 0.13.0 0.13.0
meta - 1.18.0 1.18.3
mime - 2.0.0 2.0.0
nested - 1.0.0 1.0.0
objective_c - 9.4.1 9.4.1
package_config - 2.2.0 3.0.0
path - 1.9.1 1.9.1
path_provider_android - 2.3.1 2.3.1
path_provider_foundation - 2.6.0 2.6.0
path_provider_linux - 2.2.2 2.2.2
path_provider_platform_interface - 2.1.3 2.1.3
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
pub_semver - 2.2.0 2.2.0
record_use - 0.6.0 0.6.0
rxdart - 0.28.0 0.28.0
share_plus_platform_interface - 6.1.0 7.1.0
shared_preferences_android - 2.4.26 2.4.26
shared_preferences_foundation - 2.5.6 2.5.6
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.2 2.4.2
shared_preferences_web - 2.4.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
source_span - 1.10.2 1.10.2
sqflite - 2.4.3 2.4.3
sqflite_android - 2.4.3 2.4.3
sqflite_common - 2.5.11 2.5.11
sqflite_darwin - 2.4.3+1 2.4.3+1
sqflite_platform_interface - 2.4.1 2.4.1
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.1 3.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
url_launcher_android - 6.3.32 6.3.32
url_launcher_ios - 6.4.1 6.4.1
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.3 2.4.3
url_launcher_windows - 3.1.5 3.1.5
uuid - 4.5.3 4.5.3
vector_math - 2.2.0 2.4.0
web - 1.1.1 1.1.1
win32 - 5.15.0 6.3.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 4 issues. Showing the first 2:

The constraint `^6.3.3` on google_fonts does not support the stable version `7.0.0`.

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

The constraint `^2.7.1+4` on injectable does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions injectable 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.14, Flutter 3.44.4, Dart 3.12.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: