ekyc_flutter 0.1.0 copy "ekyc_flutter: ^0.1.0" to clipboard
ekyc_flutter: ^0.1.0 copied to clipboard

discontinued
outdated

A new flutter module project.

35/ 160
pub points
2
downloads

We analyzed this package 2 days ago, and awarded it 35 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
15 / 30trigger folding of the section

Failed check 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 50 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://devops.runsystem.info/hcm_flutter/ekyc-sdk was unreachable. Make sure that the website is reachable via HEAD requests.

Passed check 5/5 points: Provide a valid README.md

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("0.1.0").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

Passed check 10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

2263 out of 6349 API elements (35.6 %) have documentation comments.

Some symbols that are missing documentation: api_provider, api_provider.ApiProvider, api_provider.ApiProvider.ApiProvider.new, api_provider.ApiProvider.faceCompare, api_provider.ApiProvider.uploadID.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
0 / 20trigger folding of the section

Failed check 0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:ekyc_flutter/generated_plugin_registrant.dart that imports:
  • package:shared_preferences_web/shared_preferences_web.dart that declares support for platforms: Web.
Package does not support platform `iOS`.

Because:

  • package:ekyc_flutter/generated_plugin_registrant.dart that imports:
  • package:shared_preferences_web/shared_preferences_web.dart that declares support for platforms: Web.
Package does not support platform `Windows`.

Because:

  • package:ekyc_flutter/app/configs/application.dart that imports:
  • package:ekyc_flutter/app/utils/file_until.dart that imports:
  • package:flutter_cache_manager/flutter_cache_manager.dart that imports:
  • package:flutter_cache_manager/src/storage/cache_info_repositories/cache_info_repositories.dart that imports:
  • package:flutter_cache_manager/src/storage/cache_info_repositories/cache_object_provider.dart that imports:
  • package:sqflite/sqflite.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `Linux`.

Because:

  • package:ekyc_flutter/app/configs/application.dart that imports:
  • package:ekyc_flutter/app/utils/file_until.dart that imports:
  • package:flutter_cache_manager/flutter_cache_manager.dart that imports:
  • package:flutter_cache_manager/src/storage/cache_info_repositories/cache_info_repositories.dart that imports:
  • package:flutter_cache_manager/src/storage/cache_info_repositories/cache_object_provider.dart that imports:
  • package:sqflite/sqflite.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `macOS`.

Because:

  • package:ekyc_flutter/app/configs/application.dart that imports:
  • package:ekyc_flutter/app/utils/file_until.dart that imports:
  • package:camera/camera.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Web`.

Because:

  • package:ekyc_flutter/app/configs/application.dart that imports:
  • package:ekyc_flutter/app/utils/file_until.dart that imports:
  • package:flutter_cache_manager/flutter_cache_manager.dart that imports:
  • package:flutter_cache_manager/src/storage/cache_info_repositories/cache_info_repositories.dart that imports:
  • package:flutter_cache_manager/src/storage/cache_info_repositories/json_cache_info_repository.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.
Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

Found 111 issues. Showing the first 2:

ERROR: The named parameter 'primaryVariant' isn't defined.

lib/app/configs/constants/colors.dart:18:7

   ╷
18 │       primaryVariant: primaryVariant,
   │       ^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/app/configs/constants/colors.dart

ERROR: The getter 'primaryVariant' isn't defined for the type 'ColorScheme'.

lib/app/configs/extensions/context_extension.dart:6:43

  ╷
6 │   Color get primaryVariant => colorScheme.primaryVariant;
  │                                           ^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/app/configs/extensions/context_extension.dart

Failed report section
Support up-to-date dependencies
10 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
camera ^0.9.4+3 0.9.8+1 0.11.3
cupertino_icons ^1.0.2 1.0.8 1.0.8
dio ^4.0.0 4.0.6 5.9.1
ffi ^1.1.2 1.2.1 2.1.5
flutter_cache_manager ^3.1.2 3.3.1 3.4.1
flutter_colorpicker ^0.6.0 0.6.1 1.1.0
flutter_launcher_icons ^0.9.2 0.9.3 0.14.4
flutter_svg ^0.23.0+1 0.23.0+1 2.2.3
get ^4.1.4 4.7.3 4.7.3
google_ml_kit ^0.7.2 0.7.3 0.20.0
image ^3.0.2 3.1.3 4.7.2
image_picker ^0.8.2 0.8.9 1.2.1
image_picker_for_web ^2.1.4 2.2.0 3.1.1
intl ^0.17.0 0.17.0 0.20.2
path ^1.8.0 1.9.1 1.9.1
pedantic 1.11.1 1.11.1 1.11.1 Discontinued
photo_manager ^1.2.8 1.3.10 3.8.3
photo_view ^0.13.0 0.13.0 0.15.0
rxdart ^0.27.2 0.27.7 0.28.0
shared_preferences ^2.0.6 2.5.4 2.5.4
shared_preferences_web ^2.0.2 2.4.3 2.4.3
signature ^4.1.1 4.1.1 6.3.0
step_progress_indicator ^1.0.1 1.0.2 1.0.2
velocity_x ^3.3.0 3.6.0 4.3.1
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 3.6.1 4.0.7
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
auto_size_text_pk - 3.0.0 3.0.0
boolean_selector - 2.1.2 2.1.2
camera_android - 0.9.8+3 0.10.10+14
camera_avfoundation - 0.9.22+9 0.9.22+9
camera_platform_interface - 2.12.0 2.12.0
camera_web - 0.2.1+6 0.3.5+3
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
cross_file - 0.3.5+2 0.3.5+2
crypto - 3.0.7 3.0.7
file - 7.0.1 7.0.1
file_selector_linux - 0.9.4 0.9.4
file_selector_macos - 0.9.5 0.9.5
file_selector_platform_interface - 2.7.0 2.7.0
file_selector_windows - 0.9.3+5 0.9.3+5
fixnum - 1.1.1 1.1.1
flutter_plugin_android_lifecycle - 2.0.33 2.0.33
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
image_picker_android - 0.8.13+13 0.8.13+13
image_picker_ios - 0.8.13+6 0.8.13+6
image_picker_linux - 0.2.2 0.2.2
image_picker_macos - 0.2.2+1 0.2.2+1
image_picker_platform_interface - 2.11.1 2.11.1
image_picker_windows - 0.2.2 0.2.2
matcher - 0.12.18 0.12.18
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.18.1
mime - 1.0.6 2.0.0
path_drawing - 0.5.1+1 1.0.1
path_parsing - 0.2.1 1.1.0
path_provider - 2.0.15 2.1.5
path_provider_android - 2.2.22 2.2.22
path_provider_foundation - 2.5.1 2.6.0
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.0.7 2.3.0
petitparser - 5.4.0 7.0.1
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
quiver - 3.2.2 3.2.2
shared_preferences_android - 2.4.20 2.4.20
shared_preferences_foundation - 2.5.6 2.5.6
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_windows - 2.4.1 2.4.1
source_span - 1.10.1 1.10.1
sqflite - 2.4.2 2.4.2
sqflite_android - 2.4.2+2 2.4.2+2
sqflite_common - 2.5.6 2.5.6
sqflite_darwin - 2.4.2 2.4.2
sqflite_platform_interface - 2.4.0 2.4.0
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
stream_transform - 2.1.1 2.1.1
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.0 3.4.0
term_glyph - 1.2.2 1.2.2
test_api - 0.7.9 0.7.9
typed_data - 1.4.0 1.4.0
uuid - 4.5.2 4.5.2
vector_math - 2.2.0 2.2.0
vxstate - 2.3.0 2.3.0
web - 1.1.1 1.1.1
win32 - 2.6.1 5.15.0
xdg_directories - 1.1.0 1.1.0
xml - 5.4.1 6.6.1
yaml - 3.1.3 3.1.3

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 17 issues. Showing the first 2:

The constraint `^0.9.4+3` on camera does not support the stable version `0.10.0`.

Try running dart pub upgrade --major-versions camera to update the constraint.

The constraint `^4.0.0` on dio does not support the stable version `5.0.0`.

Try running dart pub upgrade --major-versions dio to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 24 errors:

  • AMBIGUOUS_EXPORT - lib/app/configs/config.dart:7:8 - The name 'ThemeExtension' is defined in the libraries 'package:velocity_x/src/flutter/theme.dart' and 'package:flutter/src/material/theme_data.dart'.
  • UNDEFINED_NAMED_PARAMETER - lib/app/configs/constants/colors.dart:18:7 - The named parameter 'primaryVariant' isn't defined.
  • UNDEFINED_GETTER - lib/app/configs/extensions/context_extension.dart:6:43 - The getter 'primaryVariant' isn't defined for the type 'ColorScheme'.

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.23.8, Flutter 3.38.8, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: