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.

1
likes
125/ 140
pub points
0%
popularity

We analyzed this package 6 days ago, and awarded it 125 pub points (of a possible 140):

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

10/10 points: Provide a valid pubspec.yaml

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.

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: GPL-3.0.

OK
Provide documentation
20 / 20trigger folding of the section

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.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

20/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
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 8 issues. Showing the first 2:

INFO: The file name 'Aloha.dart' isn't a lower_case_with_underscores identifier.

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

INFO: The part-of directive uses a library name.

lib/src/Aloha.dart:11:1

   ╷
11 │ part of aloha;
   │ ^^^^^^^^^^^^^^
   ╵

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

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

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.

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

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.

1
likes
125
pub points
0%
popularity

Publisher

verified publisherdarticulate.com

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

More

Packages that depend on aloha