minfo_sdk 2.3.1
minfo_sdk: ^2.3.1 copied to clipboard
Minfo SDK for Flutter - AudioQR powered engagement platform
We analyzed this package 47 hours ago, and awarded it 130 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
10/10 points: Use an OSI-approved license
Detected license: BSD-3-Clause.
0/10 points: 20% or more of the public API has dartdoc comments
22 out of 372 API elements (5.9 %) 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: audio_session_manager, audio_session_manager.AudioSessionManager, audio_session_manager.AudioSessionManager.AudioSessionManager.new, audio_session_manager.AudioSessionManager.requestMicrophoneWithAudioSession, audio_session_manager.AudioSessionManager.setupAudioSessionForMinfo.
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:minfo_sdk/minfo_sdk.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:minfo_sdk/minfo_sdk.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:minfo_sdk/minfo_sdk.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:minfo_sdk/minfo_sdk.dartthat 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:minfo_sdk/minfo_sdk.dartthat imports:package:minfo_sdk/src/models.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:minfo_sdk/minfo_sdk.dartthat imports:package:minfo_sdk/src/models.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Swift Package Manager support:
Package does not support the Swift Package Manager on iOS
It does not contain ios/minfo_sdk/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.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
audio_session |
^0.1.16 |
0.1.25 | 0.2.2 | |
cached_network_image |
^3.3.1 |
3.4.0 | 3.4.1 | |
device_info_plus |
^9.1.0 |
9.1.2 | 12.3.0 | |
flutter_secure_storage |
^9.0.0 |
9.2.4 | 10.0.0 | |
http |
^1.1.0 |
1.2.0 | 1.6.0 | |
package_info_plus |
^5.0.0 |
5.0.1 | 9.0.0 | |
permission_handler |
^11.0.0 |
11.4.0 | 12.0.1 | |
plugin_platform_interface |
^2.1.0 |
2.1.8 | 2.1.8 | |
shared_preferences |
^2.2.0 |
2.2.3 | 2.5.4 | |
url_launcher |
^6.2.5 |
6.3.2 | 6.3.2 | |
uuid |
^4.2.0 |
4.5.2 | 4.5.2 | |
webview_flutter |
^4.4.2 |
4.13.1 | 4.13.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 5 issues. Showing the first 2:
The constraint `^0.1.16` on audio_session does not support the stable version `0.2.0`.
Try running dart pub upgrade --major-versions audio_session to update the constraint.
The constraint `^9.1.0` on device_info_plus does not support the stable version `10.0.0`.
Try running dart pub upgrade --major-versions device_info_plus 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.10, Flutter 3.41.0, Dart 3.11.0.
Check the analysis log for details.