npdart 0.2.1 copy "npdart: ^0.2.1" to clipboard
npdart: ^0.2.1 copied to clipboard

A minimal game engine for visual novels.

5
likes
130/ 160
pub points
33
downloads

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

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

68 out of 231 API elements (29.4 %) have documentation comments.

Some symbols that are missing documentation: audio, audio.AudioManager.pauseBackgroundSound, audio.AudioManager.resumeBackgroundSound, audio.AudioManager.setBackroudVolume, autoskip.

10/10 points: Package has an example

failed
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ macOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:npdart/npdart.dart that imports:
  • package:npdart/core/core.dart that imports:
  • package:npdart/core/tree.dart that imports:
  • package:npdart/core/scene.dart that imports:
  • package:npdart/core/state.dart that imports:
  • package:npdart/core/audio.dart that imports:
  • package:just_audio/just_audio.dart that declares support for platforms: Android, iOS, macOS, Web.
Package does not support platform `Linux`.

Because:

  • package:npdart/npdart.dart that imports:
  • package:npdart/core/core.dart that imports:
  • package:npdart/core/tree.dart that imports:
  • package:npdart/core/scene.dart that imports:
  • package:npdart/core/state.dart that imports:
  • package:npdart/core/audio.dart that imports:
  • package:just_audio/just_audio.dart that declares support for platforms: Android, iOS, macOS, Web.
Package does not support platform `Web`.

Because:

  • package:npdart/npdart.dart that imports:
  • package:npdart/core/core.dart that imports:
  • package:npdart/core/tree.dart that imports:
  • package:npdart/core/scene.dart that imports:
  • package:npdart/core/state.dart that imports:
  • package:npdart/core/audio.dart that imports:
  • package:just_audio/just_audio.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:npdart/npdart.dart that imports:
  • package:npdart/core/core.dart that imports:
  • package:npdart/core/tree.dart that imports:
  • package:npdart/core/scene.dart that imports:
  • package:npdart/core/state.dart that imports:
  • package:npdart/core/audio.dart that imports:
  • package:just_audio/just_audio.dart that imports:
  • package:path_provider/path_provider.dart that imports:
  • package:path_provider_platform_interface/path_provider_platform_interface.dart that imports:
  • package:path_provider_platform_interface/src/method_channel_path_provider.dart that imports:
  • package:platform/platform.dart that imports:
  • package:platform/src/interface/local_platform.dart that imports:
  • dart:io

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

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

partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 20 issues. Showing the first 2:

INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.

lib/widgets/choices.dart:76:32

   ╷
76 │                   Colors.black.withOpacity(0),
   │                                ^^^^^^^^^^^
   ╵
copied to clipboard

To reproduce make sure you are using the lints_core and run flutter analyze lib/widgets/choices.dart

INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.

lib/widgets/choices.dart:77:32

   ╷
77 │                   Colors.black.withOpacity(0.8),
   │                                ^^^^^^^^^^^
   ╵
copied to clipboard

To reproduce make sure you are using the lints_core and run flutter analyze lib/widgets/choices.dart

failed
Support up-to-date dependencies
30 / 40trigger folding of the section

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

Package Constraint Compatible Latest
async ^2.11.0 2.12.0 2.12.0
equatable ^2.0.5 2.0.7 2.0.7
flutter flutter 0.0.0 0.0.0
intl ^0.18.1 0.18.1 0.20.1
json_annotation ^4.7.0 4.9.0 4.9.0
just_audio ^0.9.36 0.9.43 0.9.43
just_audio_mpv ^0.1.7 0.1.7 0.1.7
just_audio_windows ^0.2.0 0.2.2 0.2.2
path_provider ^2.0.11 2.1.5 2.1.5
Transitive dependencies
Package Constraint Compatible Latest
audio_session - 0.1.23 0.1.23
characters - 1.3.0 1.4.0
clock - 1.1.2 1.1.2
collection - 1.19.0 1.19.1
crypto - 3.0.6 3.0.6
eventify - 1.0.1 1.0.1
ffi - 2.1.3 2.1.3
fixnum - 1.1.1 1.1.1
flutter_web_plugins - 0.0.0 0.0.0
just_audio_platform_interface - 4.3.0 4.3.0
just_audio_web - 0.4.13 0.4.13
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
mpv_dart - 0.0.1 0.0.1
path - 1.9.1 1.9.1
path_provider_android - 2.2.15 2.2.15
path_provider_foundation - 2.4.1 2.4.1
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
rxdart - 0.28.0 0.28.0
sky_engine - 0.0.0 0.0.0
sprintf - 7.0.0 7.0.0
typed_data - 1.4.0 1.4.0
uuid - 4.5.1 4.5.1
vector_math - 2.1.4 2.1.4
web - 1.1.0 1.1.0
xdg_directories - 1.1.0 1.1.0

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

The constraint `^0.18.1` on intl does not support the stable version `0.19.0`.

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

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

20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.18, Flutter 3.27.2, Dart 3.6.1.

Check the analysis log for details.

5
likes
130
points
33
downloads

Publisher

verified publisherpeaashmeter.dev

Weekly Downloads

2024.07.03 - 2025.01.15

A minimal game engine for visual novels.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

async, equatable, flutter, intl, json_annotation, just_audio, just_audio_mpv, just_audio_windows, path_provider

More

Packages that depend on npdart