meeting500mg 0.0.7
meeting500mg: ^0.0.7 copied to clipboard
A Flutter plugin for video and audio meetings with screen sharing, chat, and real-time communication capabilities. Includes iOS safe area support and comprehensive permission handling.
We analyzed this package 2 days ago, and awarded it 90 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.
-
pubspec.yamldoesn't have ahomepageentry. -
pubspec.yamldoesn't have arepositoryentry.
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
154 out of 2340 API elements (6.6 %) 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: actions.view, actions.view.ActionsView, actions.view.ActionsView.ActionsView.new, actions.view.ActionsView.isMinimized, actions.view.ActionsView.onChatTap.
10/10 points: Package has an example
10/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:meeting500mg/meeting500mg.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:meeting500mg/meeting500mg.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:meeting500mg/meeting500mg.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:meeting500mg/meeting500mg.dartthat declares support for platforms:Android,iOS.
Swift Package Manager support:
Package does not support the Swift Package Manager on iOS
The package does not contain ios/meeting500mg/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.
Built-in Kotlin support:
Legacy Kotlin configuration detected in `android/build.gradle`.
This plugin applies the Kotlin Gradle Plugin (KGP) or uses the android.kotlinOptions{} block.
Note: This Android plugin does not support built-in Kotlin. In the future, this might affect scoring. See https://docs.flutter.dev/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 17 issues. Showing the first 2:
INFO: Don't invoke 'print' in production code.
lib/managers/file_upload_manager.dart:269:7
╷
269 │ print('❌ Upload error: $e');
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/managers/file_upload_manager.dart
INFO: Missing type annotation.
lib/models/video_tile.model.dart:16:35
╷
16 │ factory VideoTileModel.fromJson(json) {
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/models/video_tile.model.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
another_flushbar |
^1.12.32 |
1.12.32 | 2.2.4 | |
app_settings |
^6.1.1 |
6.1.1 | 9.0.0 | |
bloc |
^8.1.2 |
8.1.4 | 9.2.1 | |
cached_network_image |
^3.3.0 |
3.4.1 | 4.0.0 | |
connectivity_plus |
^5.0.2 |
5.0.2 | 7.3.1 | |
cupertino_icons |
^1.0.5 |
1.0.9 | 1.0.9 | |
dartz |
^0.10.1 |
0.10.1 | 0.10.1 | |
dio |
^5.4.3 |
5.11.1 | 5.11.1 | |
dots_indicator |
^3.0.0 |
3.1.0 | 5.0.0 | |
equatable |
^2.0.5 |
2.1.0 | 3.0.0 | |
file_picker |
^10.3.6 |
10.3.10 | 13.1.0 | |
flutter_bloc |
^8.1.3 |
8.1.6 | 9.1.1 | |
flutter_inappwebview |
^6.1.1 |
6.1.5 | 6.1.5 | |
flutter_svg |
^2.1.0 |
2.3.0 | 2.3.0 | |
get_it |
^7.6.0 |
7.7.0 | 9.2.1 | |
go_router |
^14.2.7 |
14.8.1 | 18.0.1 | |
http |
^1.1.0 |
1.6.0 | 1.6.0 | |
image_picker |
^1.0.4 |
1.2.3 | 1.2.3 | |
injectable |
^2.1.2 |
2.6.0 | 3.0.0 | |
intl |
^0.20.2 |
0.20.3 | 0.20.3 | |
json_annotation |
^4.9.0 |
4.12.0 | 4.12.0 | |
media_scanner |
^2.2.0 |
2.2.1 | 2.2.1 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
permission_handler |
^11.3.1 |
11.4.0 | 13.0.2 | |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 | |
rxdart |
^0.28.0 |
0.28.0 | 0.28.0 | |
shared_preferences |
^2.2.2 |
2.5.5 | 2.5.5 | |
url_launcher |
^6.2.1 |
6.3.2 | 6.3.2 | |
web_socket_channel |
^3.0.3 |
3.0.3 | 3.0.3 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 13 issues. Showing the first 2:
The constraint `^1.12.32` on another_flushbar does not support the stable version `2.0.1`.
Try running dart pub upgrade --major-versions another_flushbar to update the constraint.
The constraint `^6.1.1` on app_settings does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions app_settings 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 5 errors:
ARGUMENT_TYPE_NOT_ASSIGNABLE-lib/di/di.config.dart:35:7- The argument type 'Dio Function()' can't be assigned to the parameter type 'Dio'.ARGUMENT_TYPE_NOT_ASSIGNABLE-lib/di/di.config.dart:39:7- The argument type 'Dio Function()' can't be assigned to the parameter type 'Dio'.ARGUMENT_TYPE_NOT_ASSIGNABLE-lib/di/di.config.dart:43:7- The argument type 'Dio Function()' can't be assigned to the parameter type 'Dio'.
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.19, Flutter 3.47.4, Dart 3.13.3.
Check the analysis log for details.