sysmo_verification 0.0.3 copy "sysmo_verification: ^0.0.3" to clipboard
sysmo_verification: ^0.0.3 copied to clipboard

A reusable KYC verification Flutter package

100/ 160
pub points
93
downloads

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

Failed report section
Follow Dart file conventions
10 / 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.

Failed to verify repository URL.

Repository has no matching pubspec.yaml with name: sysmo_verification.

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: sysmo_verification,
    • contains a version property, and,
    • does not contain a publish_to property.

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

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

Failed check 0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

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

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

OUT: Documenting sysmo_verification... Discovering libraries... Linking elements... Precaching local docs for 1298675 elements... Initialized dartdoc with 1277 libraries Generating docs for library kyc_validation.dart from package:sysmo_verification/kyc_validation.dart... ERR: dartdoc 9.0.0 (/tmp/analyzerVRBUZP/pub-cache/global_packages/dartdoc/bin/dartdoc.dart-3.10.4.snapshot) failed: UnimplementedError: No members on Library.sentinel are accessible #0 _LibrarySentinel.noSuchMethod (package:dartdoc/src/model/library.dart:18:7) #1 _LibrarySentinel.element (package:dartdoc/src/model/library.dart:15:7) #2 canonicalLibraryCandidate (package:dartdoc/src/model/canonicalization.dart:15:69) #3 ModelElement.canonicalLibrary.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed report section
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

Passed check 0/0 points: WASM compatibility

This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.

See https://dart.cn/web/wasm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 3 issues. Showing the first 2:

INFO: 'callGet' is deprecated and shouldn't be used.

lib/src/Utils/service.dart:33:66

   ╷
33 │   Future<Response> verifyOnline(String url) async => ApiClient().callGet(url);
   │                                                                  ^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/Utils/service.dart

INFO: Missing a deprecation message.

lib/src/core/api/api_client.dart:72:3

   ╷
72 │   @deprecated
   │   ^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/core/api/api_client.dart

Failed report section
Support up-to-date dependencies
30 / 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
dio ^5.9.0 5.9.0 5.9.0
encrypt ^5.0.3 5.0.3 5.0.3
equatable ^2.0.7 2.0.8 2.0.8
flutter_bloc ^9.1.1 9.1.1 9.1.1
flutter_dotenv ^5.1.0 5.2.1 6.0.0
flutter_otp_text_field ^1.5.1+1 1.5.1+1 1.5.1+1
pretty_dio_logger ^1.4.0 1.4.0 1.4.0
reactive_forms ^18.1.1 18.2.2 18.2.2
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
asn1lib - 1.6.5 1.6.5
async - 2.13.0 2.13.0
bloc - 9.2.0 9.2.0
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.7 3.0.7
dio_web_adapter - 2.1.1 2.1.1
http_parser - 4.1.2 4.1.2
intl - 0.20.2 0.20.2
js - 0.7.2 0.7.2 Discontinued
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
mime - 2.0.0 2.0.0
nested - 1.0.0 1.0.0
path - 1.9.1 1.9.1
pointycastle - 3.9.1 4.0.0
provider - 6.1.5+1 6.1.5+1
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
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1

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

The constraint `^5.1.0` on flutter_dotenv does not support the stable version `6.0.0`.

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

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.5, Flutter 3.38.5, Dart 3.10.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
100
points
93
downloads

Publisher

unverified uploader

Weekly Downloads

A reusable KYC verification Flutter package

Documentation

API reference

License

unknown (license)

Dependencies

dio, encrypt, equatable, flutter, flutter_bloc, flutter_dotenv, flutter_otp_text_field, pretty_dio_logger, reactive_forms

More

Packages that depend on sysmo_verification