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 29 hours 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.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:upi_chooser/upi_chooser.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:upi_chooser/upi_chooser.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:upi_chooser/upi_chooser.dart
that declares support for platforms:Android
,iOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:upi_chooser/upi_chooser.dart
that imports:package:appcheck/appcheck.dart
that imports:package:appcheck/src/app_info.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
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
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.5.4+1 | 1.5.4+1 | |
plugin_platform_interface |
^2.1.8 |
2.1.8 | 2.1.8 | |
url_launcher |
^6.2.4 |
6.3.1 | 6.3.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.11.1 | 0.12.0 | |
meta |
- | 1.16.0 | 1.16.0 | |
url_launcher_android |
- | 6.3.16 | 6.3.16 | |
url_launcher_ios |
- | 6.3.3 | 6.3.3 | |
url_launcher_linux |
- | 3.2.1 | 3.2.1 | |
url_launcher_macos |
- | 3.2.2 | 3.2.2 | |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 | |
url_launcher_web |
- | 2.4.0 | 2.4.0 | |
url_launcher_windows |
- | 3.1.4 | 3.1.4 | |
vector_math |
- | 2.1.4 | 2.1.5 | |
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.22.20
, Flutter 3.29.2
, Dart 3.7.2
.
Check the analysis log for details.