clia_flutter_quill 6.4.4
clia_flutter_quill: ^6.4.4 copied to clipboard
A mod of flutter_quill to be compatible with flutter_quill_extensions.
We analyzed this package 7 hours ago, and awarded it 80 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 license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
336 out of 842 API elements (39.9 %) have documentation comments.
Some symbols that are missing documentation: flutter_quill, flutter_quill.AlignAttribute, flutter_quill.AlignAttribute.AlignAttribute.new, flutter_quill.Attribute, flutter_quill.Attribute.Attribute.new.
10/10 points: Package has an example
20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:clia_flutter_quill/extensions.dartthat imports:package:clia_flutter_quill/src/utils/platform.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package not compatible with platform Web
Because:
package:clia_flutter_quill/extensions.dartthat imports:package:clia_flutter_quill/src/utils/platform.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_linux.dartthat imports:package:file/local.dartthat imports:package:file/src/backends/local.dartthat imports:package:file/src/backends/local/local_file_system.dartthat imports:package:file/src/backends/local/local_link.dartthat imports:package:file/src/backends/local/local_file_system_entity.dartthat imports:package:file/src/backends/local/local_file.dartthat imports:package:file/src/io.dartthat imports:dart:io
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `iOS`.
Because:
package:clia_flutter_quill/extensions.dartthat imports:package:clia_flutter_quill/src/utils/platform.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `Linux`.
Because:
package:clia_flutter_quill/extensions.dartthat imports:package:clia_flutter_quill/src/utils/platform.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:clia_flutter_quill/extensions.dartthat imports:package:clia_flutter_quill/src/utils/platform.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 59 issues. Showing the first 2:
ERROR: '_RenderSingleChildViewport.getOffsetToReveal' ('RevealedOffset Function(RenderObject, double, {Rect? rect})') isn't a valid override of 'RenderAbstractViewport.getOffsetToReveal' ('RevealedOffset Function(RenderObject, double, {Axis? axis, Rect? rect})').
lib/src/widgets/quill_single_child_scroll_view.dart:289:18
╷
289 │ RevealedOffset getOffsetToReveal(RenderObject target, double alignment,
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/quill_single_child_scroll_view.dart
ERROR: Missing concrete implementations of 'getter mixin TextSelectionDelegate on Object.liveTextInputEnabled', 'getter mixin TextSelectionDelegate on Object.lookUpEnabled', 'getter mixin TextSelectionDelegate on Object.searchWebEnabled', 'getter mixin TextSelectionDelegate on Object.shareEnabled', and 1 more.
lib/src/widgets/raw_editor.dart:254:7
╷
254 │ class RawEditorState extends EditorState
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/raw_editor.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
^1.2.1 |
1.4.0 | 1.4.1 | |
collection |
^1.17.0 |
1.19.1 | 1.19.1 | |
device_info_plus |
^8.1.0 |
8.2.2 | 12.3.0 | |
diff_match_patch |
^0.4.1 |
0.4.1 | 0.4.1 | |
flutter_colorpicker |
^1.0.3 |
1.1.0 | 1.1.0 | |
flutter_keyboard_visibility |
^5.4.0 |
5.4.1 | 6.0.0 | |
i18n_extension |
^6.0.0 |
6.0.0 | 15.1.0 | |
pasteboard |
^0.2.0 |
0.2.0 | 0.4.0 | |
pedantic |
^1.11.1 |
1.11.1 | 1.11.1 | Discontinued |
platform |
^3.1.0 |
3.1.6 | 3.1.6 | |
quiver |
^3.2.1 |
3.2.2 | 3.2.2 | |
tuple |
^2.0.1 |
2.0.2 | 2.0.2 | |
url_launcher |
^6.1.9 |
6.3.2 | 6.3.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
_fe_analyzer_shared |
- | 61.0.0 | 92.0.0 | |
analyzer |
- | 5.13.0 | 9.0.0 | |
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
clock |
- | 1.1.2 | 1.1.2 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
device_info_plus_platform_interface |
- | 7.0.3 | 7.0.3 | |
equatable |
- | 2.0.8 | 2.0.8 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 6.1.4 | 7.0.1 | |
flutter_keyboard_visibility_linux |
- | 1.0.0 | 1.0.0 | |
flutter_keyboard_visibility_macos |
- | 1.0.0 | 1.0.0 | |
flutter_keyboard_visibility_platform_interface |
- | 2.0.0 | 2.0.0 | |
flutter_keyboard_visibility_web |
- | 2.0.0 | 2.0.0 | |
flutter_keyboard_visibility_windows |
- | 1.0.0 | 1.0.0 | |
gettext_parser |
- | 0.2.0 | 0.2.0 | |
glob |
- | 2.1.3 | 2.1.3 | |
intl |
- | 0.17.0 | 0.20.2 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
matcher |
- | 0.12.18 | 0.12.18 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
package_config |
- | 2.2.0 | 2.2.0 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
source_span |
- | 1.10.1 | 1.10.1 | |
sprintf |
- | 7.0.0 | 7.0.0 | |
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.8 | 0.7.8 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
url_launcher_android |
- | 6.3.28 | 6.3.28 | |
url_launcher_ios |
- | 6.3.6 | 6.3.6 | |
url_launcher_linux |
- | 3.2.2 | 3.2.2 | |
url_launcher_macos |
- | 3.2.5 | 3.2.5 | |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 | |
url_launcher_web |
- | 2.4.1 | 2.4.1 | |
url_launcher_windows |
- | 3.1.5 | 3.1.5 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
watcher |
- | 1.2.0 | 1.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
win32 |
- | 4.1.4 | 5.15.0 | |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 5 issues. Showing the first 2:
The constraint `^8.1.0` on device_info_plus does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions device_info_plus to update the constraint.
The constraint `^5.4.0` on flutter_keyboard_visibility does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions flutter_keyboard_visibility 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 7 errors:
INVALID_OVERRIDE-lib/src/widgets/quill_single_child_scroll_view.dart:289:18- '_RenderSingleChildViewport.getOffsetToReveal' ('RevealedOffset Function(RenderObject, double, {Rect? rect})') isn't a valid override of 'RenderAbstractViewport.getOffsetToReveal' ('RevealedOffset Function(RenderObject, double, {Axis? axis, Rect? rect})').NON_ABSTRACT_CLASS_INHERITS_ABSTRACT_MEMBER-lib/src/widgets/raw_editor.dart:254:7- Missing concrete implementations of 'getter mixin TextSelectionDelegate on Object.liveTextInputEnabled', 'getter mixin TextSelectionDelegate on Object.lookUpEnabled', 'getter mixin TextSelectionDelegate on Object.searchWebEnabled', 'getter mixin TextSelectionDelegate on Object.shareEnabled', and 1 more.MISSING_REQUIRED_ARGUMENT-lib/src/widgets/raw_editor.dart:310:25- The named parameter 'onLiveTextInput' is required, but there's no corresponding argument.
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.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.