fleather 1.19.0 copy "fleather: ^1.19.0" to clipboard
fleather: ^1.19.0 copied to clipboard

Clean, minimalistic and collaboration-ready rich text editor for Flutter.

119
likes
130/ 160
pub points
5.17k
downloads

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

partial
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/fleather-editor/fleather/issues was unreachable. Make sure that the website is reachable via HEAD requests.

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 licenses: MIT, BSD-3-Clause.

OK
Provide documentation
20 / 20trigger folding of the section

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

718 out of 920 API elements (78.0 %) have documentation comments.

Some symbols that are missing documentation: fleather.AlignmentAttributeBuilder, fleather.AlignmentAttributeBuilder.center, fleather.AlignmentAttributeBuilder.justify, fleather.AlignmentAttributeBuilder.right, fleather.AutoExitBlockRule.isEmptyLine.

10/10 points: Package has an example and has no issues with screenshots

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

0/0 points: WASM compatibility

This package is compatible with runtime wasm, and will be rewarded additional 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 31 issues. Showing the first 2:

WARNING: This default clause is covered by the previous cases.

lib/src/widgets/editor.dart:66:5

   ╷
66 │     default:
   │     ^^^^^^^
   ╵

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

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

lib/src/rendering/cursor_painter.dart:122:45

    ╷
122 │     final floatingCursorColor = style.color.withOpacity(0.75);
    │                                             ^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/rendering/cursor_painter.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
collection ^1.18.0 1.19.0 1.19.1
flutter flutter 0.0.0 0.0.0
flutter_localizations flutter 0.0.0 0.0.0
intl ^0.19.0 0.19.0 0.20.1
parchment ^1.19.0 1.19.0 1.19.0
parchment_delta ^1.0.0 1.0.0 1.0.0
Transitive dependencies
Package Constraint Compatible Latest
async - 2.12.0 2.12.0
boolean_selector - 2.1.2 2.1.2
characters - 1.3.0 1.4.0
clock - 1.1.1 1.1.2
csslib - 1.0.2 1.0.2
diff_match_patch - 0.4.1 0.4.1
html - 0.15.5 0.15.5
matcher - 0.12.17 0.12.17
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
path - 1.9.0 1.9.1
quiver - 3.2.2 3.2.2
sky_engine - 0.0.0 0.0.0
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.3 2.1.3
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
test_api - 0.7.4 0.7.4
vector_math - 2.1.4 2.1.4

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

The constraint `^0.19.0` on intl does not support the stable version `0.20.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.17, Flutter 3.27.0, Dart 3.6.0.

Check the analysis log for details.

119
likes
130
points
5.17k
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

Clean, minimalistic and collaboration-ready rich text editor for Flutter.

Homepage
Repository (GitHub)
View/report issues

Topics

#editor #text #wysiwyg #rich-text-editor #widget

Documentation

Documentation
API reference

License

MIT, BSD-3-Clause (license)

Dependencies

collection, flutter, flutter_localizations, intl, parchment, parchment_delta

More

Packages that depend on fleather