splive 1.0.2
splive: ^1.0.2 copied to clipboard
Official Flutter SDK for Specular.Live voice, video, chat and realtime communication.
We analyzed this package 7 hours ago, and awarded it 60 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/asdk2006/splive 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.
0/10 points: 20% or more of the public API has dartdoc comments
69 out of 1377 API elements (5.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: splive, splive.AdminManager, splive.AdminManager.AdminManager.new, splive.AdminManager.banUser, splive.AdminManager.blockUser.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 10 issues. Showing the first 2:
ERROR: The name 'ChatMessage' is defined in the libraries 'package:livekit_client/src/types/data_stream.dart (via package:livekit_client/livekit_client.dart)' and 'package:splive/src/models/chat_message.dart (via package:splive/splive.dart)'.
lib/src/events/specular_events.dart:15:37
╷
15 │ final _message = StreamController<ChatMessage>.broadcast();
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/events/specular_events.dart
ERROR: The name 'ChatMessage' is defined in the libraries 'package:livekit_client/src/types/data_stream.dart (via package:livekit_client/livekit_client.dart)' and 'package:splive/src/models/chat_message.dart (via package:splive/splive.dart)'.
lib/src/events/specular_events.dart:32:10
╷
32 │ Stream<ChatMessage> get onMessage => _message.stream;
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/events/specular_events.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cryptography |
>=2.9.0 <3.0.0 |
2.9.0 | 2.9.0 | |
cryptography_flutter |
>=2.3.4 <3.0.0 |
2.3.4 | 2.3.4 | |
file_picker |
>=8.1.7 <11.0.2 |
11.0.1 | 13.1.0 | |
flutter_local_notifications |
>=17.2.4 <22.0.1 |
22.0.0 | 22.3.1 | |
flutter_secure_storage |
>=10.3.1 <11.0.0 |
10.3.4 | 11.1.1 | |
flutter_webrtc |
>=0.11.7 <1.5.2 |
1.5.1 | 1.6.2+hotfix.3 | |
get |
>=4.6.6 <5.0.0 |
4.7.3 | 4.7.3 | |
http |
>=1.2.2 <2.0.0 |
1.6.0 | 1.6.0 | |
just_audio |
>=0.9.46 <0.10.6 |
0.10.5 | 0.10.6 | |
livekit_client |
>=2.2.6 <2.8.1 |
2.5.0+hotfix.3 | 2.13.0 | |
path_provider |
>=2.1.5 <3.0.0 |
2.1.6 | 2.1.6 | |
permission_handler |
>=11.3.1 <12.0.3 |
12.0.2 | 13.0.2 | |
record |
>=5.2.1 <7.1.1 |
7.1.0 | 7.1.1 | |
shared_preferences |
>=2.3.2 <3.0.0 |
2.5.5 | 2.5.5 | |
web_socket_channel |
>=3.0.1 <4.0.0 |
3.0.3 | 3.0.3 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 8 issues. Showing the first 2:
The constraint `>=8.1.7 <11.0.2` on file_picker does not support the stable version `11.0.2`.
Try running dart pub upgrade --major-versions file_picker to update the constraint.
The constraint `>=17.2.4 <22.0.1` on flutter_local_notifications does not support the stable version `22.0.1`.
Try running dart pub upgrade --major-versions flutter_local_notifications 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.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.