flutter_pipwave_ekyc 0.0.2 flutter_pipwave_ekyc: ^0.0.2 copied to clipboard
Flutter Packages for Pipwave EKYC
We analyzed this package 26 hours ago, and awarded it 70 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 60 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://gitlab.g2g.com/g2g-mobile-app/pw-ekyc-flutter/-/tree/main/flutter_pipwave_ekyc
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: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
1178 out of 4200 API elements (28.0 %) have documentation comments.
Some symbols that are missing documentation: asset_constants
, asset_constants.M7AssetConstants
, asset_constants.M7AssetConstants.M7AssetConstants
, asset_constants.M7AssetConstants.images
, asset_constants.M7AssetConstants.lottie
.
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:flutter_pipwave_ekyc/flutter_pipwave_ekyc.dart
that imports:package:flutter_pipwave_ekyc/index.dart
that imports:package:flutter_pipwave_ekyc/src/cards_scan/presentation/id_type_page.dart
that imports:package:flutter_pipwave_ekyc/src/cards_scan/cards_scan.dart
that imports:package:flutter_pipwave_ekyc/src/core/presentation/thank_you_confirmation_page.dart
that imports:package:flutter_pipwave_ekyc/src/cards_scan/presentation/confirm_document_page.dart
that imports:package:flutter_pipwave_ekyc/src/cards_scan/application/confirm_document_notifier.dart
that imports:package:flutter_pipwave_ekyc/src/cards_scan/presentation/overlay_camera_page.dart
that imports:package:flutter_pipwave_ekyc/src/cards_scan/application/overlay_camera_page_notifier.dart
that imports:package:flutter_image_compress/flutter_image_compress.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `Linux`.
Because:
package:flutter_pipwave_ekyc/flutter_pipwave_ekyc.dart
that imports:package:flutter_pipwave_ekyc/index.dart
that imports:package:flutter_pipwave_ekyc/src/cards_scan/presentation/id_type_page.dart
that imports:package:flutter_pipwave_ekyc/src/cards_scan/cards_scan.dart
that imports:package:flutter_pipwave_ekyc/src/core/presentation/thank_you_confirmation_page.dart
that imports:package:flutter_pipwave_ekyc/src/cards_scan/presentation/confirm_document_page.dart
that imports:package:flutter_pipwave_ekyc/src/cards_scan/application/confirm_document_notifier.dart
that imports:package:flutter_pipwave_ekyc/src/cards_scan/presentation/overlay_camera_page.dart
that imports:package:flutter_pipwave_ekyc/src/cards_scan/application/overlay_camera_page_notifier.dart
that imports:package:flutter_image_compress/flutter_image_compress.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `macOS`.
Because:
package:flutter_pipwave_ekyc/flutter_pipwave_ekyc.dart
that imports:package:flutter_pipwave_ekyc/index.dart
that imports:package:flutter_pipwave_ekyc/src/cards_scan/presentation/id_type_page.dart
that imports:package:flutter_pipwave_ekyc/src/cards_scan/cards_scan.dart
that imports:package:flutter_pipwave_ekyc/src/core/presentation/thank_you_confirmation_page.dart
that imports:package:flutter_pipwave_ekyc/src/cards_scan/presentation/confirm_document_page.dart
that imports:package:flutter_pipwave_ekyc/src/cards_scan/application/confirm_document_notifier.dart
that imports:package:flutter_pipwave_ekyc/src/cards_scan/presentation/overlay_camera_page.dart
that imports:package:flutter_pipwave_ekyc/src/cards_scan/application/overlay_camera_page_notifier.dart
that imports:package:camera/camera.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Web`.
Because:
package:flutter_pipwave_ekyc/flutter_pipwave_ekyc.dart
that imports:package:flutter_pipwave_ekyc/index.dart
that imports:package:flutter_pipwave_ekyc/src/face_scan/face_scan.dart
that imports:package:flutter_pipwave_ekyc/m7_livelyness_detection/index.dart
that imports:package:google_mlkit_face_detection/google_mlkit_face_detection.dart
that declares support for platforms:Android
,iOS
.
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 118 issues. Showing the first 2:
ERROR: The method 'TapAndPanGestureRecognizer' isn't defined for the type 'PermissionDeniedPage'.
lib/src/core/presentation/permission_denied_page.dart:75:35
╷
75 │ recognizer: TapAndPanGestureRecognizer()..onTapDown = (details) {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/core/presentation/permission_denied_page.dart
WARNING: Unused import: 'dart:ui'.
lib/m7_livelyness_detection/src/screens/m7_livelyness_detection_screen.dart:2:8
╷
2 │ import 'dart:ui' as ui;
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/m7_livelyness_detection/src/screens/m7_livelyness_detection_screen.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
animate_do |
^3.0.2 |
3.3.4 | 3.3.4 |
calendar_date_picker2 |
^0.5.2 |
0.5.6 | 1.1.8 |
camera |
^0.10.5+2 |
0.10.6 | 0.11.0+2 |
collection |
^1.16.0 |
1.19.0 | 1.19.1 |
crypto |
^3.0.3 |
3.0.6 | 3.0.6 |
dartz |
^0.10.1 |
0.10.1 | 0.10.1 |
dio |
^4.0.6 |
4.0.6 | 5.7.0 |
dio_smart_retry |
^1.4.0 |
1.4.0 | 7.0.1 |
dotted_border |
^2.0.0+3 |
2.1.0 | 2.1.0 |
equatable |
^2.0.5 |
2.0.7 | 2.0.7 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_image_compress |
^2.0.4 |
2.4.0 | 2.4.0 |
freezed_annotation |
^2.2.0 |
2.4.4 | 2.4.4 |
google_mlkit_face_detection |
^0.5.0 |
0.5.0 | 0.12.0 |
image |
^3.0.2 |
3.3.0 | 4.5.2 |
image_picker |
^0.8.7+1 |
0.8.9 | 1.1.2 |
intl |
^0.18.0 |
0.18.1 | 0.20.1 |
json_annotation |
^4.7.0 |
4.9.0 | 4.9.0 |
jwt_decoder |
^2.0.1 |
2.0.1 | 2.0.1 |
lottie |
^2.1.0 |
2.7.0 | 3.3.0 |
native_image_cropper |
^0.3.1 |
0.3.1 | 0.6.0 |
permission_handler |
^10.3.0 |
10.4.5 | 11.3.1 |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 |
screenshot |
^2.1.0 |
2.5.0 | 3.0.0 |
shimmer |
^3.0.0 |
3.0.0 | 3.0.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 12 issues. Showing the first 2:
The constraint `^0.5.2` on calendar_date_picker2 does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions calendar_date_picker2
to update the constraint.
The constraint `^0.10.5+2` on camera does not support the stable version `0.11.0`.
Try running dart pub upgrade --major-versions camera
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 1 error:
UNDEFINED_METHOD
-lib/src/core/presentation/permission_denied_page.dart:75:35
- The method 'TapAndPanGestureRecognizer' isn't defined for the type 'PermissionDeniedPage'.
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.22.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.