upi_chooser 0.0.7
upi_chooser: ^0.0.7 copied to clipboard
Flutter plugin to get the list of UPI apps that are installed on the device.
We analyzed this package 2 days ago, and awarded it 120 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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
53 out of 92 API elements (57.6 %) have documentation comments.
Some symbols that are missing documentation: upi_apps, upi_apps.UpiApps, upi_apps_helper, upi_apps_helper.UpiAppsHelper, upi_apps_helper.UpiAppsHelper.UpiAppsHelper.fromMap.
10/10 points: Package has an example and has no issues with screenshots
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:upi_chooser/upi_chooser.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:upi_chooser/upi_chooser.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:upi_chooser/upi_chooser.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:upi_chooser/upi_chooser.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/upi_chooser/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.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
WARNING: This default clause is covered by the previous cases.
lib/upi_apps_helper.dart:131:7
╷
131 │ default:
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/upi_apps_helper.dart
WARNING: This default clause is covered by the previous cases.
lib/upi_apps_helper.dart:220:7
╷
220 │ default:
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/upi_apps_helper.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
appcheck |
^1.1.0 |
1.7.0 | 1.7.0 | |
plugin_platform_interface |
^2.1.8 |
2.1.8 | 2.1.8 | |
url_launcher |
^6.2.4 |
6.3.2 | 6.3.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.0 | |
url_launcher_android |
- | 6.3.28 | 6.3.28 | |
url_launcher_ios |
- | 6.3.6 | 6.3.6 | |
url_launcher_linux |
- | 3.2.2 | 3.2.2 | |
url_launcher_macos |
- | 3.2.5 | 3.2.5 | |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 | |
url_launcher_web |
- | 2.4.2 | 2.4.2 | |
url_launcher_windows |
- | 3.1.5 | 3.1.5 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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 2 errors:
INSTANCE_ACCESS_TO_STATIC_MEMBER-lib/upi_chooser.dart:121:28- The static method 'checkAvailability' can't be accessed through an instance.INSTANCE_ACCESS_TO_STATIC_MEMBER-lib/upi_chooser.dart:145:28- The static method 'checkAvailability' can't be accessed through an instance.
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.8, Flutter 3.38.6, Dart 3.10.7.
Check the analysis log for details.
