handcash_connect_sdk 0.2.0 copy "handcash_connect_sdk: ^0.2.0" to clipboard
handcash_connect_sdk: ^0.2.0 copied to clipboard

discontinued

A Flutter plugin to integrate nanopayments into Apps and Games with HandCash.

45/ 160
pub points
21
downloads

We analyzed this package 12 hours ago, and awarded it 45 pub points (of a possible 160):

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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

Links in `README.md` should be secure. 1 link is insecure.

README.md:1:4

  ╷
1 │ <p><a href="http://unmaintained.tech/"><img src="http://unmaintained.tech/badge.svg" alt="No Maintenance Intended" /></a></p>
  │    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

Use https URLs instead.

Links in `README.md` should be secure. 1 image link is insecure.

README.md:1:40

  ╷
1 │ <p><a href="http://unmaintained.tech/"><img src="http://unmaintained.tech/badge.svg" alt="No Maintenance Intended" /></a></p>
  │                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

Use https URLs instead.

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

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

Detected license: MIT.

Partially passed report section
Provide documentation
10 / 20trigger folding of the section

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

14 out of 200 API elements (7.0 %) 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: handcash_connect_sdk, handcash_connect_sdk.Attachment, handcash_connect_sdk.Attachment.Attachment.fromJson, handcash_connect_sdk.Attachment.Attachment.new, handcash_connect_sdk.Attachment.format.

Passed check 10/10 points: Package has 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)

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 21 issues. Showing the first 2:

ERROR: The method 'FlatButton' isn't defined for the type 'ConnectButton'.

lib/src/ui/connect_button.dart:22:14

   ╷
22 │       child: FlatButton(
   │              ^^^^^^^^^^
   ╵

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

ERROR: The getter 'bodyText1' isn't defined for the type 'TextTheme'.

lib/src/ui/connect_button.dart:45:22

   ╷
45 │                     .bodyText1!
   │                      ^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/ui/connect_button.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
asn1lib ^1.0.0 1.6.5 1.6.5
chopper ^4.0.0 4.0.6 8.5.1
convert ^3.0.0 3.1.2 3.1.2
date_time_format ^2.0.1 2.0.1 2.0.1
freezed ^0.14.2 0.14.5 3.2.5
freezed_annotation ^0.14.2 0.14.3 3.1.0
http ^0.13.3 0.13.6 1.6.0
json_annotation ^4.0.1 4.11.0 4.11.0
pointycastle ^3.0.1 3.9.1 4.0.0
rxdart ^0.27.0 0.27.7 0.28.0
tuple ^2.0.0 2.0.2 2.0.2
uni_links ^0.5.1 0.5.1 0.5.1 Discontinued
url_launcher ^6.0.4 6.3.2 6.3.2
Transitive dependencies
Package Constraint Compatible Latest Notes
_fe_analyzer_shared - 31.0.0 98.0.0
analyzer - 2.8.0 12.0.0
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
build - 2.4.1 4.0.5
build_config - 1.3.0 1.3.0
characters - 1.4.1 1.4.1
checked_yaml - 2.0.4 2.0.4
cli_util - 0.3.5 0.4.2
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
dart_style - 2.2.1 3.1.8
file - 7.0.1 7.0.1
glob - 2.1.3 2.1.3
http_parser - 4.1.2 4.1.2
js - 0.7.2 0.7.2 Discontinued
logging - 1.3.0 1.3.0
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.2
package_config - 2.2.0 2.2.0
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
pub_semver - 2.2.0 2.2.0
pubspec_parse - 1.5.0 1.5.0
source_gen - 1.2.2 4.2.2
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
uni_links_platform_interface - 1.0.0 1.0.0
uni_links_web - 0.1.0 0.1.0
url_launcher_android - 6.3.28 6.3.28
url_launcher_ios - 6.4.1 6.4.1
url_launcher_linux - 3.2.2 3.2.2
url_launcher_macos - 3.2.5 3.2.5
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.2 2.4.2
url_launcher_windows - 3.1.5 3.1.5
vector_math - 2.2.0 2.3.0
watcher - 1.2.1 1.2.1
web - 1.1.1 1.1.1
yaml - 3.1.3 3.1.3

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

Found 7 issues. Showing the first 2:

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

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

The constraint `^0.14.2` on freezed does not support the stable version `0.15.0`.

Try running dart pub upgrade --major-versions freezed 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 2 errors:

  • UNDEFINED_METHOD - lib/src/ui/connect_button.dart:22:14 - The method 'FlatButton' isn't defined for the type 'ConnectButton'.
  • UNDEFINED_GETTER - lib/src/ui/connect_button.dart:45:22 - The getter 'bodyText1' isn't defined for the type 'TextTheme'.

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.11, Flutter 3.41.4, Dart 3.11.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: