bambara_flutter 0.0.6
bambara_flutter: ^0.0.6 copied to clipboard
Official Bambara Flutter SDK, Accept Wave and Orange Money Payment in seconds.
We analyzed this package 21 hours ago, and awarded it 130 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
9 out of 24 API elements (37.5 %) have documentation comments.
Some symbols that are missing documentation: bambara_flutter
, bambara_flutter.BambaraData
, bambara_flutter.BambaraData.BambaraData.new
, bambara_flutter.BambaraData.amount
, bambara_flutter.BambaraData.email
.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:bambara_flutter/bambara_flutter.dart
that imports:package:bambara_flutter/src/views/bambara_view.dart
that imports:package:webview_flutter/webview_flutter.dart
that declares support for platforms:Android
,iOS
,macOS
.
Package does not support platform `Linux`.
Because:
package:bambara_flutter/bambara_flutter.dart
that imports:package:bambara_flutter/src/views/bambara_view.dart
that imports:package:webview_flutter/webview_flutter.dart
that declares support for platforms:Android
,iOS
,macOS
.
Package does not support platform `Web`.
Because:
package:bambara_flutter/bambara_flutter.dart
that imports:package:bambara_flutter/src/views/bambara_view.dart
that imports:package:webview_flutter/webview_flutter.dart
that declares support for platforms:Android
,iOS
,macOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:bambara_flutter/bambara_flutter.dart
that imports:package:bambara_flutter/src/views/bambara_view.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.cn/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
WARNING: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: BambaraView.closeOnComplete
lib/src/views/bambara_view.dart:11:7
╷
11 │ class BambaraView extends StatefulWidget {
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/views/bambara_view.dart
INFO: The file name 'Payment.dart' isn't a lower_case_with_underscores identifier.
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/models/Payment.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
equatable |
^2.0.5 |
2.0.7 | 2.0.7 | |
flutter_screenutil |
^5.5.3+2 |
5.9.3 | 5.9.3 | |
modal_bottom_sheet |
^2.1.2 |
2.1.2 | 3.0.0 | |
url_launcher |
^6.1.7 |
6.3.2 | 6.3.2 | |
webview_flutter |
^4.0.1 |
4.13.0 | 4.13.0 |
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.16.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
url_launcher_android |
- | 6.3.22 | 6.3.22 | |
url_launcher_ios |
- | 6.3.4 | 6.3.4 | |
url_launcher_linux |
- | 3.2.1 | 3.2.1 | |
url_launcher_macos |
- | 3.2.3 | 3.2.3 | |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 | |
url_launcher_web |
- | 2.4.1 | 2.4.1 | |
url_launcher_windows |
- | 3.1.4 | 3.1.4 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
webview_flutter_android |
- | 4.10.2 | 4.10.2 | |
webview_flutter_platform_interface |
- | 2.14.0 | 2.14.0 | |
webview_flutter_wkwebview |
- | 3.23.1 | 3.23.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^2.1.2` on modal_bottom_sheet does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions modal_bottom_sheet
to update the constraint.
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.22.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.