laraigo_chat 1.0.9+47 copy "laraigo_chat: ^1.0.9+47" to clipboard
laraigo_chat: ^1.0.9+47 copied to clipboard

An easy flutter implementation of Laraigo's real time chat services with custom designed bots.

3
likes
130/ 160
pub points
0%
popularity

We analyzed this package 7 days ago, and awarded it 130 pub points (of a possible 160):

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: BSD-3-Clause.

partial
Provide documentation
10 / 20trigger folding of the section

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

22 out of 392 API elements (5.6 %) 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: api_manager, api_manager.ApiManager, api_manager.ApiManager.ApiManager, api_manager.ApiManager.get, api_manager.ApiManager.post.

10/10 points: Package has an example

failed
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:laraigo_chat/core/chat_socket.dart that imports:
  • package:laraigo_chat/repository/chat_socket_repository.dart that imports:
  • package:geolocator/geolocator.dart that imports:
  • package:geolocator_apple/geolocator_apple.dart that declares support for platforms: iOS, macOS.
Package does not support platform `Linux`.

Because:

  • package:laraigo_chat/core/chat_socket.dart that imports:
  • package:laraigo_chat/repository/chat_socket_repository.dart that imports:
  • package:geolocator/geolocator.dart that declares support for platforms: Android, iOS, Windows, macOS, Web.
Package does not support platform `macOS`.

Because:

  • package:laraigo_chat/core/chat_socket.dart that imports:
  • package:laraigo_chat/repository/chat_socket_repository.dart that imports:
  • package:geolocator/geolocator.dart that imports:
  • package:geolocator_android/geolocator_android.dart that declares support for platforms: Android.
Package does not support platform `Web`.

Because:

  • package:laraigo_chat/core/chat_socket.dart that imports:
  • package:laraigo_chat/repository/chat_socket_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:laraigo_chat/core/chat_socket.dart that imports:
  • package:laraigo_chat/repository/chat_socket_repository.dart that imports:
  • package:geolocator/geolocator.dart that imports:
  • package:geolocator_apple/geolocator_apple.dart that declares support for platforms: iOS, macOS.
Package does not support platform `iOS`.

Because:

  • package:laraigo_chat/core/chat_socket.dart that imports:
  • package:laraigo_chat/repository/chat_socket_repository.dart that imports:
  • package:geolocator/geolocator.dart that imports:
  • package:geolocator_android/geolocator_android.dart that declares support for platforms: Android.

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:laraigo_chat/core/chat_socket.dart that imports:
  • package:laraigo_chat/repository/chat_socket_repository.dart that imports:
  • package:laraigo_chat/helpers/api_manager.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.

partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 3 issues. Showing the first 2:

INFO: 'WillPopScope' is deprecated and shouldn't be used. Use PopScope instead. This feature was deprecated after v3.12.0-1.0.pre.

lib/core/pages/chat_page.dart:251:14

    ╷
251 │       return WillPopScope(
    │              ^^^^^^^^^^^^
    ╵

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

INFO: 'WillPopScope.new' is deprecated and shouldn't be used. Use PopScope instead. This feature was deprecated after v3.12.0-1.0.pre.

lib/core/pages/chat_page.dart:251:14

    ╷
251 │       return WillPopScope(
    │              ^^^^^^^^^^^^
    ╵

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

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

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

Package Constraint Compatible Latest
chewie ^1.4.0 1.8.0 1.8.5
cupertino_icons ^1.0.2 1.0.8 1.0.8
device_info_plus ^8.1.0 8.2.2 10.1.2
document_file_save_plus ^2.0.0 2.0.0 2.0.0
file_picker ^5.2.5 5.3.1 8.1.2
flutter flutter 0.0.0 0.0.0
flutter_keyboard_visibility ^5.4.1 5.4.1 6.0.0
flutter_map ^3.1.0 3.1.0 7.0.2
flutter_native_image ^0.0.6+1 0.0.6+1 0.0.6+1
geolocator ^9.0.2 9.0.2 13.0.1
http ^0.13.5 0.13.6 1.2.2
intl ^0.18.0 0.18.1 0.19.0
latlong2 ^0.8.1 0.8.2 0.9.1
mime ^1.0.4 1.0.6 1.0.6
open_filex ^4.4.0 4.5.0 4.5.0
path ^1.8.2 1.9.0 1.9.0
path_provider ^2.0.14 2.1.4 2.1.4
permission_handler ^9.2.0 9.2.0 11.3.1
shared_preferences ^2.0.16 2.3.2 2.3.2
url_launcher ^6.1.11 6.3.0 6.3.0
uuid ^3.0.7 3.0.7 4.5.0
video_player ^2.5.1 2.9.1 2.9.1
web_socket_channel ^2.3.0 2.4.5 3.0.1
Transitive dependencies
Package Constraint Compatible Latest
args - 2.5.0 2.5.0
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.19.0
crypto - 3.0.5 3.0.5
csslib - 1.0.0 1.0.0
dbus - 0.7.10 0.7.10
device_info_plus_platform_interface - 7.0.1 7.0.1
ffi - 2.1.3 2.1.3
file - 6.1.4 7.0.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_plugin_android_lifecycle - 2.0.22 2.0.22
flutter_web_plugins - 0.0.0 0.0.0
geolocator_android - 4.3.1 4.6.1
geolocator_apple - 2.3.7 2.3.7
geolocator_platform_interface - 4.2.4 4.2.4
geolocator_web - 2.2.1 4.1.1
geolocator_windows - 0.1.3 0.2.3
html - 0.15.4 0.15.4
http_parser - 4.0.2 4.1.0
lists - 1.0.1 1.0.1
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.15.0
mgrs_dart - 2.0.0 2.0.0
nested - 1.0.0 1.0.0
package_info_plus - 6.0.0 8.0.2
package_info_plus_platform_interface - 2.0.1 3.0.1
path_provider_android - 2.2.10 2.2.10
path_provider_foundation - 2.4.0 2.4.0
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
permission_handler_android - 9.0.2+1 12.0.12
permission_handler_apple - 9.1.4 9.4.5
permission_handler_platform_interface - 3.12.0 4.2.3
permission_handler_windows - 0.1.3 0.2.1
petitparser - 6.0.2 6.0.2
platform - 3.1.5 3.1.5
plugin_platform_interface - 2.1.8 2.1.8
polylabel - 1.0.1 1.0.1
positioned_tap_detector_2 - 1.0.4 1.0.4
proj4dart - 2.1.0 2.1.0
provider - 6.1.2 6.1.2
shared_preferences_android - 2.3.2 2.3.2
shared_preferences_foundation - 2.5.2 2.5.2
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_web - 2.4.2 2.4.2
shared_preferences_windows - 2.4.1 2.4.1
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
stream_channel - 2.1.2 2.1.2
string_scanner - 1.3.0 1.3.0
term_glyph - 1.2.1 1.2.1
tuple - 2.0.2 2.0.2
typed_data - 1.3.2 1.3.2
unicode - 0.3.1 0.3.1
url_launcher_android - 6.3.10 6.3.10
url_launcher_ios - 6.3.1 6.3.1
url_launcher_linux - 3.2.0 3.2.0
url_launcher_macos - 3.2.0 3.2.0
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.3.3 2.3.3
url_launcher_windows - 3.1.2 3.1.2
vector_math - 2.1.4 2.1.4
video_player_android - 2.7.3 2.7.3
video_player_avfoundation - 2.6.1 2.6.1
video_player_platform_interface - 6.2.2 6.2.2
video_player_web - 2.3.2 2.3.2
wakelock_plus - 1.2.1 1.2.8
wakelock_plus_platform_interface - 1.2.1 1.2.1
web - 0.5.1 1.0.0
win32 - 4.1.4 5.5.4
wkt_parser - 2.0.0 2.0.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 11 issues. Showing the first 2:

The constraint `^8.1.0` on device_info_plus does not support the stable version `9.0.0`.

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

The constraint `^5.2.5` on file_picker does not support the stable version `6.0.0`.

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

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

20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.12, Flutter 3.24.2, Dart 3.5.2.

Check the analysis log for details.