tencent_float_chat_widget 1.0.3 copy "tencent_float_chat_widget: ^1.0.3" to clipboard
tencent_float_chat_widget: ^1.0.3 copied to clipboard

PlatformAndroidiOS
unlisted

A plugin providing a floating chat widget integrated with Tencent's chat services for real-time messaging.

1
likes
120/ 160
pub points
194
downloads

We analyzed this package 4 days ago, and awarded it 120 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: tencent_float_chat_widget,
    • contains a version property, and,
    • does not contain a publish_to property.

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

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.

partial
Provide documentation
10 / 20trigger folding of the section

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

30 out of 220 API elements (13.6 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: colors, colors.FloatChatColors, colors.FloatChatColors.FloatChatColors, colors.FloatChatColors.buttonBlue, colors.FloatChatColors.cursorBlue.

10/10 points: Package has an example

failed
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:tencent_float_chat_widget/tencent_float_chat_widget.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:tencent_float_chat_widget/tencent_float_chat_widget.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:tencent_float_chat_widget/tencent_float_chat_widget.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:tencent_float_chat_widget/tencent_float_chat_widget.dart that declares support for platforms: Android, iOS.

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:tencent_float_chat_widget/tencent_float_chat_widget.dart that imports:
  • package:tencent_float_chat_widget/float_chat/manager.dart that imports:
  • package:tencent_float_chat_widget/float_chat/index.dart that imports:
  • package:tencent_float_chat_widget/float_chat/view.dart that imports:
  • package:tencent_float_chat_widget/float_chat/widgets/widgets.dart that imports:
  • package:tencent_float_chat_widget/float_chat/widgets/message_widget.dart that imports:
  • package:tencent_float_chat_widget/common/index.dart that imports:
  • package:tencent_float_chat_widget/common/store/index.dart that imports:
  • package:tencent_float_chat_widget/common/store/float_chat_store.dart that imports:
  • package:get/get.dart that imports:
  • package:get/route_manager.dart that imports:
  • package:get/get_navigation/get_navigation.dart that imports:
  • package:get/get_navigation/src/root/get_material_app.dart that imports:
  • package:get/get_utils/get_utils.dart that imports:
  • package:get/get_utils/src/platform/platform.dart that imports:
  • package:get/get_utils/src/platform/platform_web.dart that imports:
  • dart:html

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

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

0/0 points: Swift Package Manager support

Package does not support the Swift Package Manager on iOS

It does not contain ios/tencent_float_chat_widget/Package.swift.

This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.

See https://docs.flutter.dev/to/spm for details.

partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 8 issues. Showing the first 2:

INFO: The import of 'dart:ui' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart'.

lib/float_chat/widgets/emoji_panel.dart:2:8

  ╷
2 │ import 'dart:ui';
  │        ^^^^^^^^^
  ╵

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

INFO: 'MaterialStateProperty' is deprecated and shouldn't be used. Use WidgetStateProperty instead. Moved to the Widgets layer to make code available outside of Material. This feature was deprecated after v3.19.0-0.3.pre.

lib/float_chat/widgets/float_chat_button.dart:20:17

   ╷
20 │           side: MaterialStateProperty.all<BorderSide>(
   │                 ^^^^^^^^^^^^^^^^^^^^^
   ╵

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

failed
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
extended_text >=10.0.0 <14.0.0 13.1.0 14.2.0
extended_text_field >=11.0.0 <16.0.0 15.0.1 16.0.2
flutter flutter 0.0.0 0.0.0
fluttertoast ^8.2.2 8.2.10 8.2.10
get ^4.0.0 4.6.6 4.6.6
tencent_cloud_chat_sdk ^8.0.5895 8.3.6498+1 8.3.6498+1
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.4.0
collection - 1.19.0 1.19.1
extended_text_library - 12.0.1 12.0.1
ffi - 2.1.3 2.1.3
flutter_web_plugins - 0.0.0 0.0.0
js - 0.6.7 0.7.1
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
mime_type - 1.0.1 1.0.1
path - 1.9.1 1.9.1
path_provider - 2.1.5 2.1.5
path_provider_android - 2.2.15 2.2.15
path_provider_foundation - 2.4.1 2.4.1
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
sky_engine - 0.0.0 0.0.0
vector_math - 2.1.4 2.1.4
web - 1.1.0 1.1.0
xdg_directories - 1.1.0 1.1.0

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

The constraint `>=10.0.0 <14.0.0` on extended_text does not support the stable version `14.0.0`.

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

The constraint `>=11.0.0 <16.0.0` on extended_text_field does not support the stable version `16.0.0`.

Try running dart pub upgrade --major-versions extended_text_field 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.17, Flutter 3.27.0, Dart 3.6.0.

Check the analysis log for details.

1
likes
120
points
194
downloads

Publisher

verified publishertrtc.io

Weekly Downloads

A plugin providing a floating chat widget integrated with Tencent's chat services for real-time messaging.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

extended_text, extended_text_field, flutter, fluttertoast, get, tencent_cloud_chat_sdk

More

Packages that depend on tencent_float_chat_widget