puma_pay 2.0.2 copy "puma_pay: ^2.0.2" to clipboard
puma_pay: ^2.0.2 copied to clipboard

outdated

In-app purchase for the puma library

20/ 160
pub points
96
downloads

We analyzed this package 10 hours ago, and awarded it 20 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.

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

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

60 out of 343 API elements (17.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: PumaPayDebugContainer, PumaPayDebugContainer.PumaPayDebugContainer, PumaPayDebugContainer.PumaPayDebugContainer.PumaPayDebugContainer.new, PumaPayDebugContainer.PumaPayDebugContainer.title, appStore.

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)

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

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

lib/ui/containers/PumaPayDebugContainer.dart:47:60

   ╷
47 │                         style: Theme.of(context).textTheme.caption,
   │                                                            ^^^^^^^
   ╵

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

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

lib/ui/containers/PumaPayDebugContainer.dart:62:60

   ╷
62 │                         style: Theme.of(context).textTheme.caption,
   │                                                            ^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/ui/containers/PumaPayDebugContainer.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
built_collection ^5.1.1 5.1.1 5.1.1
built_value ^8.1.3 8.12.4 8.12.4
flutter_redux ^0.8.2 0.8.2 0.10.0
http ^0.13.4 0.13.6 1.6.0
in_app_purchase ^1.0.9 1.0.9 3.2.3
in_app_purchase_android ^0.1.6 0.1.6 0.4.0+8
in_app_purchase_ios ^0.1.4 0.1.4 0.2.0+1 Discontinued
intl ^0.17.0 0.17.0 0.20.2
puma_core ^2.0.4 2.0.4 3.0.11
puma_network ^2.0.5 2.0.6 3.1.5
puma_ui ^2.0.4 2.0.7 3.0.31
redux ^5.0.0 5.0.0 5.0.0
Transitive dependencies
Package Constraint Compatible Latest Notes
arrow_path - 2.0.0 3.1.0
async - 2.13.0 2.13.0
carousel_slider - 4.2.1 5.1.2
characters - 1.4.1 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
cupertino_icons - 1.0.8 1.0.8
device_info_plus - 2.2.0 12.3.0
device_info_plus_linux - 2.1.1 5.0.0 Discontinued
device_info_plus_macos - 2.2.3 5.0.0 Discontinued
device_info_plus_platform_interface - 2.6.1 7.0.3
device_info_plus_web - 2.1.0 5.0.0 Discontinued
device_info_plus_windows - 2.1.1 6.0.0 Discontinued
ffi - 1.2.1 2.2.0
file - 6.1.4 7.0.1
fixnum - 1.1.1 1.1.1
http_parser - 4.1.2 4.1.2
in_app_purchase_platform_interface - 1.4.0 1.4.0
json_annotation - 4.11.0 4.11.0
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.1
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
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
uuid - 3.0.7 4.5.3
vector_math - 2.2.0 2.2.0
win32 - 2.6.1 6.0.0

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

Found 10 issues. Showing the first 2:

The constraint `^0.8.2` on flutter_redux does not support the stable version `0.9.0`.

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

The constraint `^0.13.4` on http does not support the stable version `1.0.0`.

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

  • UNDEFINED_GETTER - lib/ui/containers/PumaPayDebugContainer.dart:47:60 - The getter 'caption' isn't defined for the type 'TextTheme'.
  • UNDEFINED_GETTER - lib/ui/containers/PumaPayDebugContainer.dart:62:60 - The getter 'caption' isn't defined for the type 'TextTheme'.
  • UNDEFINED_GETTER - lib/ui/containers/PumaPayDebugContainer.dart:77:60 - The getter 'caption' 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.10, Flutter 3.41.2, Dart 3.11.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
20
points
96
downloads

Publisher

unverified uploader

Weekly Downloads

In-app purchase for the puma library

Repository

Documentation

API reference

License

unknown (license)

Dependencies

built_collection, built_value, flutter, flutter_redux, http, in_app_purchase, in_app_purchase_android, in_app_purchase_ios, intl, puma_core, puma_network, puma_ui, redux

More

Packages that depend on puma_pay