dyte_uikit 0.9.3 dyte_uikit: ^0.9.3 copied to clipboard
Dyte's UI SDK to integrate video-audio to your app
We analyzed this package 2 days ago, and awarded it 85 pub points (of a possible 160):
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 60 to 180 characters to describe the package, what it does, and its target use case.
0/5 points: Provide a valid README.md
Links in `README.md` should be well formed Unable to parse 1 image link.
README.md:132:95
╷
132 │ <p>To know more about the customization you can do with <code>dyte_uikit</code>, head over to <a href="%60https://docs.dyte.io/flutter">docs.dyte.io/flutter</a>.</p>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Links in `README.md` should be secure. 1 link is insecure.
README.md:29:26
╷
29 │ <li>Create an account on <a href="http://dev.dyte.io/">Dyte Developer Portal</a></li>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https
URLs instead.
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT
.
0/10 points: 20% or more of the public API has dartdoc comments
100 out of 768 API elements (13.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: dyte_uikit
, dyte_uikit.AudioDeviceType
, dyte_uikit.AudioDeviceType.deviceType
, dyte_uikit.AudioDeviceType.displayName
, dyte_uikit.AudioDeviceType.toMap
.
10/10 points: Package has an example
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_uikit/dyte_uikit.dart
that imports:package:dyte_uikit/src/widgets/release_resources_button/dyte_release_resources_button.dart
that imports:package:dyte_uikit/src/widgets/utils/clean_pop.dart
that imports:package:dyte_uikit/src/widgets/molecules/snackbar.dart
that imports:package:dyte_uikit/src/tokens/theme.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_uikit/dyte_uikit.dart
that imports:package:dyte_uikit/src/widgets/release_resources_button/dyte_release_resources_button.dart
that imports:package:dyte_uikit/src/widgets/utils/clean_pop.dart
that imports:package:dyte_uikit/src/widgets/molecules/snackbar.dart
that imports:package:dyte_uikit/src/tokens/theme.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_uikit/dyte_uikit.dart
that imports:package:dyte_uikit/src/widgets/release_resources_button/dyte_release_resources_button.dart
that imports:package:dyte_uikit/src/widgets/utils/clean_pop.dart
that imports:package:dyte_uikit/src/widgets/molecules/snackbar.dart
that imports:package:dyte_uikit/src/tokens/theme.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_uikit/dyte_uikit.dart
that imports:package:dyte_uikit/src/widgets/release_resources_button/dyte_release_resources_button.dart
that imports:package:dyte_uikit/src/widgets/utils/clean_pop.dart
that imports:package:dyte_uikit/src/widgets/molecules/snackbar.dart
that imports:package:dyte_uikit/src/tokens/theme.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_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_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
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
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/linux/file_picker_linux.dart
that imports:package:file_picker/src/utils.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.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 24 issues. Showing the first 2:
WARNING: The value of the local variable 'isMicGranted' isn't used.
lib/src/pages/setup/settings_page.dart:89:11
╷
89 │ final isMicGranted =
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/pages/setup/settings_page.dart
INFO: 'WillPopScope' is deprecated and shouldn't be used. Use PopScope instead. This feature was deprecated after v3.12.0-1.0.pre.
lib/src/dyte_app.dart:85:14
╷
85 │ child: WillPopScope(
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/dyte_app.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
dyte_core |
0.4.5 |
0.4.5 | 0.4.5 |
dyte_icons |
0.0.3 |
0.0.3 | 0.0.3 |
file_picker |
^5.2.5 |
5.5.0 | 8.1.4 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_localizations |
flutter |
0.0.0 | 0.0.0 |
flutter_riverpod |
^2.1.3 |
2.6.1 | 2.6.1 |
get_it |
^7.2.0 |
7.7.0 | 8.0.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
- | 2.12.0 | 2.12.0 |
characters |
- | 1.3.0 | 1.3.1 |
checked_yaml |
- | 2.0.3 | 2.0.3 |
clock |
- | 1.1.1 | 1.1.2 |
collection |
- | 1.18.0 | 1.19.1 |
dyte_core_android |
- | 0.4.5 | 0.4.5 |
dyte_core_ios |
- | 0.4.5 | 0.4.5 |
dyte_core_platform_interface |
- | 0.4.5 | 0.4.5 |
ffi |
- | 2.1.3 | 2.1.3 |
flutter_plugin_android_lifecycle |
- | 2.0.23 | 2.0.23 |
flutter_web_plugins |
- | 0.0.0 | 0.0.0 |
focus_detector_v2 |
- | 3.1.0+1 | 3.1.0+1 |
intl |
- | 0.19.0 | 0.20.0 |
json_annotation |
- | 4.9.0 | 4.9.0 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
path |
- | 1.9.0 | 1.9.1 |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 |
pub_semver |
- | 2.1.4 | 2.1.4 |
pubspec_parse |
- | 1.3.0 | 1.3.0 |
riverpod |
- | 2.6.1 | 2.6.1 |
sky_engine |
- | 0.0.99 | 0.0.99 |
source_span |
- | 1.10.0 | 1.10.0 |
stack_trace |
- | 1.12.0 | 1.12.0 |
state_notifier |
- | 1.0.0 | 1.0.0 |
string_scanner |
- | 1.4.0 | 1.4.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
vector_math |
- | 2.1.4 | 2.1.4 |
visibility_detector |
- | 0.4.0+2 | 0.4.0+2 |
win32 |
- | 5.8.0 | 5.8.0 |
yaml |
- | 3.1.2 | 3.1.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
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.
The constraint `^7.2.0` on get_it does not support the stable version `8.0.0`.
Try running dart pub upgrade --major-versions get_it
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 1 error:
UNDEFINED_GETTER
-lib/src/pages/room_route_page.dart:53:48
- The getter 'canonicalizedVersion' isn't defined for the type 'Version'.
Run flutter pub downgrade
and then flutter analyze
to reproduce the above problem.
You may run dart pub upgrade --tighten
to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.22.15
, Flutter 3.24.4
, Dart 3.5.4
.
Check the analysis log for details.