wend_agora_uikits 1.0.9
wend_agora_uikits: ^1.0.9 copied to clipboard
Flutter plugin to simply integrate Agora Video Calling or Live Video Streaming to your app with just a few lines of code.
We analyzed this package 3 days ago, and awarded it 100 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: wend_agora_uikits.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: wend_agora_uikits, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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
461 out of 610 API elements (75.6 %) have documentation comments.
Some symbols that are missing documentation: agora_channel_data, agora_channel_data.AgoraChannelData.AgoraChannelData.new, agora_channel_data.AgoraChannelData.copyWith, agora_connection_data, agora_connection_data.AgoraConnectionData.
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:wend_agora_uikits/agora_uikit.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:wend_agora_uikits/agora_uikit.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:wend_agora_uikits/agora_uikit.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:wend_agora_uikits/agora_uikit.dartthat declares support for platforms:Android,iOS.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on iOS
It does not contain ios/wend_agora_uikits/Package.swift.
This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.
See https://docs.flutter.dev/to/spm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 58 issues. Showing the first 2:
WARNING: This default clause is covered by the previous cases.
lib/src/enums.dart:20:7
╷
20 │ default:
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/enums.dart
INFO: 'AgoraRtmMessage' is deprecated and shouldn't be used. Use RtmMessage instead of.
lib/agora_uikit.dart:54:9
╷
54 │ AgoraRtmMessage,
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/agora_uikit.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
agora_rtc_engine |
^5.3.1 |
5.3.1 | 6.5.3 | |
agora_rtm |
^1.1.1 |
1.6.3 | 2.2.6 | |
http |
^0.13.4 |
0.13.6 | 1.6.0 | |
lints |
>=1.0.1 <2.1.0 |
2.0.1 | 6.0.0 | |
permission_handler |
^10.0.0 |
10.4.5 | 12.0.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
json_annotation |
- | 4.9.0 | 4.9.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.0 | |
path |
- | 1.9.1 | 1.9.1 | |
permission_handler_android |
- | 10.3.6 | 13.0.1 | |
permission_handler_apple |
- | 9.1.4 | 9.4.7 | |
permission_handler_platform_interface |
- | 3.12.0 | 4.3.0 | |
permission_handler_windows |
- | 0.1.3 | 0.2.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.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 5 issues. Showing the first 2:
The constraint `^5.3.1` on agora_rtc_engine does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions agora_rtc_engine to update the constraint.
The constraint `^1.1.1` on agora_rtm does not support the stable version `2.2.1`.
Try running dart pub upgrade --major-versions agora_rtm 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 4 errors:
INVALID_ASSIGNMENT-lib/controllers/rtm_client_event_handler.dart:76:7- A value of type 'dynamic Function(InvalidType, String)?' can't be assigned to a variable of type 'void Function(AgoraRtmLocalInvitation)?'.UNDEFINED_CLASS-lib/controllers/rtm_client_event_handler.dart:78:17- Undefined class 'LocalInvitation'.INVALID_ASSIGNMENT-lib/controllers/rtm_client_event_handler.dart:81:7- A value of type 'void Function(InvalidType, String)?' can't be assigned to a variable of type 'void Function(AgoraRtmLocalInvitation)?'.
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.23.5, Flutter 3.38.6, Dart 3.10.7.
Check the analysis log for details.