fleather 1.26.0
fleather: ^1.26.0 copied to clipboard
Clean, minimalistic and collaboration-ready rich text editor for Flutter.
We analyzed this package 4 days ago, and awarded it 70 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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.
10/10 points: 20% or more of the public API has dartdoc comments
838 out of 1119 API elements (74.9 %) have documentation comments.
Some symbols that are missing documentation: fleather.AlignmentAttributeBuilder, fleather.AlignmentAttributeBuilder.center, fleather.AlignmentAttributeBuilder.justify, fleather.AlignmentAttributeBuilder.right, fleather.AutoExitBlockRule.AutoExitBlockRule.new.
10/10 points: Package has an example and has no issues with screenshots
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
ERROR: Missing concrete implementation of 'TextInputClient.onFocusReceived'.
lib/src/widgets/editor.dart:921:7
╷
921 │ class RawEditorState extends EditorState
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/editor.dart
INFO: 'setStyle' is deprecated and shouldn't be used. Use updateStyle instead. This feature was deprecated after v3.41.0-0.0.pre.
lib/src/widgets/editor_input_client_mixin.dart:149:29
╷
149 │ _textInputConnection?.setStyle(
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/editor_input_client_mixin.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.19.1 |
1.19.1 | 1.19.1 | |
intl |
>=0.19.0 <0.21.0 |
0.20.2 | 0.20.2 | |
parchment |
^1.25.1 |
1.27.0 | 1.27.0 | |
parchment_delta |
^1.0.0 |
1.0.0 | 1.0.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
csslib |
- | 1.0.2 | 1.0.2 | |
diff_match_patch |
- | 0.4.1 | 0.4.1 | |
html |
- | 0.15.6 | 0.15.6 | |
matcher |
- | 0.12.20 | 0.12.20 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.18.0 | 1.18.3 | |
path |
- | 1.9.1 | 1.9.1 | |
quiver |
- | 3.2.2 | 3.2.2 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.12 | 0.7.12 | |
vector_math |
- | 2.2.0 | 2.4.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
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 1 error:
NON_ABSTRACT_CLASS_INHERITS_ABSTRACT_MEMBER-lib/src/widgets/editor.dart:921:7- Missing concrete implementation of 'TextInputClient.onFocusReceived'.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.12, Flutter 3.44.1, Dart 3.12.1.
Check the analysis log for details.
