likeminds_chat_flutter_core 0.9.0 likeminds_chat_flutter_core: ^0.9.0 copied to clipboard
The core package of LikeMinds Flutter Chat SDK
We analyzed this package 6 hours ago, and awarded it 100 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
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
2197 out of 4606 API elements (47.7 %) have documentation comments.
Some symbols that are missing documentation: cupertino_suggestions_box
, cupertino_suggestions_box.CupertinoSuggestionsBox
, cupertino_suggestions_box.CupertinoSuggestionsBox.CupertinoSuggestionsBox
, cupertino_suggestions_box.CupertinoSuggestionsBox.autoFlipDirection
, cupertino_suggestions_box.CupertinoSuggestionsBox.autoFlipListDirection
.
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_core/likeminds_chat_flutter_core.dart
that imports:package:likeminds_chat_flutter_core/src/utils/utils.dart
that imports:package:likeminds_chat_flutter_core/src/utils/media/media_handler.dart
that imports:package:likeminds_chat_flutter_ui/likeminds_chat_flutter_ui.dart
that imports:package:likeminds_chat_flutter_ui/src/theme/theme.dart
that imports:package:likeminds_chat_flutter_ui/src/widgets/widgets.dart
that imports:package:likeminds_chat_flutter_ui/src/widgets/poll/poll.dart
that imports:package:likeminds_chat_flutter_ui/packages/expandable_text/expandable_text.dart
that imports:package:likeminds_chat_flutter_ui/src/utils/utils.dart
that imports:package:likeminds_chat_flutter_ui/src/utils/media/media_utils.dart
that imports:package:video_thumbnail/video_thumbnail.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:likeminds_chat_flutter_core/likeminds_chat_flutter_core.dart
that imports:package:likeminds_chat_flutter_core/src/utils/utils.dart
that imports:package:likeminds_chat_flutter_core/src/utils/media/permission_handler.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
,Windows
,Web
.
Package does not support platform `macOS`.
Because:
package:likeminds_chat_flutter_core/likeminds_chat_flutter_core.dart
that imports:package:likeminds_chat_flutter_core/src/utils/utils.dart
that imports:package:likeminds_chat_flutter_core/src/utils/media/permission_handler.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
,Windows
,Web
.
Package does not support platform `Web`.
Because:
package:likeminds_chat_flutter_core/likeminds_chat_flutter_core.dart
that imports:package:likeminds_chat_flutter_core/src/utils/utils.dart
that imports:package:likeminds_chat_flutter_core/src/utils/media/media_handler.dart
that imports:package:likeminds_chat_flutter_ui/likeminds_chat_flutter_ui.dart
that imports:package:likeminds_chat_flutter_ui/src/theme/theme.dart
that imports:package:likeminds_chat_flutter_ui/src/widgets/widgets.dart
that imports:package:likeminds_chat_flutter_ui/src/widgets/poll/poll.dart
that imports:package:likeminds_chat_flutter_ui/packages/expandable_text/expandable_text.dart
that imports:package:likeminds_chat_flutter_ui/src/utils/utils.dart
that imports:package:likeminds_chat_flutter_ui/src/utils/media/media_utils.dart
that imports:package:video_thumbnail/video_thumbnail.dart
that declares support for platforms:Android
,iOS
.
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_core/likeminds_chat_flutter_core.dart
that imports:package:likeminds_chat_flutter_core/src/utils/utils.dart
that imports:package:likeminds_chat_flutter_core/src/utils/media/permission_handler.dart
that imports:package:device_info_plus/device_info_plus.dart
that imports:package:device_info_plus/src/device_info_plus_windows.dart
that imports:package:win32_registry/win32_registry.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:likeminds_chat_flutter_core/likeminds_chat_flutter_core.dart
that imports:package:likeminds_chat_flutter_core/src/utils/utils.dart
that imports:package:likeminds_chat_flutter_core/src/utils/media/permission_handler.dart
that imports:package:device_info_plus/device_info_plus.dart
that imports:package:device_info_plus/src/device_info_plus_windows.dart
that imports:package:win32_registry/win32_registry.dart
that declares support for platforms:Windows
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:likeminds_chat_flutter_core/likeminds_chat_flutter_core.dart
that imports:package:likeminds_chat_flutter_core/src/utils/utils.dart
that imports:package:likeminds_chat_flutter_core/src/utils/media/permission_handler.dart
that imports:package:device_info_plus/device_info_plus.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.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 108 issues. Showing the first 2:
WARNING: Unused import: 'dart:typed_data'.
lib/src/convertors/poll/poll_option_convertor.dart:1:8
╷
1 │ import 'dart:typed_data';
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/convertors/poll/poll_option_convertor.dart
WARNING: Unused import: 'package:flutter/widgets.dart'.
lib/src/convertors/poll/poll_option_convertor.dart:3:8
╷
3 │ import 'package:flutter/widgets.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/convertors/poll/poll_option_convertor.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
amazon_cognito_identity_dart_2 |
^3.6.5 |
3.7.0 | 3.7.0 |
bloc |
^8.1.4 |
8.1.4 | 8.1.4 |
cached_network_image |
^3.3.1 |
3.4.1 | 3.4.1 |
custom_pop_up_menu |
^1.2.4 |
1.2.4 | 1.2.4 |
date_format |
^2.0.7 |
2.0.9 | 2.0.9 |
device_info_plus |
^10.1.0 |
10.1.2 | 11.1.1 |
envied |
^0.5.4+1 |
0.5.4+1 | 1.0.0 |
equatable |
^2.0.5 |
2.0.7 | 2.0.7 |
extended_text_field |
^15.0.0 |
15.0.0 | 16.0.1 |
file_picker |
^8.0.6 |
8.1.4 | 8.1.4 |
firebase_core |
^3.6.0 |
3.8.0 | 3.8.0 |
firebase_database |
^11.1.4 |
11.1.6 | 11.1.6 |
firebase_messaging |
^15.1.3 |
15.1.5 | 15.1.5 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_bloc |
^8.1.5 |
8.1.6 | 8.1.6 |
flutter_keyboard_visibility |
^6.0.0 |
6.0.0 | 6.0.0 |
giphy_get |
^3.5.6 |
3.5.6 | 3.5.6 |
http |
^1.2.2 |
1.2.2 | 1.2.2 |
image_picker |
^1.1.2 |
1.1.2 | 1.1.2 |
infinite_scroll_pagination |
^4.0.0 |
4.1.0 | 4.1.0 |
intl |
^0.19.0 |
0.19.0 | 0.20.0 |
likeminds_chat_fl |
^1.9.0 |
1.9.0 | 1.9.0 |
likeminds_chat_flutter_ui |
^0.9.0 |
0.9.0 | 0.10.0 |
media_kit |
^1.1.11 |
1.1.11 | 1.1.11 |
meta |
^1.11.0 |
1.15.0 | 1.16.0 |
overlay_support |
^2.1.0 |
2.1.0 | 2.1.0 |
path |
^1.9.0 |
1.9.0 | 1.9.1 |
permission_handler |
^11.3.1 |
11.3.1 | 11.3.1 |
shared_preferences |
^2.2.3 |
2.3.3 | 2.3.3 |
shimmer |
^3.0.0 |
3.0.0 | 3.0.0 |
url_launcher |
^6.3.0 |
6.3.1 | 6.3.1 |
video_thumbnail |
^0.5.3 |
0.5.3 | 0.5.3 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 5 issues. Showing the first 2:
The constraint `^10.1.0` on device_info_plus does not support the stable version `11.0.0`.
Try running dart pub upgrade --major-versions device_info_plus
to update the constraint.
The constraint `^0.5.4+1` on envied does not support the stable version `1.0.0`, that was published 12 days ago.
When envied is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions envied
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.15
, Flutter 3.24.5
, Dart 3.5.4
.
Check the analysis log for details.