casino_plus 0.1.3 copy "casino_plus: ^0.1.3" to clipboard
casino_plus: ^0.1.3 copied to clipboard

A easy way to add casino games into your application. We provide the user‐friendly APIs.

0
likes
100/ 140
pub points
0%
popularity

We analyzed this package 8 hours ago, and awarded it 100 pub points (of a possible 140):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://casino-plus.github.io/documents/ was unreachable. Make sure that the website is reachable via HEAD requests.

Repository URL doesn't exist.

At the time of the analysis https://github.com/casino-plus/casino_plus 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: casino_plus,
    • contains a version property, and,
    • does not contain a publish_to property.

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.

OK
Provide documentation
20 / 20trigger folding of the section

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

35 out of 72 API elements (48.6 %) have documentation comments.

Some symbols that are missing documentation: casino_plus.Game, casino_plus.Game.Game, casino_plus.Game.id, casino_plus.Game.imageUrl, casino_plus.Game.maxPlayerCount.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 10 issues. Showing the first 2:

WARNING: The annotation 'JsonSerializable' can only be used on classes.

lib/src/types/player.dart:15:4

   ╷
15 │   @JsonSerializable(fieldRename: FieldRename.snake)
   │    ^^^^^^^^^^^^^^^^
   ╵

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

WARNING: The parameter type of '==' operators should be non-nullable.

lib/src/types/player.freezed.dart:201:17

    ╷
201 │   bool operator ==(dynamic other) {
    │                 ^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/types/player.freezed.dart

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

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

Package Constraint Compatible Latest
collection ^1.15.0 1.18.0 1.18.0
flutter flutter 0.0.0 0.0.0
flutter_hooks ^0.18.2+1 0.18.6 0.20.5
flutter_riverpod ^1.0.3 1.0.3+1 2.5.1
freezed_annotation ^1.1.0 1.1.0 2.4.1
hooks_riverpod ^1.0.3 1.0.3+1 2.5.1
http ^0.13.4 0.13.6 1.2.1
http_parser ^4.0.0 4.0.2 4.0.2
intl ^0.17.0 0.17.0 0.19.0
json_annotation ^4.4.0 4.9.0 4.9.0
riverpod ^1.0.3 1.0.3+1 2.5.1
uuid ^3.0.5 3.0.7 4.4.0
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
crypto - 3.0.3 3.0.3
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
path - 1.9.0 1.9.0
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
state_notifier - 0.7.2+1 1.0.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
vector_math - 2.1.4 2.1.4

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.18.2+1` on flutter_hooks does not support the stable version `0.19.0`.

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

The constraint `^1.0.3` on flutter_riverpod does not support the stable version `2.0.0`.

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

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

Analyzed with Pana 0.22.3, Flutter 3.19.5, Dart 3.3.3.

Check the analysis log for details.