chatify 0.1.2
chatify: ^0.1.2 copied to clipboard
Chat package for flutter
We analyzed this package 6 hours ago, and awarded it 60 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 50 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
10/10 points: Use an OSI-approved license
Detected license: BSD-3-Clause
.
0/10 points: 20% or more of the public API has dartdoc comments
8 out of 160 API elements (5.0 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs
lint.
Some symbols that are missing documentation: chatify
, chatify.Chat
, chatify.Chat.Chat.new
, chatify.Chat.copyWith
, chatify.Chat.fromJson
.
10/10 points: Package has 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:chatify/chatify.dart
that imports:package:chatify/src/core/chatify.dart
that imports:package:firebase_database/firebase_database.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `Linux`.
Because:
package:chatify/chatify.dart
that imports:package:chatify/src/core/config.dart
that imports:package:chatify/src/models/messages/message.dart
that imports:package:chatify/src/models/messages/text.dart
that imports:package:chatify/src/models/models.dart
that imports:package:chatify/src/models/chat.dart
that imports:package:cloud_firestore/cloud_firestore.dart
that declares support for platforms:Android
,iOS
,Windows
,macOS
,Web
.
Package does not support platform `macOS`.
Because:
package:chatify/chatify.dart
that imports:package:chatify/src/core/chatify.dart
that imports:package:chatify/src/ui/chat_view/chatting_room.dart
that imports:package:chatify/src/ui/chats/connectivity.dart
that imports:package:connectivity_plus/connectivity_plus.dart
that imports:package:connectivity_plus/src/connectivity_plus_linux.dart
that imports:package:nm/nm.dart
that declares support for platforms:Linux
.
Package does not support platform `Web`.
Because:
package:chatify/chatify.dart
that imports:package:chatify/src/core/chatify.dart
that imports:package:chatify/src/ui/chat_view/chatting_room.dart
that imports:package:chatify/src/ui/chat_view/body/app_bar.dart
that imports:package:chatify/src/ui/chats/chat_image.dart
that imports:package:chatify/src/ui/common/image.dart
that imports:package:optimized_cached_image/optimized_cached_image.dart
that imports:package:optimized_cached_image/src/image_provider/optimized_cached_image_provider.dart
that imports:package:optimized_cached_image/src/image_provider/_image_provider_web.dart
that imports:package:flutter_cache_manager/flutter_cache_manager.dart
that imports:package:flutter_cache_manager/src/storage/cache_info_repositories/cache_info_repositories.dart
that imports:package:flutter_cache_manager/src/storage/cache_info_repositories/json_cache_info_repository.dart
that imports:package:path_provider/path_provider.dart
that 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:chatify/chatify.dart
that imports:package:chatify/src/core/chatify.dart
that imports:package:chatify/src/ui/chat_view/chatting_room.dart
that imports:package:chatify/src/ui/chats/connectivity.dart
that imports:package:connectivity_plus/connectivity_plus.dart
that imports:package:connectivity_plus/src/connectivity_plus_linux.dart
that imports:package:nm/nm.dart
that declares support for platforms:Linux
.
Package does not support platform `iOS`.
Because:
package:chatify/chatify.dart
that imports:package:chatify/src/core/chatify.dart
that imports:package:chatify/src/ui/chat_view/chatting_room.dart
that imports:package:chatify/src/ui/chats/connectivity.dart
that imports:package:connectivity_plus/connectivity_plus.dart
that imports:package:connectivity_plus/src/connectivity_plus_linux.dart
that imports:package:nm/nm.dart
that declares support for platforms:Linux
.
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 124 issues. Showing the first 2:
ERROR: The name 'DecoratedSliver' is defined in the libraries 'package:chatify/src/ui/common/sliver_group.dart' and 'package:flutter/src/widgets/decorated_sliver.dart (via package:flutter/material.dart)'.
lib/src/ui/chat_view/body/images/bottom_sheet.dart:121:15
╷
121 │ DecoratedSliver(
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/ui/chat_view/body/images/bottom_sheet.dart
ERROR: 'DecoratedSliver' isn't a function.
lib/src/ui/chat_view/body/images/bottom_sheet.dart:121:15
╷
121 │ DecoratedSliver(
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/ui/chat_view/body/images/bottom_sheet.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
any_link_preview |
^3.0.0 |
3.0.0 | 3.0.3 | |
bloc |
^8.1.2 |
8.1.4 | 9.0.0 | |
camera |
^0.10.5+5 |
0.10.6 | 0.11.1 | |
cloud_firestore |
^4.4.3 |
4.17.5 | 5.6.9 | |
connectivity_plus |
^5.0.1 |
5.0.2 | 6.1.4 | |
device_info_plus |
^9.1.0 |
9.1.2 | 11.5.0 | |
emoji_picker_flutter |
^1.6.2 |
1.6.4 | 4.3.0 | |
firebase_database |
^10.2.6 |
10.5.7 | 11.3.7 | |
firebase_storage |
^11.0.14 |
11.6.5 | 12.4.7 | |
flutter_animate |
^4.2.0+1 |
4.5.2 | 4.5.2 | |
flutter_bloc |
^8.1.3 |
8.1.6 | 9.1.1 | |
flutter_cache_manager |
^3.3.1 |
3.3.1 | 3.4.1 | |
flutter_image_compress |
^1.1.3 |
1.1.3 | 2.4.0 | |
http |
^0.13.6 |
0.13.6 | 1.4.0 | |
iconsax |
^0.0.8 |
0.0.8 | 0.0.8 | |
image_picker |
^0.8.6+4 |
0.8.9 | 1.1.2 | |
intl |
^0.18.0 |
0.18.1 | 0.20.2 | |
just_audio |
^0.9.35 |
0.9.46 | 0.10.4 | |
kr_pull_down_button |
^1.0.0 |
1.0.1 | 1.0.1 | |
lottie |
^2.6.0 |
2.7.0 | 3.3.1 | |
optimized_cached_image |
^3.0.1 |
3.0.1 | 3.0.1 | |
path_provider |
^2.0.13 |
2.1.5 | 2.1.5 | |
permission_handler |
^11.0.1 |
11.4.0 | 12.0.0+1 | |
photo_gallery |
^2.1.1 |
2.2.1 | 2.2.1 | |
provider |
^6.0.5 |
6.1.5 | 6.1.5 | |
record |
^4.4.4 |
4.4.4 | 6.0.0 | |
rxdart |
^0.27.7 |
0.27.7 | 0.28.0 | |
shared_preferences |
^2.2.2 |
2.5.3 | 2.5.3 | |
vibration |
^1.8.3 |
1.9.0 | 3.1.3 | |
zoom_widget |
^2.0.1 |
2.0.1 | 2.0.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
_flutterfire_internals |
- | 1.3.35 | 1.3.56 | |
archive |
- | 3.6.1 | 4.0.7 | |
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
audio_session |
- | 0.1.25 | 0.2.2 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
camera_android |
- | 0.10.10+3 | 0.10.10+3 | |
camera_avfoundation |
- | 0.9.20+1 | 0.9.20+1 | |
camera_platform_interface |
- | 2.10.0 | 2.10.0 | |
camera_web |
- | 0.3.5 | 0.3.5 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
cloud_firestore_platform_interface |
- | 6.2.5 | 6.6.9 | |
cloud_firestore_web |
- | 3.12.5 | 4.4.9 | |
collection |
- | 1.19.1 | 1.19.1 | |
connectivity_plus_platform_interface |
- | 1.2.4 | 2.0.1 | |
cross_file |
- | 0.3.4+2 | 0.3.4+2 | |
crypto |
- | 3.0.6 | 3.0.6 | |
csslib |
- | 1.0.2 | 1.0.2 | |
dbus |
- | 0.7.11 | 0.7.11 | |
device_info_plus_platform_interface |
- | 7.0.3 | 7.0.3 | |
fake_async |
- | 1.3.3 | 1.3.3 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 6.1.4 | 7.0.1 | |
file_selector_linux |
- | 0.9.3+2 | 0.9.3+2 | |
file_selector_macos |
- | 0.9.4+3 | 0.9.4+3 | |
file_selector_platform_interface |
- | 2.6.2 | 2.6.2 | |
file_selector_windows |
- | 0.9.3+4 | 0.9.3+4 | |
firebase_core |
- | 2.32.0 | 3.14.0 | |
firebase_core_platform_interface |
- | 5.4.0 | 5.4.0 | |
firebase_core_web |
- | 2.23.0 | 2.23.0 | |
firebase_database_platform_interface |
- | 0.2.5+35 | 0.2.6+7 | |
firebase_database_web |
- | 0.2.5+7 | 0.2.6+13 | |
firebase_storage_platform_interface |
- | 5.1.22 | 5.2.7 | |
firebase_storage_web |
- | 3.6.22 | 3.10.14 | |
flutter_blurhash |
- | 0.7.0 | 0.9.1 | |
flutter_plugin_android_lifecycle |
- | 2.0.28 | 2.0.28 | |
flutter_shaders |
- | 0.1.3 | 0.1.3 | |
html |
- | 0.15.6 | 0.15.6 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
image |
- | 3.3.0 | 4.5.4 | |
image_picker_android |
- | 0.8.12+23 | 0.8.12+23 | |
image_picker_for_web |
- | 2.2.0 | 3.0.6 | |
image_picker_ios |
- | 0.8.12+2 | 0.8.12+2 | |
image_picker_linux |
- | 0.2.1+2 | 0.2.1+2 | |
image_picker_macos |
- | 0.2.1+2 | 0.2.1+2 | |
image_picker_platform_interface |
- | 2.10.1 | 2.10.1 | |
image_picker_windows |
- | 0.2.1+1 | 0.2.1+1 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
just_audio_platform_interface |
- | 4.5.0 | 4.5.0 | |
just_audio_web |
- | 0.4.16 | 0.4.16 | |
leak_tracker |
- | 10.0.9 | 11.0.1 | |
leak_tracker_flutter_testing |
- | 3.0.9 | 3.0.10 | |
leak_tracker_testing |
- | 3.0.1 | 3.0.2 | |
matcher |
- | 0.12.17 | 0.12.17 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
mime |
- | 1.0.6 | 2.0.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
nm |
- | 0.5.0 | 0.5.0 | |
octo_image |
- | 1.0.2 | 2.1.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider_android |
- | 2.2.17 | 2.2.17 | |
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 | |
pedantic |
- | 1.11.1 | 1.11.1 | Discontinued |
permission_handler_android |
- | 12.1.0 | 13.0.1 | |
permission_handler_apple |
- | 9.4.7 | 9.4.7 | |
permission_handler_html |
- | 0.1.3+5 | 0.1.3+5 | |
permission_handler_platform_interface |
- | 4.3.0 | 4.3.0 | |
permission_handler_windows |
- | 0.2.1 | 0.2.1 | |
petitparser |
- | 6.1.0 | 7.0.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
record_linux |
- | 0.4.1 | 1.1.1 | |
record_macos |
- | 0.2.2 | 1.0.0 | |
record_platform_interface |
- | 0.5.0 | 1.3.0 | |
record_web |
- | 0.5.0 | 1.1.8 | |
record_windows |
- | 0.7.1 | 1.0.6 | |
shared_preferences_android |
- | 2.4.10 | 2.4.10 | |
shared_preferences_foundation |
- | 2.5.4 | 2.5.4 | |
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 | |
source_span |
- | 1.10.1 | 1.10.1 | |
sprintf |
- | 6.0.2 | 7.0.0 | |
sqflite |
- | 2.4.2 | 2.4.2 | |
sqflite_android |
- | 2.4.1 | 2.4.1 | |
sqflite_common |
- | 2.5.5 | 2.5.5 | |
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 | |
stream_transform |
- | 2.1.1 | 2.1.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
string_validator |
- | 0.3.0 | 1.2.0 | |
synchronized |
- | 3.4.0 | 3.4.0 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.4 | 0.7.6 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
url_launcher |
- | 6.3.1 | 6.3.1 | |
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 | |
uuid |
- | 3.0.7 | 4.5.1 | |
vector_math |
- | 2.1.4 | 2.2.0 | |
vibration_platform_interface |
- | 0.0.3 | 0.1.0 | |
vm_service |
- | 15.0.0 | 15.0.2 | |
web |
- | 1.1.1 | 1.1.1 | |
win32 |
- | 5.14.0 | 5.14.0 | |
win32_registry |
- | 1.1.5 | 2.1.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
xml |
- | 6.5.0 | 6.6.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 19 issues. Showing the first 2:
The constraint `^8.1.2` 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 `^0.10.5+5` on camera does not support the stable version `0.11.0`.
Try running dart pub upgrade --major-versions camera
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 4 errors:
AMBIGUOUS_IMPORT
-lib/src/ui/chat_view/body/images/bottom_sheet.dart:121:15
- The name 'DecoratedSliver' is defined in the libraries 'package:chatify/src/ui/common/sliver_group.dart' and 'package:flutter/src/widgets/decorated_sliver.dart (via package:flutter/material.dart)'.INVOCATION_OF_NON_FUNCTION
-lib/src/ui/chat_view/body/images/bottom_sheet.dart:121:15
- 'DecoratedSliver' isn't a function.UNDEFINED_METHOD
-lib/src/ui/common/swipeable_page_route.dart:166:39
- The method 'isPopGestureInProgress' isn't defined for the type 'CupertinoRouteTransitionMixin'.
Run flutter pub downgrade
and then flutter analyze
to reproduce the above problem.
You may run dart pub upgrade --tighten
to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.22.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.