flutter_chat_ui_flutterflow 1.6.9 copy "flutter_chat_ui_flutterflow: ^1.6.9" to clipboard
flutter_chat_ui_flutterflow: ^1.6.9 copied to clipboard

Actively maintained, community-driven chat UI implementation with an optional Firebase BaaS.

1
likes
130/ 160
pub points
34
downloads

We analyzed this package 2 days ago, and awarded it 130 pub points (of a possible 160):

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Repository URL doesn't exist.

At the time of the analysis https://github.com/flyerhq/flutter_chat_ui_flutterflow was unreachable. Make sure that the website is reachable via HEAD requests.

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: Apache-2.0.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

367 out of 419 API elements (87.6 %) have documentation comments.

Some symbols that are missing documentation: flutter_chat_ui_flutterflow, flutter_chat_ui_flutterflow.AnimatedCircles.AnimatedCircles.new, flutter_chat_ui_flutterflow.AnimatedCircles.animationOffset, flutter_chat_ui_flutterflow.AnimatedCircles.circlesColor, flutter_chat_ui_flutterflow.AvatarHandler.AvatarHandler.new.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

Passed check 0/0 points: WASM compatibility

This package is compatible with runtime wasm, and will be rewarded additional 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

Found 5 issues. Showing the first 2:

INFO: 'WillPopScope' is deprecated and shouldn't be used. Use PopScope instead. The Android predictive back feature will not work with WillPopScope. This feature was deprecated after v3.12.0-1.0.pre.

lib/src/widgets/image_gallery.dart:53:41

   ╷
53 │   Widget build(BuildContext context) => WillPopScope(
   │                                         ^^^^^^^^^^^^
   ╵

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

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

lib/src/widgets/input/input.dart:181:40

    ╷
181 │                                       .withOpacity(0.5),
    │                                        ^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/input/input.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
diffutil_dart ^3.0.0 3.0.0 4.0.1
equatable ^2.0.5 2.0.7 2.0.7
flutter_chat_types ^3.6.1 3.6.2 3.6.2
flutter_link_previewer ^3.2.0 3.2.2 3.2.2
flutter_parsed_text ^2.2.1 2.2.1 2.2.1
intl ^0.18.0 0.18.1 0.20.2
meta ^1.9.1 1.16.0 1.17.0
photo_view ^0.14.0 0.14.0 0.15.0
scroll_to_index ^3.0.1 3.0.1 3.0.1
url_launcher ^6.1.10 6.3.1 6.3.1
visibility_detector ^0.4.0+2 0.4.0+2 0.4.0+2
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
csslib - 1.0.2 1.0.2
flutter_linkify - 6.0.0 6.0.0
html - 0.15.6 0.15.6
http - 1.4.0 1.4.0
http_parser - 4.1.2 4.1.2
json_annotation - 4.9.0 4.9.0
linkify - 5.0.0 5.0.0
material_color_utilities - 0.11.1 0.13.0
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
source_span - 1.10.1 1.10.1
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.16 6.3.16
url_launcher_ios - 6.3.3 6.3.3
url_launcher_linux - 3.2.1 3.2.1
url_launcher_macos - 3.2.2 3.2.2
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.1.4 2.2.0
web - 1.1.1 1.1.1

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

Found 3 issues. Showing the first 2:

The constraint `^3.0.0` on diffutil_dart does not support the stable version `4.0.0`.

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

The constraint `^0.18.0` on intl does not support the stable version `0.19.0`.

Try running dart pub upgrade --major-versions intl 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.21, Flutter 3.32.4, Dart 3.8.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
130
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

Actively maintained, community-driven chat UI implementation with an optional Firebase BaaS.

Homepage
Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

diffutil_dart, equatable, flutter, flutter_chat_types, flutter_link_previewer, flutter_parsed_text, intl, meta, photo_view, scroll_to_index, url_launcher, visibility_detector

More

Packages that depend on flutter_chat_ui_flutterflow