flutterduplo 0.0.2 flutterduplo: ^0.0.2 copied to clipboard
A Flutter plugin for making payments via Duplo Payment Gateway. Completely supports all platforms.
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
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
22 out of 107 API elements (20.6 %) have documentation comments.
Some symbols that are missing documentation: flutterduplo
, flutterduplo.AuthenticationException
, flutterduplo.AuthenticationException.AuthenticationException
, flutterduplo.Bearer
, flutterduplo.CardException
.
10/10 points: Package has an example
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:flutterduplo/flutterduplo.dart
that imports:package:flutterduplo/src/common/duplo.dart
that imports:package:flutterduplo/src/ui/checkout/checkout_widget.dart
that imports:package:flutterduplo/src/wallet/ussd.dart
that imports:package:flutterduplo/src/ui/sucessful_widget.dart
that imports:package:flutterduplo/src/ui/statuswidget.dart
that imports:package:open_filex/open_filex.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:flutterduplo/flutterduplo.dart
that imports:package:flutterduplo/src/common/duplo.dart
that imports:package:flutterduplo/src/common/platform_info.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:package_info_plus/src/file_version_info.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `macOS`.
Because:
package:flutterduplo/flutterduplo.dart
that imports:package:flutterduplo/src/common/duplo.dart
that imports:package:flutterduplo/src/common/platform_info.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:package_info_plus/src/file_version_info.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `Web`.
Because:
package:flutterduplo/flutterduplo.dart
that imports:package:flutterduplo/src/common/duplo.dart
that imports:package:flutterduplo/src/ui/checkout/checkout_widget.dart
that imports:package:flutterduplo/src/wallet/ussd.dart
that imports:package:flutterduplo/src/ui/sucessful_widget.dart
that imports:package:flutterduplo/src/ui/statuswidget.dart
that imports:package:open_filex/open_filex.dart
that declares support for platforms:Android
,iOS
.
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:flutterduplo/flutterduplo.dart
that imports:package:flutterduplo/src/common/duplo.dart
that imports:package:flutterduplo/src/common/platform_info.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:package_info_plus/src/file_version_info.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:flutterduplo/flutterduplo.dart
that imports:package:flutterduplo/src/common/duplo.dart
that imports:package:flutterduplo/src/common/platform_info.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:package_info_plus/src/file_version_info.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:flutterduplo/flutterduplo.dart
that imports:package:flutterduplo/src/common/duplo.dart
that imports:package:flutterduplo/src/common/platform_info.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:package_info_plus/src/file_version_info.dart
that imports:package:win32/win32.dart
that imports:package:win32/src/com/iwinhttprequest.dart
that imports:package:win32/src/com/iunknown.dart
that imports:package:win32/src/utils.dart
that imports:package:win32/src/win32/user32.g.dart
that imports:package:win32/src/variant.dart
that imports:package:win32/src/win32/oleaut32.g.dart
that imports:package:win32/src/structs.g.dart
that imports:package:win32/src/guid.dart
that imports:package:win32/src/win32/ole32.g.dart
that imports:package:win32/src/combase.dart
that imports:package:win32/src/macros.dart
that imports:package:win32/src/inline.dart
that imports:package:win32/src/win32/uxtheme.g.dart
that imports:package:win32/src/callbacks.dart
that imports:package:win32/src/types.dart
that imports:package:ffi/ffi.dart
that imports:package:ffi/src/utf8.dart
that imports:dart:ffi
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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 32 issues. Showing the first 2:
INFO: 'window' is deprecated and shouldn't be used. Look up the current FlutterView from the context via View.of(context) or consult the PlatformDispatcher directly instead. Deprecated to prepare for the upcoming multi-window support. This feature was deprecated after v3.7.0-32.0.pre.
lib/src/constant/constant.dart:11:46
╷
11 │ var brightness = SchedulerBinding.instance.window.platformBrightness;
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/constant/constant.dart
INFO: Statements in an if should be enclosed in a block.
lib/src/models/card.dart:203:42
╷
203 │ !_isValidLuhnNumber(cardNumber)) return false;
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/models/card.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
clipboard |
^0.1.3 |
0.1.3 | 0.1.3 |
device_info_plus |
^9.0.3 |
9.1.2 | 11.2.0 |
encrypt |
^5.0.3 |
5.0.3 | 5.0.3 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_to_pdf |
^0.1.1 |
0.1.2 | 0.2.2 |
gainer_crypto |
^0.0.6 |
0.0.6 | 0.0.6 |
google_fonts |
^6.1.0 |
6.2.1 | 6.2.1 |
http |
^1.1.0 |
1.2.2 | 1.2.2 |
intl |
^0.18.1 |
0.18.1 | 0.20.1 |
open_filex |
^4.3.4 |
4.6.0 | 4.6.0 |
package_info_plus |
^4.1.0 |
4.2.0 | 8.1.2 |
path_provider |
^2.1.1 |
2.1.5 | 2.1.5 |
pin_code_fields |
^8.0.1 |
8.0.1 | 8.0.1 |
platform_info |
^4.0.2 |
4.0.2 | 5.0.0 |
timer_count_down |
^2.2.2 |
2.2.2 | 2.2.2 |
url_launcher |
^6.1.14 |
6.3.1 | 6.3.1 |
webview_flutter |
^4.2.4 |
4.10.0 | 4.10.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
archive |
- | 3.6.1 | 4.0.2 |
args |
- | 2.6.0 | 2.6.0 |
asn1lib |
- | 1.5.8 | 1.5.8 |
async |
- | 2.12.0 | 2.12.0 |
barcode |
- | 2.2.8 | 2.2.8 |
bidi |
- | 2.0.12 | 2.0.12 |
characters |
- | 1.3.0 | 1.4.0 |
clock |
- | 1.1.2 | 1.1.2 |
collection |
- | 1.19.0 | 1.19.1 |
convert |
- | 3.1.2 | 3.1.2 |
crypto |
- | 3.0.6 | 3.0.6 |
device_info_plus_platform_interface |
- | 7.0.2 | 7.0.2 |
ffi |
- | 2.1.3 | 2.1.3 |
file |
- | 7.0.1 | 7.0.1 |
flutter_web_plugins |
- | 0.0.0 | 0.0.0 |
http_parser |
- | 4.1.2 | 4.1.2 |
image |
- | 4.3.0 | 4.5.2 |
js |
- | 0.7.1 | 0.7.1 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
package_info_plus_platform_interface |
- | 2.0.1 | 3.0.2 |
path |
- | 1.9.1 | 1.9.1 |
path_parsing |
- | 1.1.0 | 1.1.0 |
path_provider_android |
- | 2.2.15 | 2.2.15 |
path_provider_foundation |
- | 2.4.1 | 2.4.1 |
path_provider_linux |
- | 2.2.1 | 2.2.1 |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 |
path_provider_windows |
- | 2.3.0 | 2.3.0 |
pdf |
- | 3.11.1 | 3.11.1 |
petitparser |
- | 6.0.2 | 6.0.2 |
platform |
- | 3.1.6 | 3.1.6 |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 |
pointycastle |
- | 3.9.1 | 3.9.1 |
qr |
- | 3.0.2 | 3.0.2 |
sky_engine |
- | 0.0.0 | 0.0.0 |
source_span |
- | 1.10.1 | 1.10.1 |
string_scanner |
- | 1.4.1 | 1.4.1 |
term_glyph |
- | 1.2.2 | 1.2.2 |
typed_data |
- | 1.4.0 | 1.4.0 |
url_launcher_android |
- | 6.3.14 | 6.3.14 |
url_launcher_ios |
- | 6.3.2 | 6.3.2 |
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.3.3 | 2.3.3 |
url_launcher_windows |
- | 3.1.3 | 3.1.3 |
vector_math |
- | 2.1.4 | 2.1.4 |
web |
- | 1.1.0 | 1.1.0 |
webview_flutter_android |
- | 4.2.0 | 4.2.0 |
webview_flutter_platform_interface |
- | 2.10.0 | 2.10.0 |
webview_flutter_wkwebview |
- | 3.16.3 | 3.16.3 |
win32 |
- | 5.10.0 | 5.10.0 |
win32_registry |
- | 1.1.5 | 2.0.1 |
xdg_directories |
- | 1.1.0 | 1.1.0 |
xml |
- | 6.5.0 | 6.5.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 5 issues. Showing the first 2:
The constraint `^9.0.3` on device_info_plus does not support the stable version `10.0.0`.
Try running dart pub upgrade --major-versions device_info_plus
to update the constraint.
The constraint `^0.1.1` on flutter_to_pdf does not support the stable version `0.2.0`.
Try running dart pub upgrade --major-versions flutter_to_pdf
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.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.