flutter_chat_ui_plus 1.8.5
flutter_chat_ui_plus: ^1.8.5 copied to clipboard
Actively maintained, community-driven chat UI implementation with an optional Firebase BaaS.
We analyzed this package 22 hours ago, and awarded it 130 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: flutter_chat_ui_plus.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: flutter_chat_ui_plus, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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: Apache-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
387 out of 450 API elements (86.0 %) have documentation comments.
Some symbols that are missing documentation: flutter_chat_ui, flutter_chat_ui.AnimatedCircles.AnimatedCircles.new, flutter_chat_ui.AnimatedCircles.animationOffset, flutter_chat_ui.AnimatedCircles.circlesColor, flutter_chat_ui.AvatarHandler.AvatarHandler.new.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 5 issues. Showing the first 2:
INFO: 'axisAlignment' is deprecated and shouldn't be used. Use alignment instead. This property provides full control over both axes, which is an improvement over the old axisAlignment. This feature was deprecated after v3.41.0-1.0.pre.
lib/src/widgets/chat_list.dart:141:9
╷
141 │ axisAlignment: -1,
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/chat_list.dart
INFO: 'axisAlignment' is deprecated and shouldn't be used. Use alignment instead. This property provides full control over both axes, which is an improvement over the old axisAlignment. This feature was deprecated after v3.41.0-1.0.pre.
lib/src/widgets/chat_list.dart:153:9
╷
153 │ axisAlignment: -1,
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/chat_list.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
diffutil_dart |
>=3.0.0 <5.0.0 |
4.0.1 | 5.0.0 | |
equatable |
^2.0.5 |
2.1.0 | 3.0.0 | |
flutter_chat_types |
^3.6.2 |
3.6.2 | 3.6.2 | |
flutter_link_previewer |
^3.2.2 |
3.2.2 | 4.2.1 | |
flutter_parsed_text |
^2.2.1 |
2.2.1 | 2.2.1 | |
intl |
>=0.17.0 <1.0.0 |
0.20.3 | 0.20.3 | |
meta |
>=1.8.0 <2.0.0 |
1.19.0 | 1.19.0 | |
photo_view |
^0.15.0 |
0.15.0 | 0.15.0 | |
scroll_to_index |
^3.0.1 |
3.0.1 | 3.0.1 | |
url_launcher |
>=6.1.12 <7.0.0 |
6.3.2 | 6.3.2 | |
visibility_detector |
^0.4.0+2 |
0.4.0+2 | 0.4.0+2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.3 | 1.1.3 | |
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.7 | 0.15.7 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
json_annotation |
- | 4.12.0 | 4.12.0 | |
linkify |
- | 5.0.0 | 5.0.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
source_span |
- | 1.10.2 | 1.10.2 | |
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.33 | 6.3.33 | |
url_launcher_ios |
- | 6.4.2 | 6.4.2 | |
url_launcher_linux |
- | 3.2.3 | 3.2.3 | |
url_launcher_macos |
- | 3.2.6 | 3.2.6 | |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 | |
url_launcher_web |
- | 2.4.3 | 2.4.3 | |
url_launcher_windows |
- | 3.1.6 | 3.1.6 | |
vector_math |
- | 2.4.2 | 2.4.2 | |
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 <5.0.0` on diffutil_dart does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions diffutil_dart to update the constraint.
The constraint `^2.0.5` on equatable does not support the stable version `3.0.0`, that was published 0 days ago.
When equatable is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions equatable 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.23.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.