aloha 4.0.0 copy "aloha: ^4.0.0" to clipboard
aloha: ^4.0.0 copied to clipboard

discontinued
Platformweb

Bindings for the Aloha HTML5 editor. Allows text updating/reading etc from Dart.

135/ 160
pub points
61
downloads

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

Failed report section
Follow Dart file conventions
25 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Failed check 0/5 points: Provide a valid README.md

Links in `README.md` should be secure. 1 link is insecure.

README.md:2:21

  ╷
2 │ <p>Bindings for the <a href="http://www.aloha-editor.org/index.php">Aloha</a> HTML5 editor.</p>
  │                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

Use https URLs instead.

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: GPL-3.0.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

65 out of 94 API elements (69.1 %) have documentation comments.

Some symbols that are missing documentation: aloha, aloha.Aloha, aloha.Aloha.blockSelectedEvent, aloha.Aloha.commandExecutedEvent, aloha.Aloha.commandWillExecuteEvent.

Passed check 10/10 points: Package has an example

Partially passed report section
Platform support
10 / 20trigger folding of the section

Partially passed check 10/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Web

These platforms are not supported:

Package not compatible with platform Android

Because:

  • package:aloha/aloha.dart that imports:
  • dart:js
Package not compatible with platform iOS

Because:

  • package:aloha/aloha.dart that imports:
  • dart:js
Package not compatible with platform Windows

Because:

  • package:aloha/aloha.dart that imports:
  • dart:js
Package not compatible with platform Linux

Because:

  • package:aloha/aloha.dart that imports:
  • dart:js
Package not compatible with platform macOS

Because:

  • package:aloha/aloha.dart that imports:
  • dart:js

WASM compatibility:

Package not compatible with runtime wasm

Because:

  • package:aloha/aloha.dart that imports:
  • dart:js

Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

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

Found 6 issues. Showing the first 2:

INFO: 'dart:html' is deprecated and shouldn't be used. Use package:web and dart:js_interop instead.

lib/aloha.dart:11:1

   ╷
11 │ import 'dart:html';
   │ ^^^^^^^^^^^^^^^^^^^
   ╵

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

INFO: 'dart:js' is deprecated and shouldn't be used. Use dart:js_interop instead.

lib/aloha.dart:12:1

   ╷
12 │ import 'dart:js' as js;
   │ ^^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

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

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

No dependencies.

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

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.12, Dart 3.12.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
135
points
61
downloads

Documentation

API reference

Publisher

verified publisherdarticulate.com

Weekly Downloads

Bindings for the Aloha HTML5 editor. Allows text updating/reading etc from Dart.

Repository (GitHub)
View/report issues

License

GPL-3.0 (license)

More

Packages that depend on aloha