mirrorfly_uikit_plugin 1.0.1
mirrorfly_uikit_plugin: ^1.0.1 copied to clipboard
A Mirrorfly Flutter UIKit plugin to Experience an outstanding real time messaging solution. The powerful communication that adds an extra mileage to build your chat app.
We analyzed this package 29 hours ago, and awarded it 80 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE
file to make it more accessible to the community.
0/10 points: 20% or more of the public API has dartdoc comments
643 out of 4836 API elements (13.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: add_busy_status_view
, add_busy_status_view.AddBusyStatusView
, add_busy_status_view.AddBusyStatusView.AddBusyStatusView.new
, add_busy_status_view.AddBusyStatusView.enableAppBar
, add_participants_controller
.
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:mirrorfly_uikit_plugin/mirrorfly_uikit_plugin.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:mirrorfly_uikit_plugin/mirrorfly_uikit_plugin.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:mirrorfly_uikit_plugin/mirrorfly_uikit_plugin.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:mirrorfly_uikit_plugin/mirrorfly_uikit_plugin.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:mirrorfly_uikit_plugin/mirrorfly_uikit_plugin.dart
that imports:package:mirrorfly_uikit_plugin/app/common/extensions.dart
that imports:package:mirrorfly_uikit_plugin/app/common/constants.dart
that imports:package:mirrorfly_uikit_plugin/mirrorfly_uikit.dart
that imports:package:mirrorfly_uikit_plugin/app/modules/view_all_media/views/view_all_media_view.dart
that imports:package:mirrorfly_uikit_plugin/app/modules/view_all_media/controllers/view_all_media_controller.dart
that imports:package:mirrorfly_uikit_plugin/app/modules/chat/controllers/chat_controller.dart
that imports:package:mirrorfly_uikit_plugin/app/modules/chat/views/forwardchat_view.dart
that imports:package:mirrorfly_uikit_plugin/app/modules/dashboard/widgets.dart
that imports:package:mirrorfly_uikit_plugin/app/modules/chat/chat_widgets.dart
that imports:package:mirrorfly_uikit_plugin/app/modules/preview_contact/views/preview_contact_view.dart
that imports:package:mirrorfly_uikit_plugin/app/modules/preview_contact/controllers/preview_contact_controller.dart
that imports:package:mirrorfly_uikit_plugin/app/data/helper.dart
that imports:package:mirrorfly_uikit_plugin/app/common/widgets.dart
that imports:package:mirrorfly_uikit_plugin/app/common/main_controller.dart
that imports:package:mirrorfly_uikit_plugin/app/common/notification_service.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that imports:package:flutter_local_notifications/src/notification_details.dart
that imports:package:flutter_local_notifications_linux/flutter_local_notifications_linux.dart
that declares support for platforms:Linux
.
Package does not support platform `iOS`.
Because:
package:mirrorfly_uikit_plugin/mirrorfly_uikit_plugin.dart
that imports:package:mirrorfly_uikit_plugin/app/common/extensions.dart
that imports:package:mirrorfly_uikit_plugin/app/common/constants.dart
that imports:package:mirrorfly_uikit_plugin/mirrorfly_uikit.dart
that imports:package:mirrorfly_uikit_plugin/app/modules/view_all_media/views/view_all_media_view.dart
that imports:package:mirrorfly_uikit_plugin/app/modules/view_all_media/controllers/view_all_media_controller.dart
that imports:package:mirrorfly_uikit_plugin/app/modules/chat/controllers/chat_controller.dart
that imports:package:mirrorfly_uikit_plugin/app/modules/chat/views/forwardchat_view.dart
that imports:package:mirrorfly_uikit_plugin/app/modules/dashboard/widgets.dart
that imports:package:mirrorfly_uikit_plugin/app/modules/chat/chat_widgets.dart
that imports:package:mirrorfly_uikit_plugin/app/modules/preview_contact/views/preview_contact_view.dart
that imports:package:mirrorfly_uikit_plugin/app/modules/preview_contact/controllers/preview_contact_controller.dart
that imports:package:mirrorfly_uikit_plugin/app/data/helper.dart
that imports:package:mirrorfly_uikit_plugin/app/common/widgets.dart
that imports:package:mirrorfly_uikit_plugin/app/common/main_controller.dart
that imports:package:mirrorfly_uikit_plugin/app/common/notification_service.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that imports:package:flutter_local_notifications/src/notification_details.dart
that imports:package:flutter_local_notifications_linux/flutter_local_notifications_linux.dart
that declares support for platforms:Linux
.
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 78 issues. Showing the first 2:
ERROR: The named parameter 'flyCallback' is required, but there's no corresponding argument.
lib/app/call_modules/participants/add_participants_controller.dart:311:19
╷
311 │ Mirrorfly.inviteUsersToOngoingCall(jidList: selectedUsersJIDList);
│ ^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/app/call_modules/participants/add_participants_controller.dart
ERROR: The method 'e' isn't defined for the type 'LogMessage'.
lib/app/modules/chat/controllers/chat_controller.dart:3427:16
╷
3427 │ LogMessage.e(
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/app/modules/chat/controllers/chat_controller.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
audioplayers |
^6.0.0 |
6.4.0 | 6.4.0 | |
cached_network_image |
^3.3.1 |
3.4.0 | 3.4.1 | |
camera |
^0.10.5+9 |
0.10.6 | 0.11.1 | |
contacts_service |
^0.6.3 |
0.6.3 | 0.6.3 | |
custom_image_crop |
^0.0.13 |
0.0.13 | 0.1.1 | |
device_info_plus |
^10.0.1 |
10.1.2 | 11.4.0 | |
emoji_picker_flutter |
^2.1.1 |
2.2.0 | 4.3.0 | |
file_picker |
^8.0.0+1 |
8.0.7 | 10.1.2 | |
flutter_app_badger |
^1.5.0 |
1.5.0 | 1.5.0 | Discontinued |
flutter_keyboard_visibility |
^6.0.0 |
6.0.0 | 6.0.0 | |
flutter_libphonenumber |
^2.2.1 |
2.5.1 | 2.5.1 | |
flutter_local_notifications |
^17.0.0 |
17.2.4 | 19.1.0 | |
flutter_svg |
^2.0.10+1 |
2.1.0 | 2.1.0 | |
flutter_switch |
^0.3.2 |
0.3.2 | 0.3.2 | |
fluttercontactpicker |
^4.7.0 |
4.7.0 | 5.0.0 | Discontinued |
fluttertoast |
^8.2.4 |
8.2.8 | 8.2.12 | |
focus_detector |
^2.0.1 |
2.0.1 | 2.0.1 | |
geocoding |
^3.0.0 |
3.0.0 | 3.0.0 | |
geolocator |
^11.0.0 |
11.1.0 | 14.0.0 | |
get |
^4.6.6 |
4.7.2 | 4.7.2 | |
google_maps_flutter |
^2.6.0 |
2.12.1 | 2.12.1 | |
http |
^1.1.0 |
1.3.0 | 1.3.0 | |
image_picker |
^1.0.7 |
1.1.2 | 1.1.2 | |
internet_connection_checker |
^1.0.0+1 |
1.0.0+1 | 3.0.1 | |
intl |
^0.19.0 |
0.19.0 | 0.20.2 | |
keyboard_dismisser |
^3.0.0 |
3.0.0 | 3.0.0 | |
lottie |
^3.1.0 |
3.3.1 | 3.3.1 | |
marquee |
^2.2.3 |
2.3.0 | 2.3.0 | |
mirrorfly_plugin |
^1.0.0 |
1.4.0 | 1.4.0 | |
oktoast |
^3.4.0 |
3.4.0 | 3.4.0 | |
open_file_plus |
^3.4.1+1 |
3.4.1+1 | 3.4.1+1 | |
package_info_plus |
^6.0.0 |
6.0.0 | 8.3.0 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
path_provider |
^2.1.2 |
2.1.5 | 2.1.5 | |
permission_handler |
^11.3.1 |
11.4.0 | 12.0.0+1 | |
photo_manager |
^3.0.0 |
3.6.4 | 3.6.4 | |
photo_view |
^0.14.0 |
0.14.0 | 0.15.0 | |
plugin_platform_interface |
^2.1.8 |
2.1.8 | 2.1.8 | |
provider |
^6.1.2 |
6.1.4 | 6.1.4 | |
qr_code_scanner |
^1.0.1 |
1.0.1 | 1.0.1 | |
record |
^5.0.5 |
5.2.1 | 6.0.0 | |
scrollable_positioned_list |
^0.3.8 |
0.3.8 | 0.3.8 | |
share_plus |
^8.0.2 |
8.0.3 | 11.0.0 | |
shared_preferences |
^2.2.2 |
2.5.3 | 2.5.3 | |
swipe_to |
^1.0.6 |
1.0.6 | 1.0.6 | |
tuple |
^2.0.2 |
2.0.2 | 2.0.2 | |
url_launcher |
^6.2.5 |
6.3.1 | 6.3.1 | |
video_player |
^2.8.5 |
2.9.5 | 2.9.5 | |
yaml |
^3.1.2 |
3.1.3 | 3.1.3 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 16 issues. Showing the first 2:
The constraint `^0.10.5+9` on camera does not support the stable version `0.11.0`.
Try running dart pub upgrade --major-versions camera
to update the constraint.
The constraint `^0.0.13` on custom_image_crop does not support the stable version `0.1.0`.
Try running dart pub upgrade --major-versions custom_image_crop
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.22.20
, Flutter 3.29.2
, Dart 3.7.2
.
Check the analysis log for details.