shengwang_rtc_engine 6.6.2
shengwang_rtc_engine: ^6.6.2 copied to clipboard
Flutter plugin of Shengwang RTC SDK, allow you to simply integrate Shengwang Video Calling or Live Video Streaming to your app with just a few lines of code.
We analyzed this package 8 days ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Repository URL doesn't exist.
At the time of the analysis https://github.com/shengwang-extensions/Shengwang-Flutter-SDK/tree/main was unreachable. Make sure that the website is reachable via HEAD requests.
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
1730 out of 1882 API elements (91.9 %) have documentation comments.
Some symbols that are missing documentation: agora_rtc_engine, agora_rtc_engine.AdvanceOptions.toJson, agora_rtc_engine.AdvancedAudioOptions.toJson, agora_rtc_engine.AdvancedConfigInfo.toJson, agora_rtc_engine.AgoraPipController.AgoraPipController.new.
10/10 points: Package has an example
10/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ macOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Linux`.
Because:
package:shengwang_rtc_engine/agora_rtc_engine.dartthat declares support for platforms:Android,iOS,Windows,macOS,Web.
These issues are present but do not affect the score, because they may not originate in your package:
Package not compatible with platform Android
Because:
package:shengwang_rtc_engine/agora_rtc_engine_web.dartthat imports:package:flutter_web_plugins/flutter_web_plugins.dartthat imports:package:flutter_web_plugins/src/plugin_registry.dartthat imports:dart:ui_web
Package not compatible with platform iOS
Because:
package:shengwang_rtc_engine/agora_rtc_engine_web.dartthat imports:package:flutter_web_plugins/flutter_web_plugins.dartthat imports:package:flutter_web_plugins/src/plugin_registry.dartthat imports:dart:ui_web
Package not compatible with platform Windows
Because:
package:shengwang_rtc_engine/agora_rtc_engine_web.dartthat imports:package:flutter_web_plugins/flutter_web_plugins.dartthat imports:package:flutter_web_plugins/src/plugin_registry.dartthat imports:dart:ui_web
Package not compatible with platform macOS
Because:
package:shengwang_rtc_engine/agora_rtc_engine_web.dartthat imports:package:flutter_web_plugins/flutter_web_plugins.dartthat imports:package:flutter_web_plugins/src/plugin_registry.dartthat imports:dart:ui_web
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
Swift Package Manager support:
Package does not support the Swift Package Manager on macOS
The package does not contain macos/shengwang_rtc_engine/Package.swift.
Package does not support the Swift Package Manager on iOS
The package does not contain ios/shengwang_rtc_engine/Package.swift.
Note: This iOS or macOS plugin does not support the Swift Package Manager, resulting in a partial score. See https://docs.flutter.dev/to/spm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 51 issues. Showing the first 2:
INFO: 'ignore' is deprecated and shouldn't be used. Use `includeFromJson` and `includeToJson` with a value of `false` instead.
lib/src/agora_base.dart:2473:28
╷
2473 │ @JsonKey(name: 'buffer', ignore: true)
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/agora_base.dart
INFO: Angle brackets will be interpreted as HTML.
lib/src/agora_base.dart:2794:70
╷
2794 │ /// 在 Android 平台上,如需获取 gatewayRtt ,请确保已在项目 AndroidManifest.xml 文件的 </application> 后面添加 android.permission.ACCESS_WIFI_STATE 权限。
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/agora_base.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
^2.11.0 |
2.13.1 | 2.13.1 | |
ffi |
^1.1.2 |
1.2.1 | 2.2.0 | |
iris_method_channel |
^2.2.4 |
2.2.4 | 2.2.4 | |
js |
^0.6.3 |
0.6.7 | 0.7.2 | Discontinued |
json_annotation |
^4.4.0 |
4.11.0 | 4.11.0 | |
meta |
^1.7.0 |
1.17.0 | 1.18.2 | |
web |
>=0.3.0 <2.0.0 |
1.1.1 | 1.1.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
vector_math |
- | 2.2.0 | 2.3.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `^1.1.2` on ffi does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions ffi to update the constraint.
The constraint `^0.6.3` on js does not support the stable version `0.7.0`.
Try running dart pub upgrade --major-versions js 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.23.12, Flutter 3.41.4, Dart 3.11.1.
Check the analysis log for details.