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

A Flutter package for easy implementation of chat composer allows users to chat with Text, Audio, and Other Media.

46
likes
130/ 160
pub points
171
downloads

We analyzed this package 19 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

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

43 out of 111 API elements (38.7 %) have documentation comments.

Some symbols that are missing documentation: chat_composer, chat_composer.ChatComposer, chat_composer.ChatComposer.ChatComposer.new, consts, consts.composerHeight.

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 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:chat_composer/chat_composer.dart that imports:
  • package:chat_composer/widgets/send_button.dart that imports:
  • package:fluttertoast/fluttertoast.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Linux`.

Because:

  • package:chat_composer/chat_composer.dart that imports:
  • package:chat_composer/widgets/send_button.dart that imports:
  • package:fluttertoast/fluttertoast.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `macOS`.

Because:

  • package:chat_composer/chat_composer.dart that imports:
  • package:chat_composer/widgets/send_button.dart that imports:
  • package:fluttertoast/fluttertoast.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Web`.

Because:

  • package:chat_composer/chat_composer.dart that imports:
  • package:chat_composer/widgets/send_button.dart that imports:
  • package:chat_composer/cubit/recordaudio_cubit.dart that imports:
  • package:permission_handler/permission_handler.dart that declares support for platforms: Android, iOS, Windows.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:chat_composer/chat_composer.dart that imports:
  • package:chat_composer/widgets/send_button.dart that imports:
  • package:fluttertoast/fluttertoast.dart that imports:
  • dart:io

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.

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

INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.

lib/widgets/send_button.dart:179:52

179 │                       backgroundColor: Colors.grey.withOpacity(0.8),
    │                                                    ^^^^^^^^^^^
    ╵
copied to clipboard

To reproduce make sure you are using the lints_core and run flutter analyze lib/widgets/send_button.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
bloc ^8.0.3 8.1.4 9.0.0
flutter_bloc ^8.0.1 8.1.6 9.1.0
flutter_sound_lite ^8.5.0 8.5.0 8.5.0 Discontinued
fluttertoast ^8.0.9 8.2.12 8.2.12
path_provider ^2.0.11 2.1.5 2.1.5
permission_handler ^10.0.0 10.4.5 11.4.0
plugin_platform_interface ^2.1.2 2.1.8 2.1.8
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.0
collection - 1.19.1 1.19.1
crypto - 3.0.6 3.0.6
ffi - 2.1.4 2.1.4
flutter_sound_platform_interface - 8.5.0 10.2.5
flutter_sound_web - 8.5.0 10.2.5
js - 0.6.7 0.7.2 Discontinued
logger - 1.4.0 2.5.0
material_color_utilities - 0.11.1 0.12.0
meta - 1.16.0 1.16.0
nested - 1.0.0 1.0.0
path - 1.9.1 1.9.1
path_provider_android - 2.2.16 2.2.16
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
permission_handler_android - 10.3.6 13.0.1
permission_handler_apple - 9.1.4 9.4.6
permission_handler_platform_interface - 3.12.0 4.3.0
permission_handler_windows - 0.1.3 0.2.1
platform - 3.1.6 3.1.6
provider - 6.1.4 6.1.4
recase - 4.1.0 4.1.0
synchronized - 3.3.1 3.3.1
typed_data - 1.4.0 1.4.0
uuid - 3.0.7 4.5.1
vector_math - 2.1.4 2.1.4
web - 1.1.1 1.1.1
xdg_directories - 1.1.0 1.1.0

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

Found 4 issues. Showing the first 2:

The constraint `^8.0.3` on bloc does not support the stable version `9.0.0`.

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

The constraint `^8.0.1` on flutter_bloc does not support the stable version `9.0.0`.

Try running dart pub upgrade --major-versions flutter_bloc 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.20, Flutter 3.29.2, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
Jul 2Jul 30Aug 27Sep 24Oct 22Nov 19Dec 17Jan 14Feb 11Mar 1105101520253035>=0.0.0-0 <1.0.0>=1.0.0-0 <2.0.0
46
likes
130
points
171
downloads

Publisher

verified publisheranouarkabbouri.com

Weekly Downloads

2024.09.17 - 2025.04.01

A Flutter package for easy implementation of chat composer allows users to chat with Text, Audio, and Other Media.

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

bloc, flutter, flutter_bloc, flutter_sound_lite, fluttertoast, path_provider, permission_handler, plugin_platform_interface

More

Packages that depend on chat_composer