likeminds_chat_flutter_ui 1.2.2
likeminds_chat_flutter_ui: ^1.2.2 copied to clipboard
UI package for LikeMinds Chat SDK, build your own Chat experiences using our widgets.
We analyzed this package 12 hours ago, and awarded it 110 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://likemind.community was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
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.
10/10 points: 20% or more of the public API has dartdoc comments
1450 out of 2092 API elements (69.3 %) have documentation comments.
Some symbols that are missing documentation: email, email.EmailElement.EmailElement.new, email.EmailElement.emailAddress, email.EmailElement.equals, email.EmailLinkifier.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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:likeminds_chat_flutter_ui/likeminds_chat_flutter_ui.dartthat imports:package:likeminds_chat_flutter_ui/src/theme/theme.dartthat imports:package:likeminds_chat_flutter_ui/src/widgets/widgets.dartthat imports:package:likeminds_chat_flutter_ui/src/widgets/poll/poll.dartthat imports:package:likeminds_chat_flutter_ui/packages/expandable_text/expandable_text.dartthat imports:package:likeminds_chat_flutter_ui/src/utils/utils.dartthat imports:package:likeminds_chat_flutter_ui/src/utils/media/media_utils.dartthat imports:package:video_thumbnail/video_thumbnail.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:likeminds_chat_flutter_ui/likeminds_chat_flutter_ui.dartthat imports:package:likeminds_chat_flutter_ui/src/theme/theme.dartthat imports:package:likeminds_chat_flutter_ui/src/widgets/widgets.dartthat imports:package:likeminds_chat_flutter_ui/src/widgets/poll/poll.dartthat imports:package:likeminds_chat_flutter_ui/packages/expandable_text/expandable_text.dartthat imports:package:likeminds_chat_flutter_ui/src/utils/utils.dartthat imports:package:likeminds_chat_flutter_ui/src/utils/media/media_utils.dartthat imports:package:video_thumbnail/video_thumbnail.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:likeminds_chat_flutter_ui/likeminds_chat_flutter_ui.dartthat imports:package:likeminds_chat_flutter_ui/src/theme/theme.dartthat imports:package:likeminds_chat_flutter_ui/src/widgets/widgets.dartthat imports:package:likeminds_chat_flutter_ui/src/widgets/poll/poll.dartthat imports:package:likeminds_chat_flutter_ui/packages/expandable_text/expandable_text.dartthat imports:package:likeminds_chat_flutter_ui/src/utils/utils.dartthat imports:package:likeminds_chat_flutter_ui/src/utils/media/media_utils.dartthat imports:package:video_thumbnail/video_thumbnail.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:likeminds_chat_flutter_ui/likeminds_chat_flutter_ui.dartthat imports:package:likeminds_chat_flutter_ui/src/theme/theme.dartthat imports:package:likeminds_chat_flutter_ui/src/widgets/widgets.dartthat imports:package:likeminds_chat_flutter_ui/src/widgets/poll/poll.dartthat imports:package:likeminds_chat_flutter_ui/packages/expandable_text/expandable_text.dartthat imports:package:likeminds_chat_flutter_ui/src/utils/utils.dartthat imports:package:likeminds_chat_flutter_ui/src/utils/media/audio_handler.dartthat imports:package:flutter_sound/flutter_sound.dartthat imports:package:flutter_sound/public/flutter_sound.dartthat imports:package:flutter_sound/public/flutter_sound_player.dartthat imports:package:path_provider/path_provider.dartthat 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:likeminds_chat_flutter_ui/likeminds_chat_flutter_ui.dartthat imports:package:likeminds_chat_flutter_ui/src/theme/theme.dartthat imports:package:likeminds_chat_flutter_ui/src/widgets/widgets.dartthat imports:package:likeminds_chat_flutter_ui/src/widgets/media/video.dartthat imports:package:media_kit_video/media_kit_video.dartthat imports:package:media_kit_video/src/video/video.dartthat imports:package:media_kit_video/src/video/video_texture.dartthat imports:package:media_kit_video/src/utils/wakelock.dartthat imports:package:wakelock_plus/wakelock_plus.dartthat imports:package:wakelock_plus/src/wakelock_plus_io_plugin.dartthat imports:package:wakelock_plus/src/wakelock_plus_windows_plugin.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:likeminds_chat_flutter_ui/likeminds_chat_flutter_ui.dartthat imports:package:likeminds_chat_flutter_ui/src/theme/theme.dartthat imports:package:likeminds_chat_flutter_ui/src/widgets/widgets.dartthat imports:package:likeminds_chat_flutter_ui/src/widgets/media/video.dartthat imports:package:media_kit_video/media_kit_video.dartthat imports:package:media_kit_video/src/video/video.dartthat imports:package:media_kit_video/src/video/video_texture.dartthat imports:package:media_kit_video/src/utils/wakelock.dartthat imports:package:wakelock_plus/wakelock_plus.dartthat imports:package:wakelock_plus/src/wakelock_plus_io_plugin.dartthat imports:package:wakelock_plus/src/wakelock_plus_windows_plugin.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 120 issues. Showing the first 2:
WARNING: This default clause is covered by the previous cases.
lib/src/models/media/media_model.dart:181:5
╷
181 │ default:
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/models/media/media_model.dart
WARNING: Unused import: 'dart:math'.
lib/src/widgets/conversation/chat_bubble.dart:1:8
╷
1 │ import 'dart:math';
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/conversation/chat_bubble.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cached_network_image |
^3.3.1 |
3.4.1 | 3.4.1 | |
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
custom_pop_up_menu |
^1.2.4 |
1.2.4 | 1.2.4 | |
emoji_picker_flutter |
^3.0.0 |
3.1.0 | 4.4.0 | |
flutter_cache_manager |
^3.4.1 |
3.4.1 | 3.4.1 | |
flutter_sound |
^9.16.3 |
9.30.0 | 9.30.0 | |
flutter_svg |
^2.0.10+1 |
2.2.3 | 2.2.3 | |
gif |
^2.3.0 |
2.3.0 | 2.3.0 | |
giphy_get |
^3.5.6 |
3.6.1+1 | 3.6.1+1 | |
http |
^1.1.0 |
1.6.0 | 1.6.0 | |
media_kit |
^1.1.11 |
1.2.3 | 1.2.3 | |
media_kit_libs_video |
^1.0.5 |
1.0.7 | 1.0.7 | |
media_kit_video |
^1.2.5 |
1.3.1 | 2.0.1 | |
open_file |
^3.5.10 |
3.5.10 | 3.5.10 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
path_provider |
^2.1.1 |
2.1.5 | 2.1.5 | |
pdfrx |
^1.0.101 |
1.3.5 | 2.2.17 | |
photo_view |
^0.15.0 |
0.15.0 | 0.15.0 | |
shimmer |
^3.0.0 |
3.0.0 | 3.0.0 | |
super_sliver_list |
^0.4.1 |
0.4.1 | 0.4.1 | |
swipe_to_action |
^0.2.0 |
0.2.0 | 0.3.0 | |
url_launcher |
^6.3.0 |
6.3.2 | 6.3.2 | |
video_thumbnail |
^0.5.3 |
0.5.6 | 0.5.6 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
_fe_analyzer_shared |
- | 91.0.0 | 92.0.0 | |
analyzer |
- | 8.4.1 | 9.0.0 | |
archive |
- | 4.0.7 | 4.0.7 | |
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
cached_network_image_platform_interface |
- | 4.1.1 | 4.1.1 | |
cached_network_image_web |
- | 1.3.1 | 1.3.1 | |
characters |
- | 1.4.0 | 1.4.1 | |
checked_yaml |
- | 2.0.4 | 2.0.4 | |
cli_config |
- | 0.2.0 | 0.2.0 | |
cli_util |
- | 0.4.2 | 0.4.2 | |
clock |
- | 1.1.2 | 1.1.2 | |
convert |
- | 3.1.2 | 3.1.2 | |
coverage |
- | 1.15.0 | 1.15.0 | |
crypto |
- | 3.0.7 | 3.0.7 | |
csslib |
- | 1.0.2 | 1.0.2 | |
dart_pubspec_licenses |
- | 3.0.14 | 3.0.14 | |
dbus |
- | 0.7.11 | 0.7.11 | |
extended_image |
- | 10.0.1 | 10.0.1 | |
extended_image_library |
- | 5.0.1 | 5.0.1 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 7.0.1 | 7.0.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_sound_platform_interface |
- | 9.30.0 | 10.3.8 | |
flutter_sound_web |
- | 9.30.0 | 10.3.8 | |
flutter_staggered_grid_view |
- | 0.7.0 | 0.7.0 | |
frontend_server_client |
- | 4.0.0 | 4.0.0 | |
glob |
- | 2.1.3 | 2.1.3 | |
html |
- | 0.15.6 | 0.15.6 | |
http_client_helper |
- | 3.0.0 | 3.0.0 | |
http_multi_server |
- | 3.2.2 | 3.2.2 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
image |
- | 4.5.4 | 4.5.4 | |
intl |
- | 0.20.2 | 0.20.2 | |
io |
- | 1.0.5 | 1.0.5 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
json_annotation |
- | 4.9.0 | 4.9.0 | |
lints |
- | 6.0.0 | 6.0.0 | |
logger |
- | 2.6.2 | 2.6.2 | |
logging |
- | 1.3.0 | 1.3.0 | |
markdown |
- | 7.3.0 | 7.3.0 | |
matcher |
- | 0.12.18 | 0.12.18 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
media_kit_libs_android_video |
- | 1.3.8 | 1.3.8 | |
media_kit_libs_ios_video |
- | 1.1.4 | 1.1.4 | |
media_kit_libs_linux |
- | 1.2.1 | 1.2.1 | |
media_kit_libs_macos_video |
- | 1.1.4 | 1.1.4 | |
media_kit_libs_windows_video |
- | 1.0.11 | 1.0.11 | |
meta |
- | 1.17.0 | 1.17.0 | |
mime |
- | 2.0.0 | 2.0.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
node_preamble |
- | 2.0.2 | 2.0.2 | |
octo_image |
- | 2.1.0 | 2.1.0 | |
open_file_android |
- | 1.0.6 | 1.0.6 | |
open_file_ios |
- | 1.0.3 | 1.0.3 | |
open_file_linux |
- | 0.0.5 | 0.0.5 | |
open_file_mac |
- | 1.0.3 | 1.0.3 | |
open_file_platform_interface |
- | 1.0.3 | 1.0.3 | |
open_file_web |
- | 0.0.4 | 0.0.4 | |
open_file_windows |
- | 0.0.3 | 0.0.3 | |
package_config |
- | 2.2.0 | 2.2.0 | |
package_info_plus |
- | 9.0.0 | 9.0.0 | |
package_info_plus_platform_interface |
- | 3.2.1 | 3.2.1 | |
pana |
- | 0.22.24 | 0.23.3 | |
path_parsing |
- | 1.1.0 | 1.1.0 | |
path_provider_android |
- | 2.2.22 | 2.2.22 | |
path_provider_foundation |
- | 2.5.1 | 2.5.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 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pool |
- | 1.5.2 | 1.5.2 | |
posix |
- | 6.0.3 | 6.0.3 | |
provider |
- | 6.1.5+1 | 6.1.5+1 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
pubspec_parse |
- | 1.5.0 | 1.5.0 | |
retry |
- | 3.1.2 | 3.1.2 | |
rxdart |
- | 0.28.0 | 0.28.0 | |
safe_local_storage |
- | 2.0.1 | 2.0.1 | |
safe_url_check |
- | 1.1.2 | 1.1.2 | |
screen_brightness_android |
- | 2.1.3 | 2.1.3 | |
screen_brightness_platform_interface |
- | 2.1.0 | 2.1.0 | |
shared_preferences |
- | 2.5.4 | 2.5.4 | |
shared_preferences_android |
- | 2.4.18 | 2.4.18 | |
shared_preferences_foundation |
- | 2.5.6 | 2.5.6 | |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 | |
shared_preferences_platform_interface |
- | 2.4.1 | 2.4.1 | |
shared_preferences_web |
- | 2.4.3 | 2.4.3 | |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 | |
shelf |
- | 1.4.2 | 1.4.2 | |
shelf_packages_handler |
- | 3.0.2 | 3.0.2 | |
shelf_static |
- | 1.1.3 | 1.1.3 | |
shelf_web_socket |
- | 3.0.0 | 3.0.0 | |
source_map_stack_trace |
- | 2.1.2 | 2.1.2 | |
source_maps |
- | 0.10.13 | 0.10.13 | |
source_span |
- | 1.10.1 | 1.10.1 | |
sqflite |
- | 2.4.2 | 2.4.2 | |
sqflite_android |
- | 2.4.2+2 | 2.4.2+2 | |
sqflite_common |
- | 2.5.6 | 2.5.6 | |
sqflite_darwin |
- | 2.4.2 | 2.4.2 | |
sqflite_platform_interface |
- | 2.4.0 | 2.4.0 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
synchronized |
- | 3.4.0 | 3.4.0 | |
tar |
- | 2.0.2 | 2.0.2 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test |
- | 1.28.0 | 1.28.0 | |
test_api |
- | 0.7.8 | 0.7.8 | |
test_core |
- | 0.6.14 | 0.6.14 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
universal_platform |
- | 1.1.0 | 1.1.0 | |
uri_parser |
- | 3.0.0 | 3.0.0 | |
url_launcher_android |
- | 6.3.28 | 6.3.28 | |
url_launcher_ios |
- | 6.3.6 | 6.3.6 | |
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.1 | 2.4.1 | |
url_launcher_windows |
- | 3.1.5 | 3.1.5 | |
uuid |
- | 4.5.2 | 4.5.2 | |
vector_graphics |
- | 1.1.19 | 1.1.19 | |
vector_graphics_codec |
- | 1.1.13 | 1.1.13 | |
vector_graphics_compiler |
- | 1.1.19 | 1.1.19 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
vm_service |
- | 15.0.2 | 15.0.2 | |
volume_controller |
- | 3.4.1 | 3.4.1 | |
wakelock_plus |
- | 1.4.0 | 1.4.0 | |
wakelock_plus_platform_interface |
- | 1.3.0 | 1.3.0 | |
watcher |
- | 1.1.4 | 1.1.4 | |
web |
- | 1.1.1 | 1.1.1 | |
web_socket |
- | 1.0.1 | 1.0.1 | |
web_socket_channel |
- | 3.0.3 | 3.0.3 | |
webkit_inspection_protocol |
- | 1.2.1 | 1.2.1 | |
win32 |
- | 5.15.0 | 5.15.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
xml |
- | 6.6.1 | 6.6.1 | |
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 `^3.0.0` on emoji_picker_flutter does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions emoji_picker_flutter to update the constraint.
The constraint `^1.2.5` on media_kit_video does not support the stable version `2.0.0`, that was published 24 days ago.
When media_kit_video is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions media_kit_video 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.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.