flutter_blockly_plus 1.4.1 copy "flutter_blockly_plus: ^1.4.1" to clipboard
flutter_blockly_plus: ^1.4.1 copied to clipboard

A fork of the flutter_blockly package with additional features and bug fixes.

1
likes
125/ 160
pub points
36%
popularity

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

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

0/10 points: Provide a valid pubspec.yaml

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: flutter_blockly_plus,
    • contains a version property, and,
    • does not contain a publish_to property.

Repository has no matching pubspec.yaml with name: flutter_blockly_plus.

5/5 points: Provide a valid README.md

0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` is empty.

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

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

216 out of 217 API elements (99.5 %) have documentation comments.

Some symbols that are missing documentation: flutter_blockly_plus.

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

  • ✓ Web

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:flutter_blockly_plus/flutter_blockly_plus.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Linux`.

Because:

  • package:flutter_blockly_plus/flutter_blockly_plus.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `macOS`.

Because:

  • package:flutter_blockly_plus/flutter_blockly_plus.dart that declares support for platforms: Android, iOS, Web.

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:flutter_blockly_plus/flutter_blockly_plus.dart that imports:
  • package:flutter_blockly_plus/src/blockly_editor_widget.dart that imports:
  • package:flutter_blockly_plus/src/blockly_editor.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.

failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 6 issues. Showing the first 2:

WARNING: The left operand can't be null, so the right operand is never executed.

lib/src/blockly_editor.dart:315:39

    ╷
315 │     data?.addAll(_toolbox.toJson() ?? {});
    │                                       ^^
    ╵

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

WARNING: The left operand can't be null, so the right operand is never executed.

lib/src/blockly_editor_web.dart:396:39

    ╷
396 │     data?.addAll(_toolbox.toJson() ?? {});
    │                                       ^^
    ╵

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

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

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

Package Constraint Compatible Latest
flutter flutter 0.0.0 0.0.0
js ^0.7.0 0.7.1 0.7.1
webview_flutter ^4.5.0 4.10.0 4.10.0
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.1
collection - 1.18.0 1.19.1
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
sky_engine - 0.0.99 0.0.99
vector_math - 2.1.4 2.1.4
webview_flutter_android - 4.0.0 4.0.0
webview_flutter_platform_interface - 2.10.0 2.10.0
webview_flutter_wkwebview - 3.16.0 3.16.0

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

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.13, Flutter 3.24.3, Dart 3.5.3.

Check the analysis log for details.

1
likes
125
pub points
36%
popularity

Publisher

unverified uploader

A fork of the flutter_blockly package with additional features and bug fixes.

Repository (GitHub)
View/report issues

Topics

#blockly #flutter-blockly #flutter-blockly-plus

Documentation

API reference

License

MIT (license)

Dependencies

flutter, js, webview_flutter

More

Packages that depend on flutter_blockly_plus