welloo_sdk 0.0.121
welloo_sdk: ^0.0.121 copied to clipboard
Package de transaction Welloo
We analyzed this package 46 hours ago, and awarded it 95 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
Homepage URL doesn't exist.
At the time of the analysis https://welloo.ci was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/finasys/finapay_sdk was unreachable. Make sure that the website is reachable via HEAD requests.
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/finasys/finapay_sdk/issues was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.0.121").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
66 out of 184 API elements (35.9 %) have documentation comments.
Some symbols that are missing documentation: app_colors, app_colors.AppColors, app_colors.AppColors.AppColors.new, app_colors.AppColors.background, app_colors.AppColors.danger.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Android
These platforms are not supported:
Package does not support platform `iOS`.
Because:
package:welloo_sdk/welloo_sdk.dartthat declares support for platforms:Android.
Package does not support platform `Windows`.
Because:
package:welloo_sdk/welloo_sdk.dartthat declares support for platforms:Android.
Package does not support platform `Linux`.
Because:
package:welloo_sdk/welloo_sdk.dartthat declares support for platforms:Android.
Package does not support platform `macOS`.
Because:
package:welloo_sdk/welloo_sdk.dartthat declares support for platforms:Android.
Package does not support platform `Web`.
Because:
package:welloo_sdk/welloo_sdk.dartthat declares support for platforms:Android.
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:welloo_sdk/welloo_sdk.dartthat imports:package:welloo_sdk/src/features/scan/presentation/screens/qr_manager_screen.dartthat imports:package:flutter_local_notifications/flutter_local_notifications.dartthat imports:package:flutter_local_notifications/src/notification_details.dartthat imports:package:flutter_local_notifications_windows/flutter_local_notifications_windows.dartthat declares support for platforms:Windows.
Built-in Kotlin support:
Legacy Kotlin configuration detected in `android/build.gradle`.
This plugin applies the Kotlin Gradle Plugin (KGP) or uses the android.kotlinOptions{} block.
Note: This Android plugin does not support built-in Kotlin. In the future, this might affect scoring. See https://docs.flutter.dev/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 77 issues. Showing the first 2:
WARNING: The value of the field '_idType' isn't used.
lib/src/features/banque/presentations/bank_form_screen.dart:28:16
╷
28 │ final String _idType = 'CNI';
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/features/banque/presentations/bank_form_screen.dart
WARNING: The value of the field '_idTypes' isn't used.
lib/src/features/banque/presentations/bank_form_screen.dart:50:29
╷
50 │ static const List<String> _idTypes = [
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/features/banque/presentations/bank_form_screen.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
app_links |
^7.0.0 |
7.2.1 | 7.2.1 | |
bloc |
^9.0.1 |
9.2.1 | 9.2.1 | |
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
connectivity_plus |
^7.0.0 |
7.3.1 | 7.3.1 | |
crypto |
^3.0.3 |
3.0.7 | 3.0.7 | |
dartz |
^0.10.1 |
0.10.1 | 0.10.1 | |
equatable |
^2.0.7 |
2.1.0 | 2.1.0 | |
flutter_bloc |
^9.1.1 |
9.1.1 | 9.1.1 | |
flutter_contacts |
^2.0.0 |
2.3.1 | 2.3.1 | |
flutter_local_notifications |
^19.2.1 |
19.5.0 | 22.2.0 | |
flutter_secure_storage |
^9.2.4 |
9.2.4 | 10.3.1 | |
flutter_svg |
^2.2.3 |
2.3.0 | 2.3.0 | |
get_it |
^8.2.0 |
8.3.0 | 9.2.1 | |
http |
^1.5.0 |
1.6.0 | 1.6.0 | |
intl |
^0.20.2 |
0.20.3 | 0.20.3 | |
intl_phone_field |
^3.1.0 |
3.2.0 | 3.2.0 | |
mobile_scanner |
^7.1.4 |
7.4.0 | 7.4.0 | |
permission_handler |
^11.3.1 |
11.4.0 | 12.0.3 | |
phone_numbers_parser |
^9.0.20 |
9.0.24 | 9.0.24 | |
qr_flutter |
^4.1.0 |
4.1.0 | 4.1.0 | |
screen_brightness |
^2.1.3 |
2.1.11 | 2.1.11 | |
shared_preferences |
^2.5.3 |
2.5.5 | 2.5.5 | |
url_launcher |
^6.3.2 |
6.3.2 | 6.3.2 | |
uuid |
^4.5.1 |
4.6.0 | 4.6.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 4 issues. Showing the first 2:
The constraint `^19.2.1` on flutter_local_notifications does not support the stable version `20.0.0`.
Try running dart pub upgrade --major-versions flutter_local_notifications to update the constraint.
The constraint `^9.2.4` on flutter_secure_storage does not support the stable version `10.0.0`.
Try running dart pub upgrade --major-versions flutter_secure_storage 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 2 errors:
UNDEFINED_NAMED_PARAMETER-lib/src/features/transfer/presentation/screens/beneficiaire.dart:193:17- The named parameter 'languageCode' isn't defined.UNDEFINED_NAMED_PARAMETER-lib/src/features/transfer/presentation/screens/montant.dart:312:17- The named parameter 'languageCode' isn't defined.
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.15, Flutter 3.44.7, Dart 3.12.2.
Check the analysis log for details.