carey 1.0.4
carey: ^1.0.4 copied to clipboard
A new chat project.
We analyzed this package 6 hours ago, and awarded it 40 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.
Homepage URL doesn't exist.
At the time of the analysis https://yourwebsite.com 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.
0/10 points: 20% or more of the public API has dartdoc comments
138 out of 967 API elements (14.3 %) 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: amplifyconfiguration, amplifyconfiguration.amplifyconfig, api_client, app_colors, app_colors.AppColor.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:carey/app_provider_scope.dartthat imports:package:carey/features/carey_home/presentation/bloc/send_message_bloc/index.dartthat imports:package:carey/features/carey_home/domain/usecase/chat_message_use_case.dartthat imports:package:carey/features/carey_home/domain/repository/chat_connect_repository.dartthat imports:package:carey/features/carey_home/domain/entities/conversation_meta_data.dartthat imports:dart:ffi
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:carey/app_provider_scope.dartthat imports:package:carey/bootstrap.dartthat imports:package:connectivity_plus/connectivity_plus.dartthat imports:package:connectivity_plus/src/connectivity_plus_linux.dartthat imports:package:nm/nm.dartthat declares support for platforms:Linux.
Package does not support platform `iOS`.
Because:
package:carey/app_provider_scope.dartthat imports:package:carey/bootstrap.dartthat imports:package:connectivity_plus/connectivity_plus.dartthat imports:package:connectivity_plus/src/connectivity_plus_linux.dartthat imports:package:nm/nm.dartthat declares support for platforms:Linux.
Package does not support platform `Windows`.
Because:
package:carey/app_provider_scope.dartthat imports:package:carey/bootstrap.dartthat imports:package:connectivity_plus/connectivity_plus.dartthat imports:package:connectivity_plus/src/connectivity_plus_linux.dartthat imports:package:nm/nm.dartthat declares support for platforms:Linux.
Package does not support platform `Linux`.
Because:
package:carey/app_provider_scope.dartthat imports:package:carey/bootstrap.dartthat imports:package:carey/features/carey_home/presentation/pages/carey_home_page.dartthat imports:package:carey/core/network/mqtt_service.dartthat imports:package:amplify_flutter/amplify_flutter.dartthat imports:package:amplify_secure_storage/amplify_secure_storage.dartthat imports:package:amplify_secure_storage/src/amplify_secure_storage.vm.dartthat imports:package:amplify_secure_storage_dart/amplify_secure_storage_dart.dartthat imports:package:amplify_secure_storage_dart/src/mixins/amplify_secure_storage_mixin.dartthat imports:package:amplify_secure_storage_dart/src/mixins/amplify_secure_storage_mixin.vm.dartthat imports:package:amplify_secure_storage_dart/src/platforms/amplify_secure_storage_windows.dartthat imports:package:amplify_secure_storage_dart/src/ffi/win32/data_protection.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:carey/app_provider_scope.dartthat imports:package:carey/bootstrap.dartthat imports:package:connectivity_plus/connectivity_plus.dartthat imports:package:connectivity_plus/src/connectivity_plus_linux.dartthat imports:package:nm/nm.dartthat declares support for platforms:Linux.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 74 issues. Showing the first 2:
ERROR: Target of URI doesn't exist: 'package:carey/core/network/api_client.dart'.
lib/bootstrap.dart:7:8
╷
7 │ import 'package:carey/core/network/api_client.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/bootstrap.dart
ERROR: The name 'APIClient' isn't a type, so it can't be used as a type argument.
lib/bootstrap.dart:86:27
╷
86 │ getIt.registerSingleton<APIClient>(APIClient(dioClient));
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/bootstrap.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
amplify_api |
^2.0.0 |
2.7.0 | 2.8.0 | |
amplify_datastore |
^2.0.0 |
2.7.0 | 2.8.0 | |
amplify_flutter |
^2.0.0 |
2.7.0 | 2.8.0 | |
auto_route |
^7.9.0 |
7.9.2 | 11.1.0 | |
chucker_flutter |
^1.6.3 |
1.9.1 | 1.9.1 | |
color_hex |
^0.0.1 |
0.0.1 | 0.0.1 | |
connectivity_plus |
^6.1.1 |
6.1.5 | 7.0.0 | |
cupertino_icons |
^1.0.2 |
1.0.8 | 1.0.8 | |
device_preview |
^1.1.0 |
1.3.1 | 1.3.1 | |
dio |
^5.0.0 |
5.9.0 | 5.9.0 | |
easy_localization |
^3.0.5 |
3.0.8 | 3.0.8 | |
equatable |
^2.0.3 |
2.0.8 | 2.0.8 | |
flutter_bloc |
^8.0.1 |
8.1.6 | 9.1.1 | |
flutter_chat_types |
^3.6.2 |
3.6.2 | 3.6.2 | |
flutter_chat_ui |
^1.6.15 |
1.6.15 | 2.11.1 | |
flutter_dotenv |
^5.0.2 |
5.2.1 | 6.0.0 | |
flutter_lints |
^3.0.0 |
3.0.2 | 6.0.0 | |
flutter_loggy |
^2.0.2 |
2.0.3+1 | 2.0.3+1 | |
flutter_screenutil |
^5.9.0 |
5.9.3 | 5.9.3 | |
flutter_svg |
^2.0.10+1 |
2.2.3 | 2.2.3 | |
fpdart |
^1.1.0 |
1.2.0 | 1.2.0 | |
get_it |
^7.2.0 |
7.7.0 | 9.2.0 | |
google_fonts |
^6.2.1 |
6.3.3 | 6.3.3 | |
json_serializable |
^6.7.1 |
6.11.3 | 6.11.3 | |
loggy |
^2.0.3 |
2.0.3 | 2.0.3 | |
mqtt_client |
^10.3.0 |
10.11.3 | 10.11.3 | |
retrofit |
^4.1.0 |
4.9.2 | 4.9.2 | |
shared_preferences |
^2.2.2 |
2.5.4 | 2.5.4 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
_fe_analyzer_shared |
- | 92.0.0 | 92.0.0 | |
amplify_api_dart |
- | 0.5.12 | 0.5.13 | |
amplify_core |
- | 2.7.0 | 2.8.0 | |
amplify_datastore_plugin_interface |
- | 2.7.0 | 2.8.0 | |
amplify_secure_storage |
- | 0.5.14 | 0.5.14 | |
amplify_secure_storage_dart |
- | 0.5.9 | 0.5.9 | |
analyzer |
- | 9.0.0 | 9.0.0 | |
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
aws_common |
- | 0.7.12 | 0.7.12 | |
aws_signature_v4 |
- | 0.6.10 | 0.6.10 | |
bloc |
- | 8.1.4 | 9.2.0 | |
build |
- | 4.0.3 | 4.0.3 | |
build_config |
- | 1.2.0 | 1.2.0 | |
built_collection |
- | 5.1.1 | 5.1.1 | |
built_value |
- | 8.12.1 | 8.12.1 | |
characters |
- | 1.4.0 | 1.4.1 | |
checked_yaml |
- | 2.0.4 | 2.0.4 | |
chopper |
- | 8.5.0 | 8.5.0 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
connectivity_plus_platform_interface |
- | 2.0.1 | 2.0.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
cross_file |
- | 0.3.5+1 | 0.3.5+1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
csslib |
- | 1.0.2 | 1.0.2 | |
dart_style |
- | 3.1.3 | 3.1.3 | |
dbus |
- | 0.7.11 | 0.7.11 | |
device_frame |
- | 1.4.0 | 1.4.0 | |
diffutil_dart |
- | 4.0.1 | 4.0.1 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
easy_logger |
- | 0.0.2 | 0.0.2 | |
event_bus |
- | 2.0.1 | 2.0.1 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 7.0.1 | 7.0.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_link_previewer |
- | 3.2.2 | 4.2.0 | |
flutter_linkify |
- | 6.0.0 | 6.0.0 | |
flutter_parsed_text |
- | 2.2.1 | 2.2.1 | |
freezed_annotation |
- | 3.1.0 | 3.1.0 | |
glob |
- | 2.1.3 | 2.1.3 | |
graphs |
- | 2.3.2 | 2.3.2 | |
html |
- | 0.15.6 | 0.15.6 | |
http |
- | 1.6.0 | 1.6.0 | |
http2 |
- | 2.3.1 | 2.3.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
intl |
- | 0.20.2 | 0.20.2 | |
json_annotation |
- | 4.9.0 | 4.9.0 | |
linkify |
- | 5.0.0 | 5.0.0 | |
lints |
- | 3.0.0 | 6.0.0 | |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
mime |
- | 2.0.0 | 2.0.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
nm |
- | 0.5.0 | 0.5.0 | |
os_detect |
- | 2.0.3 | 2.0.3 | |
package_config |
- | 2.2.0 | 2.2.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_parsing |
- | 1.1.0 | 1.1.0 | |
path_provider |
- | 2.1.5 | 2.1.5 | |
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 | |
photo_view |
- | 0.15.0 | 0.15.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
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 | |
qs_dart |
- | 1.6.0 | 1.6.0 | |
retry |
- | 3.1.2 | 3.1.2 | |
scroll_to_index |
- | 3.0.1 | 3.0.1 | |
share_plus |
- | 12.0.1 | 12.0.1 | |
share_plus_platform_interface |
- | 6.1.0 | 6.1.0 | |
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 | |
source_gen |
- | 4.1.1 | 4.1.1 | |
source_helper |
- | 1.3.9 | 1.3.9 | |
source_span |
- | 1.10.1 | 1.10.1 | |
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 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
url_launcher |
- | 6.3.2 | 6.3.2 | |
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 | |
visibility_detector |
- | 0.4.0+2 | 0.4.0+2 | |
watcher |
- | 1.2.0 | 1.2.0 | |
weak_map |
- | 4.0.1 | 4.0.1 | |
web |
- | 1.1.1 | 1.1.1 | |
web_socket |
- | 1.0.1 | 1.0.1 | |
web_socket_channel |
- | 3.0.3 | 3.0.3 | |
win32 |
- | 5.15.0 | 5.15.0 | |
worker_bee |
- | 0.3.9 | 0.3.9 | |
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 7 issues. Showing the first 2:
The constraint `^7.9.0` on auto_route does not support the stable version `8.0.0`.
Try running dart pub upgrade --major-versions auto_route to update the constraint.
The constraint `^6.1.1` on connectivity_plus does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions connectivity_plus 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 7 errors:
URI_DOES_NOT_EXIST-lib/bootstrap.dart:7:8- Target of URI doesn't exist: 'package:carey/core/network/api_client.dart'.NON_TYPE_AS_TYPE_ARGUMENT-lib/bootstrap.dart:86:27- The name 'APIClient' isn't a type, so it can't be used as a type argument.UNDEFINED_FUNCTION-lib/bootstrap.dart:86:38- The function 'APIClient' isn't defined.
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.23.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.