flutter_openim_widget 2.3.2 copy "flutter_openim_widget: ^2.3.2" to clipboard
flutter_openim_widget: ^2.3.2 copied to clipboard

The public ui library is used with the openim demo, and you can directly use it for secondary development.

3
likes
70/ 140
pub points
43%
popularity

We analyzed this package 15 hours ago, and awarded it 70 pub points (of a possible 140):

OK
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

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: MIT.

failed
Provide documentation
10 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

1019 out of 2113 API elements (48.2 %) have documentation comments.

Some symbols that are missing documentation: flutter_openim_widget, flutter_openim_widget.AdvancedMessage, flutter_openim_widget.AdvancedMessage.AdvancedMessage, flutter_openim_widget.AdvancedMessage.errCode, flutter_openim_widget.AdvancedMessage.errMsg.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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:flutter_openim_widget/flutter_openim_widget.dart that imports:
  • package:flutter_openim_widget/src/util/image_util.dart that imports:
  • package:cached_network_image/cached_network_image.dart that imports:
  • package:cached_network_image/src/image_provider/cached_network_image_provider.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/cache_object_provider.dart that imports:
  • package:sqflite/sqflite.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `Linux`.

Because:

  • package:flutter_openim_widget/flutter_openim_widget.dart that imports:
  • package:flutter_openim_widget/src/util/permission_util.dart that imports:
  • package:permission_handler/permission_handler.dart that declares support for platforms: Android, iOS, Windows.
Package does not support platform `macOS`.

Because:

  • package:flutter_openim_widget/flutter_openim_widget.dart that imports:
  • package:flutter_openim_widget/src/util/permission_util.dart that imports:
  • package:permission_handler/permission_handler.dart that declares support for platforms: Android, iOS, Windows.
Package does not support platform `Web`.

Because:

  • package:flutter_openim_widget/flutter_openim_widget.dart that imports:
  • package:flutter_openim_widget/src/util/voice_record.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:flutter_openim_widget/flutter_openim_widget.dart that imports:
  • package:flutter_openim_widget/src/chat_video_player_view.dart that imports:
  • package:chewie/chewie.dart that imports:
  • package:chewie/src/material/material_desktop_controls.dart that imports:
  • package:chewie/src/chewie_player.dart that imports:
  • package:wakelock_plus/wakelock_plus.dart that imports:
  • package:wakelock_plus/src/wakelock_plus_windows_plugin.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:flutter_openim_widget/flutter_openim_widget.dart that imports:
  • package:flutter_openim_widget/src/chat_video_player_view.dart that imports:
  • package:chewie/chewie.dart that imports:
  • package:chewie/src/material/material_desktop_controls.dart that imports:
  • package:chewie/src/chewie_player.dart that imports:
  • package:wakelock_plus/wakelock_plus.dart that imports:
  • package:wakelock_plus/src/wakelock_plus_windows_plugin.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
failed
Pass static analysis
0 / 50trigger folding of the section

0/50 points: code has no errors, warnings, lints, or formatting issues

Found 45 issues. Showing the first 2:

ERROR: The named parameter 'showRecentsTab' isn't defined.

lib/src/chat_emoji_view.dart:262:11

    ╷
262 │           showRecentsTab: true,
    │           ^^^^^^^^^^^^^^
    ╵

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

ERROR: The name 'MenuStyle' is defined in the libraries 'package:flutter/src/material/menu_style.dart (via package:flutter/material.dart)' and 'package:flutter_openim_widget/src/chat_menu.dart (via package:flutter_openim_widget/flutter_openim_widget.dart)'.

lib/src/chat_itemview.dart:141:9

    ╷
141 │   final MenuStyle? menuStyle;
    │         ^^^^^^^^^
    ╵

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

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

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

Package Constraint Compatible Latest
animate_do ^2.1.0 2.1.0 3.3.4
cached_network_image ^3.2.2 3.3.1 3.3.1
chewie ^1.3.5 1.8.1 1.8.1
dio ^4.0.6 4.0.6 5.4.3+1
emoji_picker_flutter ^1.4.0 1.6.4 2.2.0
extended_text_field ^10.1.1 10.2.0 14.0.0
flutter flutter 0.0.0 0.0.0
flutter_cache_manager ^3.3.0 3.3.1 3.3.1
flutter_image_compress ^1.1.3 1.1.3 2.2.0
flutter_inappwebview ^5.4.4+3 5.8.0 6.0.0
flutter_keyboard_visibility ^5.3.0 5.4.1 6.0.0
flutter_openim_sdk ^2.3.4+2 2.3.5+3 3.5.1
flutter_screenutil ^5.5.4 5.9.0 5.9.0
flutter_slidable ^2.0.0 2.0.0 3.1.0
flutter_svg ^1.1.5 1.1.6 2.0.10+1
font_awesome_flutter ^10.2.1 10.7.0 10.7.0
just_audio ^0.9.29 0.9.37 0.9.37
lottie ^1.4.3 1.4.3 3.1.0
mime_type ^1.0.0 1.0.0 1.0.0
path_provider ^2.0.11 2.1.3 2.1.3
permission_handler ^10.1.0 10.4.5 11.3.1
photo_view ^0.14.0 0.14.0 0.15.0
qq_badge ^0.0.2 0.0.2 0.0.2
record ^4.4.1 4.4.4 5.0.5
rxdart ^0.27.5 0.27.7 0.27.7
should_rebuild ^1.0.1 1.0.1 1.0.1
sprintf ^7.0.0 7.0.0 7.0.0
video_player ^2.4.7 2.8.6 2.8.6
visibility_detector ^0.3.3 0.3.3 0.4.0+2
Transitive dependencies
Package Constraint Compatible Latest
archive - 3.4.10 3.4.10
args - 2.5.0 2.5.0
async - 2.11.0 2.11.0
audio_session - 0.1.19 0.1.19
cached_network_image_platform_interface - 4.0.0 4.0.0
cached_network_image_web - 1.1.1 1.1.1
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
convert - 3.1.1 3.1.1
crypto - 3.0.3 3.0.3
csslib - 1.0.0 1.0.0
cupertino_icons - 1.0.8 1.0.8
dbus - 0.7.10 0.7.10
extended_text_library - 9.1.1 12.0.0
ffi - 2.1.2 2.1.2
file - 7.0.0 7.0.0
fixnum - 1.1.0 1.1.0
flutter_keyboard_visibility_linux - 1.0.0 1.0.0
flutter_keyboard_visibility_macos - 1.0.0 1.0.0
flutter_keyboard_visibility_platform_interface - 2.0.0 2.0.0
flutter_keyboard_visibility_web - 2.0.0 2.0.0
flutter_keyboard_visibility_windows - 1.0.0 1.0.0
flutter_web_plugins - 0.0.0 0.0.0
html - 0.15.4 0.15.4
http - 1.2.1 1.2.1
http_parser - 4.0.2 4.0.2
js - 0.7.1 0.7.1
just_audio_platform_interface - 4.2.2 4.2.2
just_audio_web - 0.4.9 0.4.9
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
nested - 1.0.0 1.0.0
octo_image - 2.0.0 2.0.0
package_info_plus - 7.0.0 7.0.0
package_info_plus_platform_interface - 3.0.0 3.0.0
path - 1.9.0 1.9.0
path_drawing - 1.0.1 1.0.1
path_parsing - 1.0.1 1.0.1
path_provider_android - 2.2.4 2.2.4
path_provider_foundation - 2.3.2 2.3.2
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.2.1 2.2.1
permission_handler_android - 10.3.6 12.0.5
permission_handler_apple - 9.1.4 9.4.4
permission_handler_platform_interface - 3.12.0 4.2.1
permission_handler_windows - 0.1.3 0.2.1
petitparser - 6.0.2 6.0.2
platform - 3.1.4 3.1.4
plugin_platform_interface - 2.1.8 2.1.8
pointycastle - 3.8.0 3.8.0
provider - 6.1.2 6.1.2
record_linux - 0.4.1 0.7.1
record_macos - 0.2.2 0.2.2
record_platform_interface - 0.5.0 1.0.2
record_web - 0.5.0 1.0.5
record_windows - 0.7.1 1.0.2
shared_preferences - 2.2.3 2.2.3
shared_preferences_android - 2.2.2 2.2.2
shared_preferences_foundation - 2.3.5 2.3.5
shared_preferences_linux - 2.3.2 2.3.2
shared_preferences_platform_interface - 2.3.2 2.3.2
shared_preferences_web - 2.3.0 2.3.0
shared_preferences_windows - 2.3.2 2.3.2
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
sqflite - 2.3.3 2.3.3
sqflite_common - 2.5.4 2.5.4
string_scanner - 1.2.0 1.2.0
synchronized - 3.1.0+1 3.1.0+1
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
uuid - 4.4.0 4.4.0
vector_math - 2.1.4 2.1.4
video_player_android - 2.4.14 2.4.14
video_player_avfoundation - 2.5.7 2.5.7
video_player_platform_interface - 6.2.2 6.2.2
video_player_web - 2.3.0 2.3.0
wakelock_plus - 1.2.4 1.2.4
wakelock_plus_platform_interface - 1.2.1 1.2.1
web - 0.5.1 0.5.1
win32 - 5.4.0 5.4.0
xdg_directories - 1.0.4 1.0.4
xml - 6.5.0 6.5.0

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

Found 15 issues. Showing the first 2:

The constraint `^2.1.0` on animate_do does not support the stable version `3.0.0`.

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

The constraint `^4.0.6` on dio does not support the stable version `5.0.0`.

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

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

Analyzed with Pana 0.22.3, Flutter 3.19.5, Dart 3.3.3.

Check the analysis log for details.