flutter_yim 1.2.9 copy "flutter_yim: ^1.2.9" to clipboard
flutter_yim: ^1.2.9 copied to clipboard

YIM_Flutter

1
likes
100/ 160
pub points
1.02k
downloads

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

Failed report section
Follow Dart file conventions
20 / 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.

Homepage URL doesn't exist.

At the time of the analysis https://gitee.com/2425116357/YFree/tree/master/YFree_App/flutter_app/plugins/flutter_yfree was unreachable. Make sure that the website is reachable via HEAD requests.

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

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

Passed check 10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

Failed report section
Provide documentation
0 / 20trigger folding of the section

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

9 out of 100 API elements (9.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: YIM, YIM.YIM, YIM.YIMAttachment, YIM.YIMAttachment.YIMAttachment.fromJson, YIM.YIMAttachment.YIMAttachment.new.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Windows`.

Because:

  • package:flutter_yim/YIM.dart that imports:
  • package:video_compress/video_compress.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `Linux`.

Because:

  • package:flutter_yim/YIM.dart that imports:
  • package:video_compress/video_compress.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `macOS`.

Because:

  • package:flutter_yim/YIM.dart that imports:
  • package:heif_converter/heif_converter.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:flutter_yim/YIM.dart that imports:
  • package:video_compress/video_compress.dart that declares support for platforms: Android, iOS, macOS.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:flutter_yim/YIM.dart that imports:
  • package:video_compress/video_compress.dart that imports:
  • package:video_compress/src/media/media_info.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.

Failed check 0/0 points: Swift Package Manager support

Package does not support the Swift Package Manager on macOS

It does not contain macos/flutter_yim/Package.swift.

This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.

See https://docs.flutter.dev/to/spm for details.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 280 issues. Showing the first 2:

WARNING: The declaration 'init' isn't referenced.

lib/core/YIMCore.dart:4:10

  ╷
4 │   static init(YIMOption option) => _YIMSDKManager().init(option);
  │          ^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/core/YIMCore.dart

WARNING: The value of the field 'utilsManager' isn't used.

lib/core/YIMCore.dart:6:16

  ╷
6 │   static final utilsManager = _YIMUtilsManager();
  │                ^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/core/YIMCore.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
flutter_image_compress ^2.3.0 2.4.0 2.4.0
flutter_oss_aliyun ^6.4.1 6.4.2 6.4.2
heif_converter ^1.0.0 1.0.1 1.0.1
path_provider ^2.1.4 2.1.5 2.1.5
sembast ^3.7.2 3.8.5 3.8.5
sembast_web ^2.4.0+2 2.4.1 2.4.1
socket_io_client ^2.0.3+1 2.0.3+1 3.1.1
ulid ^2.0.0 2.0.1 2.0.1
uuid ^4.4.2 4.5.1 4.5.1
video_compress ^3.1.3 3.1.4 3.1.4
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.0
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
cross_file - 0.3.4+2 0.3.4+2
crypto - 3.0.6 3.0.6
dio - 5.8.0+1 5.8.0+1
dio_web_adapter - 2.1.1 2.1.1
ffi - 2.1.4 2.1.4
fixnum - 1.1.1 1.1.1
flutter_image_compress_common - 1.0.6 1.0.6
flutter_image_compress_macos - 1.0.3 1.0.3
flutter_image_compress_ohos - 0.0.3 0.0.3
flutter_image_compress_platform_interface - 1.0.5 1.0.5
flutter_image_compress_web - 0.1.5 0.1.5
http_parser - 4.1.2 4.1.2
idb_shim - 2.6.5+1 2.6.5+1
intl - 0.19.0 0.20.2
js - 0.6.7 0.7.2 Discontinued
logging - 1.3.0 1.3.0
material_color_utilities - 0.11.1 0.12.0
meta - 1.16.0 1.16.0
mime - 1.0.6 2.0.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
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
socket_io_common - 2.0.3 3.1.1
source_span - 1.10.1 1.10.1
sprintf - 7.0.0 7.0.0
string_scanner - 1.4.1 1.4.1
synchronized - 3.3.1 3.3.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.1.5
web - 1.1.1 1.1.1
xdg_directories - 1.1.0 1.1.0

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

The constraint `^2.0.3+1` on socket_io_client does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions socket_io_client 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.22.20, Flutter 3.29.2, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: