instafido 1.0.5 instafido: ^1.0.5 copied to clipboard
Its a verification plugin.
We analyzed this package 2 days ago, and awarded it 100 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://github.com/akashDotcod/instafido_sdk
was unreachable. Make sure that the website is reachable via HEAD
requests.
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: instafido
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Unable to access git repository: Failed to run remote show origin
.
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
.
0/10 points: 20% or more of the public API has dartdoc comments
28 out of 428 API elements (6.5 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs
lint.
Some symbols that are missing documentation: api_network
, api_network.Network
, api_network.Network.Network
, api_network.Network.getCountries
, api_network.Network.getDocTypes
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:instafido/instafido.dart
that imports:package:instafido/core/utils.dart
that imports:package:fluttertoast/fluttertoast.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Linux`.
Because:
package:instafido/instafido.dart
that imports:package:instafido/core/utils.dart
that imports:package:fluttertoast/fluttertoast.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `macOS`.
Because:
package:instafido/instafido.dart
that imports:package:instafido/core/utils.dart
that imports:package:fluttertoast/fluttertoast.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Web`.
Because:
package:instafido/instafido.dart
that imports:package:instafido/core/navigation.dart
that imports:package:instafido/id_card/choose_method.dart
that imports:package:instafido/id_card/front_cam.dart
that imports:package:instafido/id_card/verify_front_doc.dart
that imports:package:instafido/core/checkImageSize.dart
that imports:package:flutter_native_image/flutter_native_image.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:instafido/instafido.dart
that imports:package:instafido/core/navigation.dart
that imports:package:instafido/kyc_submit.dart
that imports:package:instafido/core/api_network.dart
that imports:package:instafido/core/dio_helper.dart
that imports:package:instafido/core/get_device_info.dart
that imports:package:device_info_plus/device_info_plus.dart
that imports:package:device_info_plus/src/device_info_plus_windows.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:instafido/instafido.dart
that imports:package:instafido/core/navigation.dart
that imports:package:instafido/kyc_submit.dart
that imports:package:instafido/core/api_network.dart
that imports:package:instafido/core/dio_helper.dart
that imports:package:instafido/core/get_device_info.dart
that imports:package:device_info_plus/device_info_plus.dart
that imports:package:device_info_plus/src/device_info_plus_windows.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:instafido/instafido.dart
that imports:package:instafido/core/utils.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.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 93 issues. Showing the first 2:
WARNING: The exception variable 'e' isn't used, so the 'catch' clause can be removed.
lib/core/http_network.dart:45:34
╷
45 │ } on TimeoutException catch (e) {
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/core/http_network.dart
WARNING: The exception variable 'e' isn't used, so the 'catch' clause can be removed.
lib/core/http_network.dart:50:33
╷
50 │ } on SocketException catch (e) {
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/core/http_network.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
camera |
^0.10.4 |
0.10.6 | 0.11.0+2 |
device_info_plus |
^8.2.1 |
8.2.2 | 11.1.1 |
dio |
^5.1.1 |
5.7.0 | 5.7.0 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_native_image |
^0.0.6+1 |
0.0.6+1 | 0.0.6+1 |
flutter_typeahead |
^4.6.2 |
4.8.0 | 5.2.0 |
fluttertoast |
^8.2.1 |
8.2.8 | 8.2.8 |
google_mlkit_face_detection |
^0.8.0 |
0.8.0 | 0.12.0 |
google_mlkit_text_recognition |
^0.10.0 |
0.10.0 | 0.14.0 |
http |
^0.13.5 |
0.13.6 | 1.2.2 |
image |
^4.0.17 |
4.3.0 | 4.3.0 |
lottie |
^2.3.0 |
2.7.0 | 3.1.3 |
path_provider |
^2.1.1 |
2.1.5 | 2.1.5 |
pinput |
^2.2.31 |
2.3.0 | 5.0.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
archive |
- | 3.6.1 | 3.6.1 |
async |
- | 2.12.0 | 2.12.0 |
camera_android |
- | 0.10.9+16 | 0.10.9+16 |
camera_avfoundation |
- | 0.9.17+5 | 0.9.17+5 |
camera_platform_interface |
- | 2.8.0 | 2.8.0 |
camera_web |
- | 0.3.5 | 0.3.5 |
characters |
- | 1.3.0 | 1.3.1 |
collection |
- | 1.18.0 | 1.19.1 |
cross_file |
- | 0.3.4+2 | 0.3.4+2 |
crypto |
- | 3.0.6 | 3.0.6 |
device_info_plus_platform_interface |
- | 7.0.1 | 7.0.1 |
dio_web_adapter |
- | 2.0.0 | 2.0.0 |
ffi |
- | 2.1.3 | 2.1.3 |
file |
- | 6.1.4 | 7.0.1 |
flutter_keyboard_visibility |
- | 5.4.1 | 6.0.0 |
flutter_keyboard_visibility_linux |
- | 1.0.0 | 1.0.0 |
flutter_keyboard_visibility_macos |
- | 1.0.0 | 1.0.0 |
flutter_keyboard_visibility_platform_interface |
- | 2.0.0 | 2.0.0 |
flutter_keyboard_visibility_web |
- | 2.0.0 | 2.0.0 |
flutter_keyboard_visibility_windows |
- | 1.0.0 | 1.0.0 |
flutter_plugin_android_lifecycle |
- | 2.0.23 | 2.0.23 |
flutter_web_plugins |
- | 0.0.0 | 0.0.0 |
google_mlkit_commons |
- | 0.5.0 | 0.9.0 |
http_parser |
- | 4.0.2 | 4.1.1 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
path |
- | 1.9.1 | 1.9.1 |
path_provider_android |
- | 2.2.12 | 2.2.12 |
path_provider_foundation |
- | 2.4.0 | 2.4.0 |
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 |
petitparser |
- | 6.0.2 | 6.0.2 |
platform |
- | 3.1.6 | 3.1.6 |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 |
pointer_interceptor |
- | 0.9.3+7 | 0.10.1+2 |
sky_engine |
- | 0.0.99 | 0.0.99 |
smart_auth |
- | 1.1.1 | 2.0.0 |
source_span |
- | 1.10.0 | 1.10.0 |
stream_transform |
- | 2.1.0 | 2.1.0 |
string_scanner |
- | 1.4.0 | 1.4.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
typed_data |
- | 1.4.0 | 1.4.0 |
universal_platform |
- | 1.1.0 | 1.1.0 |
vector_math |
- | 2.1.4 | 2.1.4 |
web |
- | 1.1.0 | 1.1.0 |
win32 |
- | 4.1.4 | 5.8.0 |
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 8 issues. Showing the first 2:
The constraint `^0.10.4` on camera does not support the stable version `0.11.0`.
Try running dart pub upgrade --major-versions camera
to update the constraint.
The constraint `^8.2.1` on device_info_plus does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions device_info_plus
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.15
, Flutter 3.24.4
, Dart 3.5.4
.
Check the analysis log for details.