game_scaffold 0.4.1 copy "game_scaffold: ^0.4.1" to clipboard
game_scaffold: ^0.4.1 copied to clipboard

A new Flutter package project.

0
likes
120/ 140
pub points
0%
popularity

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

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 60 to 180 characters to describe the package, what it does, and its target use case.

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

1380 out of 1863 API elements (74.1 %) have documentation comments.

Some symbols that are missing documentation: game_scaffold, game_scaffold.AutoDisposeStateProviderFamily, game_scaffold.AutoDisposeStateProviderFamily.AutoDisposeStateProviderFamily, game_scaffold.BackendProviders, game_scaffold.BackendProviders.lobby.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:game_scaffold/game_scaffold.dart that imports:
  • package:game_scaffold/src/widgets.dart that imports:
  • package:game_scaffold_dart/game_scaffold_dart.dart that imports:
  • package:game_scaffold_dart/src/core.dart that imports:
  • package:game_scaffold_dart/src/core/client.dart that imports:
  • package:game_scaffold_dart/src/core/clients/clients.dart that imports:
  • package:game_scaffold_dart/src/core/clients/on_device/on_device.dart that imports:
  • package:game_scaffold_dart/src/core/clients/on_device/server_client.dart that imports:
  • package:game_scaffold_dart/src/core/backend.dart that imports:
  • package:game_scaffold_dart/src/core/backend/game_state.dart that imports:
  • dart:io
OK
Pass static analysis
50 / 50trigger folding of the section

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

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.0 0.18.6 0.20.5
flutter_riverpod ^1.0.0 1.0.3+1 2.5.1
game_scaffold_dart ^0.4.1+1 0.4.1+2 0.4.1+2
hooks_riverpod ^1.0.0 1.0.3+1 2.5.1
logging ^1.0.0 1.2.0 1.2.0
postgrest ^0.1.8 0.1.11 2.1.1
realtime_client ^0.1.11 0.1.15+1 2.0.4
riverpod ^1.0.0 1.0.3+1 2.5.1
supabase ^0.2.7 0.2.15 2.1.1
Transitive dependencies
Package Constraint Compatible Latest
args - 2.5.0 2.5.0
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
charcode - 1.3.1 1.3.1
crypto - 3.0.3 3.0.3
enum_to_string - 2.0.1 2.0.1
fast_immutable_collections - 7.4.3 10.2.2
freezed_annotation - 1.1.0 2.4.1
gotrue - 0.1.6 2.6.0
http - 0.13.6 1.2.1
http_parser - 4.0.2 4.0.2
js - 0.6.7 0.7.1
json_annotation - 4.8.1 4.8.1
jwt_decode - 0.3.1 0.3.1
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
mime - 1.0.5 1.0.5
path - 1.9.0 1.9.0
rikulo_commons - 6.0.1+1 6.0.1+1
rxdart - 0.27.7 0.27.7
sky_engine - 0.0.99 0.0.99
socket_io - 1.0.1 1.0.1
socket_io_client - 1.0.2 2.0.3+1
socket_io_common - 1.0.1 2.0.3
source_span - 1.10.0 1.10.0
state_notifier - 0.7.2+1 1.0.0
storage_client - 0.0.6+2 2.0.1
stream - 3.1.0 3.1.0
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
universal_io - 2.2.2 2.2.2
uuid - 3.0.7 4.4.0
vector_math - 2.1.4 2.1.4
web - 0.5.1 0.5.1
web_socket_channel - 2.4.5 2.4.5

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

Found 7 issues. Showing the first 2:

The constraint `^0.18.0` 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.0` 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.