flutter_quill_advanced 20.0.0 copy "flutter_quill_advanced: ^20.0.0" to clipboard
flutter_quill_advanced: ^20.0.0 copied to clipboard

A rich text editor built for Android, iOS, Web, and desktop platforms. It's the WYSIWYG editor and a Quill component for Flutter.

55/ 160
pub points
105
downloads

We analyzed this package 2 days ago, and awarded it 55 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
15 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

Repository has no matching pubspec.yaml with name: flutter_quill_advanced.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: flutter_quill_advanced,
    • contains a version property, and,
    • does not contain a publish_to property.

Passed check 5/5 points: Provide a valid README.md

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("20.0.0").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

857 out of 2091 API elements (41.0 %) 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.

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

Failed report section
Platform support
0 / 20trigger folding of the section

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

Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

Found 7 issues. Showing the first 2:

ERROR: Missing concrete implementation of 'TextInputClient.onFocusReceived'.

lib/src/editor/raw_editor/raw_editor_state.dart:42:7

   ╷
42 │ class QuillRawEditorState extends EditorState
   │       ^^^^^^^^^^^^^^^^^^^
   ╵

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

WARNING: The member 'linkPrefixes' can't be exported as a part of a package's public API.

lib/flutter_quill.dart:29:1

   ╷
29 │ export 'src/editor/widgets/link.dart';
   │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

Failed report section
Support up-to-date dependencies
20 / 40trigger folding of the section

Passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
charcode ^1.3.0 1.4.0 1.4.0
collection ^1.17.0 1.19.1 1.19.1
dart_quill_delta ^10.0.0 10.8.3 10.8.3
flutter_colorpicker ^1.1.0 1.1.0 1.1.0
flutter_keyboard_visibility_temp_fork ^0.1.1 0.1.5 0.1.5
flutter_quill_delta_from_html ^1.4.1 1.5.3 1.5.3
html ^0.15.0 0.15.6 0.15.6
intl >=0.19.0 <0.21.0 0.20.2 0.20.2
markdown ^7.1.0 7.3.1 7.3.1
meta ^1.7.0 1.18.0 1.18.2
quill_native_bridge ^11.0.0 11.1.0 11.1.0
quiver ^3.2.0 3.2.2 3.2.2
url_launcher ^6.2.1 6.3.2 6.3.2
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
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
cross_file - 0.3.5+2 0.3.5+2
csslib - 1.0.2 1.0.2
diff_match_patch - 0.4.1 0.4.1
ffi - 2.2.0 2.2.0
file_selector_platform_interface - 2.7.0 2.7.0
file_selector_windows - 0.9.3+5 0.9.3+5
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_windows - 1.0.0 1.0.0
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
matcher - 0.12.20 0.12.20
material_color_utilities - 0.13.0 0.13.0
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
quill_native_bridge_android - 0.0.1+2 0.0.1+2
quill_native_bridge_ios - 0.0.1 0.0.1
quill_native_bridge_macos - 0.0.1 0.0.1
quill_native_bridge_platform_interface - 0.0.2+1 0.0.2+1
quill_native_bridge_web - 0.0.2 0.0.2
quill_native_bridge_windows - 0.0.2 0.0.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
typed_data - 1.4.0 1.4.0
url_launcher_android - 6.3.30 6.3.30
url_launcher_ios - 6.4.1 6.4.1
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.3 2.4.3
url_launcher_windows - 3.1.5 3.1.5
vector_math - 2.2.0 2.3.0
web - 1.1.1 1.1.1
win32 - 5.15.0 6.3.0

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

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 1 error:

  • NON_ABSTRACT_CLASS_INHERITS_ABSTRACT_MEMBER - lib/src/editor/raw_editor/raw_editor_state.dart:42: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.0, Dart 3.12.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
55
points
105
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A rich text editor built for Android, iOS, Web, and desktop platforms. It's the WYSIWYG editor and a Quill component for Flutter.

Topics

#editor #text #rich-text-editor #quill #flutter-quill

License

MIT (license)

Dependencies

charcode, collection, dart_quill_delta, flutter, flutter_colorpicker, flutter_keyboard_visibility_temp_fork, flutter_localizations, flutter_quill_delta_from_html, html, intl, markdown, meta, quill_native_bridge, quiver, url_launcher

More

Packages that depend on flutter_quill_advanced