rabitlala_flutter_sdk 1.0.8+1
rabitlala_flutter_sdk: ^1.0.8+1 copied to clipboard
A Flutter SDK for launching RabbitLala secure mobile checkout – ideal for businesses accepting payments.
We analyzed this package 3 days ago, and awarded it 150 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
218 out of 875 API elements (24.9 %) have documentation comments.
Some symbols that are missing documentation: _airtime_and_data_state, _global_images, _global_images.GlobalImages.GlobalImages.new, airtime_and_data_home, airtime_and_data_home.AirtimeForm.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ macOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Linux`.
Because:
package:rabitlala_flutter_sdk/features/auth/UI/auth_home_ui.dartthat imports:package:rabitlala_flutter_sdk/utils/utils_export.dartthat imports:package:rabitlala_flutter_sdk/rabbitlala.dartthat imports:package:rabitlala_flutter_sdk/features/payment/payment.dartthat imports:package:rabitlala_flutter_sdk/features/payment/payment_methods.dartthat imports:package:rabitlala_flutter_sdk/features/payment/src/card-payment/UI/card_home_ui.dartthat imports:package:rabitlala_flutter_sdk/features/payment/src/card-payment/UI/src/bank_auth.dartthat imports:package:flutter_inappwebview/flutter_inappwebview.dartthat declares support for platforms:Android,iOS,Windows,macOS,Web.
These issues are present but do not affect the score, because they may not originate in your package:
Package not compatible with platform Web
Because:
package:rabitlala_flutter_sdk/features/auth/UI/auth_home_ui.dartthat imports:package:rabitlala_flutter_sdk/utils/utils_export.dartthat imports:package:rabitlala_flutter_sdk/rabbitlala.dartthat imports:package:rabitlala_flutter_sdk/features/payment/payment.dartthat imports:package:rabitlala_flutter_sdk/features/payment/payment_methods.dartthat imports:package:rabitlala_flutter_sdk/features/payment/src/card-payment/UI/card_home_ui.dartthat imports:package:rabitlala_flutter_sdk/features/payment/src/card-payment/UI/src/bank_auth.dartthat imports:package:flutter_inappwebview/flutter_inappwebview.dartthat imports:package:flutter_inappwebview/src/main.dartthat imports:package:flutter_inappwebview/src/webview_environment/main.dartthat imports:package:flutter_inappwebview/src/webview_environment/webview_environment.dartthat imports:package:flutter_inappwebview_platform_interface/flutter_inappwebview_platform_interface.dartthat imports:package:flutter_inappwebview_platform_interface/src/main.dartthat imports:package:flutter_inappwebview_platform_interface/src/in_app_localhost_server.dartthat imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:rabitlala_flutter_sdk/features/auth/UI/auth_home_ui.dartthat imports:package:rabitlala_flutter_sdk/utils/utils_export.dartthat imports:package:rabitlala_flutter_sdk/rabbitlala.dartthat imports:package:rabitlala_flutter_sdk/features/payment/payment.dartthat imports:package:rabitlala_flutter_sdk/features/payment/payment_methods.dartthat imports:package:rabitlala_flutter_sdk/features/payment/src/card-payment/UI/card_home_ui.dartthat imports:package:rabitlala_flutter_sdk/features/payment/src/card-payment/UI/src/bank_auth.dartthat imports:package:flutter_inappwebview/flutter_inappwebview.dartthat imports:package:flutter_inappwebview/src/main.dartthat imports:package:flutter_inappwebview/src/webview_environment/main.dartthat imports:package:flutter_inappwebview/src/webview_environment/webview_environment.dartthat imports:package:flutter_inappwebview_platform_interface/flutter_inappwebview_platform_interface.dartthat imports:package:flutter_inappwebview_platform_interface/src/main.dartthat imports:package:flutter_inappwebview_platform_interface/src/in_app_localhost_server.dartthat 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.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 42 issues. Showing the first 2:
INFO: Missing type annotation.
lib/features/auth/service/auth_service.dart:30:3
╷
30 │ changeUI(AuthUI ui) {
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/features/auth/service/auth_service.dart
INFO: Missing type annotation.
lib/features/auth/service/auth_service.dart:38:3
╷
38 │ _init() {
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/features/auth/service/auth_service.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cupertino_icons |
^1.0.8 |
1.0.8 | 1.0.8 | |
flutter_inappwebview |
^6.1.5 |
6.1.5 | 6.1.5 | |
google_fonts |
^6.2.1 |
6.3.2 | 6.3.2 | |
http |
^1.3.0 |
1.5.0 | 1.5.0 | |
intl |
^0.20.2 |
0.20.2 | 0.20.2 | |
pin_code_fields |
^8.0.1 |
8.0.1 | 8.0.1 | |
url_launcher |
^6.3.1 |
6.3.2 | 6.3.2 |
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.0, Flutter 3.35.7, Dart 3.9.2.
Check the analysis log for details.