meeting500mg 0.0.6
meeting500mg: ^0.0.6 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 7 days ago, and awarded it 100 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
121 out of 2299 API elements (5.3 %) 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
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: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.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on iOS
It does not contain ios/meeting500mg/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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 99 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 | 1.12.32 | |
app_settings |
^6.1.1 |
6.1.1 | 7.0.0 | |
bloc |
^8.1.2 |
8.1.4 | 9.1.0 | |
cached_network_image |
^3.3.0 |
3.4.1 | 3.4.1 | |
connectivity_plus |
^5.0.2 |
5.0.2 | 7.0.0 | |
cupertino_icons |
^1.0.5 |
1.0.8 | 1.0.8 | |
dartz |
^0.10.1 |
0.10.1 | 0.10.1 | |
dio |
^5.4.3 |
5.9.0 | 5.9.0 | |
dots_indicator |
^3.0.0 |
3.1.0 | 4.0.1 | |
equatable |
^2.0.5 |
2.0.7 | 2.0.7 | |
file_picker |
^10.3.6 |
10.3.8 | 10.3.8 | |
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.2.3 | 2.2.3 | |
get_it |
^7.6.0 |
7.7.0 | 9.2.0 | |
go_router |
^14.2.7 |
14.8.1 | 17.0.1 | |
http |
^1.1.0 |
1.6.0 | 1.6.0 | |
image_picker |
^1.0.4 |
1.2.1 | 1.2.1 | |
injectable |
^2.1.2 |
2.6.0 | 2.7.1+4 | |
intl |
^0.20.2 |
0.20.2 | 0.20.2 | |
json_annotation |
^4.9.0 |
4.9.0 | 4.9.0 | |
media_scanner |
^2.2.0 |
2.2.0 | 2.2.0 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
permission_handler |
^11.3.1 |
11.4.0 | 12.0.1 | |
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.4 | 2.5.4 | |
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 8 issues. Showing the first 2:
The constraint `^6.1.1` on app_settings does not support the stable version `7.0.0`, that was published 21 days ago.
When app_settings is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions app_settings to update the constraint.
The constraint `^8.1.2` on bloc does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions bloc 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.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.