chat_flutter_sdk 0.0.2 copy "chat_flutter_sdk: ^0.0.2" to clipboard
chat_flutter_sdk: ^0.0.2 copied to clipboard

discontinued

Official Yalo Flutter chat SDK

100/ 160
pub points
39
downloads

We analyzed this package 14 hours ago, and awarded it 100 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
10 / 30trigger folding of the section

Failed check 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.

Failed to verify repository URL.

Repository has no matching pubspec.yaml with name: chat_flutter_sdk.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: chat_flutter_sdk,
    • contains a version property, and,
    • does not contain a publish_to property.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Failed check 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.

Partially passed report section
Provide documentation
10 / 20trigger folding of the section

Partially passed check 0/10 points: 20% or more of the public API has dartdoc comments

35 out of 226 API elements (15.5 %) 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: chat, chat.Chat, chat.Chat.Chat.new, chat.Chat.appBar, chat.Chat.client.

Passed check 10/10 points: Package has an example

Partially passed report section
Platform support
10 / 20trigger folding of the section

Partially passed check 10/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Web

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:chat_flutter_sdk/chat_flutter_sdk.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Linux`.

Because:

  • package:chat_flutter_sdk/chat_flutter_sdk.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `macOS`.

Because:

  • package:chat_flutter_sdk/chat_flutter_sdk.dart that declares support for platforms: Android, iOS, Web.

WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.

Swift Package Manager support:

Package does not support the Swift Package Manager on iOS

The package does not contain ios/chat_flutter_sdk/Package.swift.

Note: This iOS or macOS plugin does not support the Swift Package Manager, resulting in a partial score. See https://docs.flutter.dev/to/spm for details.

Built-in Kotlin support:

Legacy Kotlin configuration detected in `android/build.gradle`.

This plugin applies the Kotlin Gradle Plugin (KGP) or uses the android.kotlinOptions{} block.

Note: This Android plugin does not support built-in Kotlin. In the future, this might affect scoring. See https://docs.flutter.dev/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 27 issues. Showing the first 2:

INFO: 'EquatableMixin' is deprecated and shouldn't be used. use Equatable as a mixin instead.

lib/src/common/result.dart:22:42

   ╷
22 │ final class Ok<T> extends Result<T> with EquatableMixin {
   │                                          ^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/common/result.dart

INFO: 'EquatableMixin' is deprecated and shouldn't be used. use Equatable as a mixin instead.

lib/src/common/result.dart:31:45

   ╷
31 │ final class Error<T> extends Result<T> with EquatableMixin {
   │                                             ^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/common/result.dart

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
audioplayers ^6.5.1 6.8.1 6.8.1
clock ^1.1.2 1.1.3 1.1.3
cross_file ^0.3.5+1 0.3.5+5 0.3.5+5
drift ^2.29.0 2.31.0 2.35.0
drift_flutter ^0.2.7 0.2.8 0.3.1
ecache ^2.2.0 2.2.0 2.2.0
equatable ^2.0.7 2.1.0 3.0.0
flutter_bloc ^9.1.1 9.1.1 9.1.1
flutter_markdown_plus ^1.0.7 1.0.12 1.0.12
http ^1.6.0 1.6.0 1.6.0
image_picker ^1.2.1 1.2.3 1.2.3
intl any 0.20.3 0.20.3
json_annotation ^4.9.0 4.12.0 4.12.0
logging ^1.3.0 1.3.0 1.3.0
mime ^2.0.0 2.1.0 2.1.0
mocktail ^1.0.4 1.0.5 1.0.5
path ^1.9.1 1.9.1 1.9.1
path_provider ^2.1.5 2.1.6 2.1.6
plugin_platform_interface ^2.0.2 2.1.8 2.1.8
provider ^6.1.5+1 6.1.5+1 6.1.5+1
record ^6.1.2 6.2.1 7.1.1
uuid ^4.5.2 4.6.0 4.6.0
web ^1.0.0 1.1.1 1.1.1
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
audioplayers_android - 5.3.0 5.3.0
audioplayers_darwin - 6.5.0 6.5.0
audioplayers_linux - 4.3.0 4.3.0
audioplayers_platform_interface - 7.2.0 7.2.0
audioplayers_web - 5.3.0 5.3.0
audioplayers_windows - 4.4.1 4.4.1
bloc - 9.2.1 9.2.1
boolean_selector - 2.1.2 2.1.2
characters - 1.4.1 1.4.1
code_assets - 2.1.0 2.1.0
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.7 3.0.7
ffi - 2.2.0 2.2.0
file - 7.0.1 7.0.1
file_selector_linux - 0.9.4+1 0.9.4+1
file_selector_macos - 0.9.5+1 0.9.5+1
file_selector_platform_interface - 2.7.0 2.7.0
file_selector_windows - 0.9.3+6 0.9.3+6
fixnum - 1.1.1 1.1.1
flutter_plugin_android_lifecycle - 2.0.35 2.0.35
hooks - 2.2.0 2.2.0
http_parser - 4.1.2 4.1.2
image_picker_android - 0.8.13+23 0.8.13+23
image_picker_for_web - 3.1.1 3.1.1
image_picker_ios - 0.8.13+7 0.8.13+7
image_picker_linux - 0.2.2 0.2.2
image_picker_macos - 0.2.2+1 0.2.2+1
image_picker_platform_interface - 2.11.1 2.11.1
image_picker_windows - 0.2.2 0.2.2
jni - 1.0.3 1.0.3
jni_flutter - 1.0.3 1.0.3
jni_util - 1.0.0 1.0.0
markdown - 7.3.1 7.3.1
matcher - 0.12.20 0.12.20
material_color_utilities - 0.13.0 0.13.1
meta - 1.19.0 1.19.0
nested - 1.0.0 1.0.0
objective_c - 9.6.0 9.6.0
package_config - 3.0.0 3.0.0
path_provider_android - 2.3.1 2.3.1
path_provider_foundation - 2.6.0 2.6.0
path_provider_linux - 2.2.2 2.2.2
path_provider_platform_interface - 2.1.3 2.1.3
path_provider_windows - 2.3.0 2.3.0
platform - 3.2.0 3.2.0
pub_semver - 2.2.1 2.2.1
record_android - 1.5.2 2.2.0
record_ios - 1.2.1 2.1.1
record_linux - 1.3.1 2.1.1
record_macos - 1.2.2 2.1.1
record_platform_interface - 1.6.0 2.1.0
record_use - 1.1.1 1.1.1
record_web - 1.3.0 2.1.3
record_windows - 1.0.7 2.3.0
source_span - 1.10.2 1.10.2
sqlite3 - 2.9.4 3.6.0
sqlite3_flutter_libs - 0.5.42 0.6.0+eol
stack_trace - 1.12.2 1.12.2
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.2 3.4.2
term_glyph - 1.2.2 1.2.2
test_api - 0.7.14 0.7.14
typed_data - 1.4.0 1.4.0
vector_math - 2.4.2 2.4.2
xdg_directories - 1.1.0 1.1.0
yaml - 3.1.4 3.1.4

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 3 issues. Showing the first 2:

The constraint `^0.2.7` on drift_flutter does not support the stable version `0.3.0`.

Try running dart pub upgrade --major-versions drift_flutter to update the constraint.

The constraint `^2.0.7` 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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 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.

Weekly downloads

Display as:
By versions: