geniuspay_flutter 1.0.0
geniuspay_flutter: ^1.0.0 copied to clipboard
SDK Flutter officiel pour intégrer les paiements GeniusPay (Wave, Orange Money, MTN Money, Carte bancaire)
We analyzed this package 13 hours ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Repository URL doesn't exist.
At the time of the analysis https://github.com/geniuspay/flutter-geniuspay was unreachable. Make sure that the website is reachable via HEAD requests.
Documentation URL doesn't exist.
At the time of the analysis https://docs.geniuspay.ci/flutter-sdk was unreachable. Make sure that the website is reachable via HEAD requests.
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: Apache-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
52 out of 158 API elements (32.9 %) have documentation comments.
Some symbols that are missing documentation: geniuspay_flutter.AuthenticationException.AuthenticationException.new, geniuspay_flutter.Customer.Customer.fromJson, geniuspay_flutter.Customer.Customer.new, geniuspay_flutter.Customer.copyWith, geniuspay_flutter.Customer.email.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: 'groupValue' is deprecated and shouldn't be used. Use a RadioGroup ancestor to manage group value instead. This feature was deprecated after v3.32.0-0.0.pre.
lib/src/widgets/payment_methods_selector.dart:48:21
╷
48 │ groupValue: value,
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/payment_methods_selector.dart
INFO: 'onChanged' is deprecated and shouldn't be used. Use RadioGroup to handle value change instead. This feature was deprecated after v3.32.0-0.0.pre.
lib/src/widgets/payment_methods_selector.dart:49:21
╷
49 │ onChanged: enabled ? (v) => onChanged?.call(v!) : null,
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/payment_methods_selector.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
crypto |
^3.0.3 |
3.0.7 | 3.0.7 | |
http |
^1.1.0 |
1.6.0 | 1.6.0 | |
shared_preferences |
^2.2.0 |
2.5.5 | 2.5.5 | |
url_launcher |
^6.2.0 |
6.3.2 | 6.3.2 | |
webview_flutter |
^4.4.0 |
4.14.1 | 4.14.1 |
Transitive dependencies
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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.14, Flutter 3.44.4, Dart 3.12.2.
Check the analysis log for details.