netease_livekit 0.0.1-rc.7
netease_livekit: ^0.0.1-rc.7 copied to clipboard
A Flutter package for NetEase Live.
We analyzed this package 6 days ago, and awarded it 60 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 50 to 180 characters to describe the package, what it does, and its target use case.
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
.
10/10 points: 20% or more of the public API has dartdoc comments
106 out of 204 API elements (52.0 %) have documentation comments.
Some symbols that are missing documentation: netease_livekit
, netease_livekit.LiveEndedCallback
, netease_livekit.LoginKickOutCallback
, netease_livekit.MembersJoinCallback
, netease_livekit.MembersLeaveCallback
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:netease_livekit/netease_livekit.dart
that imports:package:netease_roomkit_interface/netease_roomkit_interface.dart
that imports:package:netease_roomkit_interface/src/platform_interface/room_live_controller_platform.dart
that imports:package:netease_roomkit_interface/src/method_channel/method_channel_live_controller.dart
that imports:package:netease_common/netease_common.dart
that imports:package:yunxin_alog/yunxin_alog.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:netease_livekit/netease_livekit.dart
that imports:package:netease_roomkit_interface/netease_roomkit_interface.dart
that imports:package:netease_roomkit_interface/src/platform_interface/room_live_controller_platform.dart
that imports:package:netease_roomkit_interface/src/method_channel/method_channel_live_controller.dart
that imports:package:netease_common/netease_common.dart
that imports:package:yunxin_alog/yunxin_alog.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:netease_livekit/netease_livekit.dart
that imports:package:netease_roomkit_interface/netease_roomkit_interface.dart
that imports:package:netease_roomkit_interface/src/platform_interface/room_live_controller_platform.dart
that imports:package:netease_roomkit_interface/src/method_channel/method_channel_live_controller.dart
that imports:package:netease_common/netease_common.dart
that imports:package:yunxin_alog/yunxin_alog.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:netease_livekit/netease_livekit.dart
that imports:package:netease_roomkit_interface/netease_roomkit_interface.dart
that imports:package:netease_roomkit_interface/src/platform_interface/room_live_controller_platform.dart
that imports:package:netease_roomkit_interface/src/method_channel/method_channel_live_controller.dart
that imports:package:netease_common/netease_common.dart
that imports:package:yunxin_alog/yunxin_alog.dart
that declares support for platforms:Android
,iOS
.
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 54 issues. Showing the first 2:
ERROR: The name 'NERoomTextMessage' isn't a type, so it can't be used as a type argument.
lib/src/api/listener.dart:7:10
╷
7 │ List<NERoomTextMessage> messages);
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/api/listener.dart
ERROR: The name 'NEChatRoomMember' isn't a type, so it can't be used as a type argument.
lib/src/api/livekit.dart:132:24
╷
132 │ Future<NEResult<List<NEChatRoomMember>>> fetchChatRoomMembers(
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/api/livekit.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
dio |
^4.0.0 |
4.0.6 | 5.8.0+1 | |
netease_common |
^0.0.1-rc.0 |
0.0.2 | 1.1.0 | |
netease_roomkit |
^0.0.1-rc.7 |
0.0.3+1 | 1.35.0 | |
netease_roomkit_interface |
^0.0.1-rc.1 |
0.0.2 | 1.35.0 | |
uuid |
^3.0.6 |
3.0.7 | 4.5.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.0 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.6 | 3.0.6 | |
ffi |
- | 2.1.4 | 2.1.4 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
intl |
- | 0.17.0 | 0.20.2 | |
json_annotation |
- | 4.9.0 | 4.9.0 | |
material_color_utilities |
- | 0.11.1 | 0.12.0 | |
meta |
- | 1.16.0 | 1.16.0 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.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 | |
yunxin_alog |
- | 1.0.11 | 2.0.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 5 issues. Showing the first 2:
The constraint `^4.0.0` on dio does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions dio
to update the constraint.
The constraint `^0.0.1-rc.0` on netease_common does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions netease_common
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 34 errors:
NON_TYPE_AS_TYPE_ARGUMENT
-lib/src/api/listener.dart:7:10
- The name 'NERoomTextMessage' isn't a type, so it can't be used as a type argument.NON_TYPE_AS_TYPE_ARGUMENT
-lib/src/api/livekit.dart:132:24
- The name 'NEChatRoomMember' isn't a type, so it can't be used as a type argument.UNDEFINED_GETTER
-lib/src/impl/livekit_impl.dart:177:36
- The getter 'onAuthStatusChanged' isn't defined for the type 'NEAuthService'.
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.20
, Flutter 3.29.2
, Dart 3.7.2
.
Check the analysis log for details.