videosdk 0.0.13
videosdk: ^0.0.13 copied to clipboard
Video SDK Flutter to simply integrate Audio & Video Calling API or Live Video Streaming API to your app with just a few lines of code.
We analyzed this package 22 hours ago, and awarded it 100 pub points (of a possible 130):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Package has an example
0/10 points: 20% or more of the public API has dartdoc comments
- 1 out of 133 API elements (0.8 %) 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.
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:videosdk/rtc.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:videosdk/rtc.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:videosdk/rtc.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:videosdk/rtc.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:videosdk/rtc.dart
that imports:package:videosdk/src/stream.dart
that imports:package:videosdk/src/features/signaling/room_client_repository.dart
that imports:package:flutter_foreground_task/flutter_foreground_task.dart
that imports:package:shared_preferences_ios/shared_preferences_ios.dart
that declares support for platforms:iOS
.
Package does not support platform `iOS`.
Because:
package:videosdk/rtc.dart
that imports:package:videosdk/src/stream.dart
that imports:package:videosdk/src/features/signaling/room_client_repository.dart
that imports:package:flutter_foreground_task/flutter_foreground_task.dart
that imports:package:shared_preferences_android/shared_preferences_android.dart
that declares support for platforms:Android
.
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 35 issues. Showing the first 2:
INFO: The value of the local variable 'scalabilityMode' isn't used.
lib/src/features/signaling/room_client_repository.dart:393:21
╷
393 │ ScalabilityMode scalabilityMode = ScalabilityMode.parse(
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/features/signaling/room_client_repository.dart
INFO: The value of the field '_app_name' isn't used.
lib/src/protoo_client/src/logger.dart:2:10
╷
2 │ String _app_name;
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/protoo_client/src/logger.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
bloc | ^7.1.0 | 7.2.1 | 8.0.3 |
collection | ^1.15.0 | 1.16.0 | 1.16.0 |
encrypt | ^5.0.1 | 5.0.1 | 5.0.1 |
equatable | ^2.0.3 | 2.0.3 | 2.0.3 |
events2 | ^1.0.0 | 1.0.0 | 1.0.0 |
flutter | flutter | 0.0.0 | 0.0.0 |
flutter_bloc | ^7.0.1 | 7.3.3 | 8.0.1 |
flutter_foreground_task | ^3.4.1 | 3.7.3 | 3.7.3 |
flutter_webrtc | ^0.8.5 | 0.8.9 | 0.8.9 |
h264_profile_level_id | ^0.2.0 | 0.2.0 | 0.2.0 |
http | ^0.13.4 | 0.13.4 | 0.13.4 |
random_string | ^2.3.1 | 2.3.1 | 2.3.1 |
sdp_transform | ^0.3.2 | 0.3.2 | 0.3.2 |
synchronized | ^3.0.0 | 3.0.0+2 | 3.0.0+2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^7.1.0` on bloc does not support the stable version `8.0.0`.
Try running dart pub upgrade --major-versions bloc
to update the constraint.
The constraint `^7.0.1` on flutter_bloc does not support the stable version `8.0.0`.
Try running dart pub upgrade --major-versions flutter_bloc
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.13
, Flutter 3.0.3
, Dart 2.17.5
.