lucy_editor 1.0.11
lucy_editor: ^1.0.11 copied to clipboard
Lucy Editor is improved performance about re-editor
We analyzed this package 13 hours ago, and awarded it 50 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis http://www.edencrew.kr was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/ellie-k-nam/lucy_editor 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 license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
507 out of 2227 API elements (22.8 %) have documentation comments.
Some symbols that are missing documentation: a11y-dark, a11y-dark.a11YDarkTheme, a11y-light, a11y-light.a11YLightTheme, agate.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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
Found 799 issues. Showing the first 2:
ERROR: Missing concrete implementation of 'TextInputClient.onFocusReceived'.
lib/src/_code_input.dart:3:7
╷
3 │ class _CodeInputController extends ChangeNotifier implements DeltaTextInputClient {
│ ^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/_code_input.dart
WARNING: Unnecessary cast.
lib/parsejs/annotations.dart:102:12
╷
102 │ return node as Scope;
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/parsejs/annotations.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.17.1 |
1.19.1 | 1.19.1 | |
equatable |
^2.0.3 |
2.1.0 | 3.0.0 | |
flutter_highlight |
^0.7.0 |
0.7.0 | 0.7.0 | |
highlight |
^0.7.0 |
0.7.0 | 0.7.0 | |
http |
^1.2.1 |
1.6.0 | 1.6.0 | |
linked_scroll_controller |
^0.2.0 |
0.2.0 | 0.2.0 | |
scrollable_positioned_list |
^0.3.8 |
0.3.8 | 0.3.8 | |
unicode |
>=0.0.8 <1.0.0 |
0.3.1 | 1.1.9 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
lists |
- | 1.0.1 | 1.0.1 | Discontinued |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.4.2 | 2.4.2 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^2.0.3` on equatable does not support the stable version `3.0.0`, that was published 0 days ago.
When equatable is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions equatable to update the constraint.
The constraint `>=0.0.8 <1.0.0` on unicode does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions unicode to update the constraint.
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/_code_input.dart:3: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.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.