dyte_plugin 2.0.2 copy "dyte_plugin: ^2.0.2" to clipboard
dyte_plugin: ^2.0.2 copied to clipboard

A plugin that fully encapsulates Dyte initialization and UI.

140/ 160
pub points
51
downloads

We analyzed this package in the last hour, and awarded it 140 pub points (of a possible 160):

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://yourhomepage.com 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: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

5 out of 15 API elements (33.3 %) have documentation comments.

Some symbols that are missing documentation: dyte_plugin, dyte_plugin.DyteMeeting, dyte_plugin.DyteMeeting.DyteMeeting.new, dyte_plugin.DyteMeeting.authToken, dyte_plugin_method_channel.

Passed check 10/10 points: Package has an example

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

Passed check 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:dyte_plugin/dyte_plugin.dart that imports:
  • package:dyte_core/dyte_core.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

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

Because:

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

Because:

  • package:dyte_plugin/dyte_plugin.dart that imports:
  • package:dyte_core/dyte_core.dart that declares support for platforms: Android, iOS.

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:dyte_plugin/dyte_plugin.dart that imports:
  • package:dyte_uikit/dyte_uikit.dart that imports:
  • package:dyte_uikit/src/widgets/chats/dyte_chat_icon.dart that imports:
  • package:dyte_uikit/src/pages/chats/chats_page.dart that imports:
  • package:dyte_uikit/src/pages/chats/widgets/message_sender.dart that imports:
  • package:dyte_uikit/src/pages/chats/widgets/send_other_formats.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:dyte_plugin/dyte_plugin.dart that imports:
  • package:dyte_uikit/dyte_uikit.dart that imports:
  • package:dyte_uikit/src/widgets/chats/dyte_chat_icon.dart that imports:
  • package:dyte_uikit/src/pages/chats/chats_page.dart that imports:
  • package:dyte_uikit/src/pages/chats/widgets/message_sender.dart that imports:
  • package:dyte_uikit/src/pages/chats/widgets/send_other_formats.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
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

INFO: The import of 'package:dyte_core/dyte_core.dart' is unnecessary because all of the used elements are also provided by the import of 'package:dyte_uikit/dyte_uikit.dart'.

lib/dyte_plugin.dart:5:8

  ╷
5 │ import 'package:dyte_core/dyte_core.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/dyte_plugin.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
dyte_core ^0.4.0 0.4.1 0.4.5 Discontinued
dyte_uikit ^0.7.8 0.7.9 0.9.6 Discontinued
plugin_platform_interface ^2.1.6 2.1.8 2.1.8
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.1 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
dyte_core_android - 0.4.1 0.4.5 Discontinued
dyte_core_ios - 0.4.1 0.4.5 Discontinued
dyte_core_platform_interface - 0.4.1 0.4.5 Discontinued
dyte_icons - 0.0.3 0.0.3
ffi - 2.2.0 2.2.0
file_picker - 5.5.0 10.3.10
flutter_plugin_android_lifecycle - 2.0.33 2.0.33
flutter_riverpod - 2.6.1 3.3.1
focus_detector_v2 - 3.1.0+1 3.1.0+1
get_it - 7.7.0 9.2.1
intl - 0.20.2 0.20.2
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.2
path - 1.9.1 1.9.1
riverpod - 2.6.1 3.2.1
stack_trace - 1.12.1 1.12.1
state_notifier - 1.0.0 1.0.0
vector_math - 2.2.0 2.3.0
visibility_detector - 0.4.0+2 0.4.0+2
win32 - 5.15.0 6.0.0

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

The constraint `^0.7.8` on dyte_uikit does not support the stable version `0.8.0`.

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

The package has one or more discontinued direct dependencies.

Discontinued packages are no longer maintained, and can end up being a liability.

Consider migrating away from these dependencies:

  • dyte_core
  • dyte_uikit.

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.11, Flutter 3.41.4, Dart 3.11.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
140
points
51
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A plugin that fully encapsulates Dyte initialization and UI.

Homepage

License

MIT (license)

Dependencies

dyte_core, dyte_uikit, flutter, plugin_platform_interface

More

Packages that depend on dyte_plugin