flutter_quill_extensions 11.0.0 copy "flutter_quill_extensions: ^11.0.0" to clipboard
flutter_quill_extensions: ^11.0.0 copied to clipboard

Embed extensions for flutter_quill to support loading images and videos

140/ 160
pub points
25.4k
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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

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

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

Detected license: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

48 out of 195 API elements (24.6 %) have documentation comments.

Some symbols that are missing documentation: flutter_quill_extensions, flutter_quill_extensions.CameraAction, flutter_quill_extensions.FlutterQuillEmbeds, flutter_quill_extensions.ImageEmbedBuilderErrorWidgetBuilder, flutter_quill_extensions.ImageEmbedBuilderOnRemovedCallback.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Windows`.

Because:

  • package:flutter_quill_extensions/flutter_quill_extensions.dart that imports:
  • package:flutter_quill_extensions/src/flutter_quill_embeds.dart that imports:
  • package:flutter_quill_extensions/src/editor/video/video_embed.dart that imports:
  • package:flutter_quill_extensions/src/editor/video/widgets/video_app.dart that imports:
  • package:video_player/video_player.dart that declares support for platforms: Android, iOS, macOS, Web.
Package does not support platform `Linux`.

Because:

  • package:flutter_quill_extensions/flutter_quill_extensions.dart that imports:
  • package:flutter_quill_extensions/src/flutter_quill_embeds.dart that imports:
  • package:flutter_quill_extensions/src/editor/video/video_embed.dart that imports:
  • package:flutter_quill_extensions/src/editor/video/widgets/video_app.dart that imports:
  • package:video_player/video_player.dart that declares support for platforms: Android, iOS, macOS, Web.
Package not compatible with platform Web

Because:

  • package:flutter_quill_extensions/flutter_quill_extensions.dart that imports:
  • package:flutter_quill_extensions/src/toolbar/video/video_button.dart that imports:
  • package:flutter_quill_extensions/src/toolbar/video/select_video_source.dart that imports:
  • package:flutter_quill_extensions/src/toolbar/video/config/video.dart that imports:
  • package:flutter_quill/flutter_quill.dart that imports:
  • package:flutter_quill/src/toolbar/simple_toolbar.dart that imports:
  • package:flutter_quill/src/toolbar/config/simple_toolbar_config.dart that imports:
  • package:flutter_quill/src/toolbar/config/buttons/toggle_style_options.dart that imports:
  • package:flutter_quill/src/toolbar/config/base_button_options.dart that imports:
  • package:flutter_quill/src/editor_toolbar_controller_shared/quill_config.dart that imports:
  • package:flutter_quill/src/editor/config/editor_config.dart that imports:
  • package:flutter_quill/src/editor/widgets/text/utils/text_block_utils.dart that imports:
  • package:flutter_quill/src/editor/widgets/default_styles.dart that imports:
  • package:flutter_quill/src/common/utils/platform.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:flutter_quill_extensions/flutter_quill_extensions.dart that imports:
  • package:flutter_quill_extensions/src/toolbar/video/video_button.dart that imports:
  • package:flutter_quill_extensions/src/toolbar/video/select_video_source.dart that imports:
  • package:flutter_quill_extensions/src/toolbar/video/config/video.dart that imports:
  • package:flutter_quill/flutter_quill.dart that imports:
  • package:flutter_quill/src/toolbar/simple_toolbar.dart that imports:
  • package:flutter_quill/src/toolbar/config/simple_toolbar_config.dart that imports:
  • package:flutter_quill/src/toolbar/config/buttons/toggle_style_options.dart that imports:
  • package:flutter_quill/src/toolbar/config/base_button_options.dart that imports:
  • package:flutter_quill/src/editor_toolbar_controller_shared/quill_config.dart that imports:
  • package:flutter_quill/src/editor/config/editor_config.dart that imports:
  • package:flutter_quill/src/editor/widgets/text/utils/text_block_utils.dart that imports:
  • package:flutter_quill/src/editor/widgets/default_styles.dart that imports:
  • package:flutter_quill/src/common/utils/platform.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.cn/web/wasm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

INFO: The import of 'package:meta/meta.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/foundation.dart'.

lib/src/editor/image/image_save_utils.dart:8:8

  ╷
8 │ import 'package:meta/meta.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

Passed report section
Support up-to-date dependencies
40 / 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
flutter_quill ^11.0.0 11.5.0 11.5.0
image_picker ^1.0.0 1.2.1 1.2.1
meta ^1.7.0 1.17.0 1.17.0
path ^1.8.0 1.9.1 1.9.1
photo_view ^0.15.0 0.15.0 0.15.0
url_launcher ^6.2.1 6.3.2 6.3.2
video_player ^2.8.0 2.10.1 2.10.1
web >=0.5.0 <2.0.0 1.1.1 1.1.1
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
boolean_selector - 2.1.2 2.1.2
characters - 1.4.0 1.4.1
charcode - 1.4.0 1.4.0
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
cross_file - 0.3.5 0.3.5
csslib - 1.0.2 1.0.2
dart_quill_delta - 10.8.3 10.8.3
diff_match_patch - 0.4.1 0.4.1
ffi - 2.1.4 2.1.4
file_selector_linux - 0.9.3+2 0.9.3+2
file_selector_macos - 0.9.4+5 0.9.4+5
file_selector_platform_interface - 2.7.0 2.7.0
file_selector_windows - 0.9.3+4 0.9.3+4
flutter_colorpicker - 1.1.0 1.1.0
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_temp_fork - 0.1.5 0.1.5
flutter_keyboard_visibility_windows - 1.0.0 1.0.0
flutter_plugin_android_lifecycle - 2.0.32 2.0.32
flutter_quill_delta_from_html - 1.5.3 1.5.3
html - 0.15.6 0.15.6
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
image_picker_android - 0.8.13+7 0.8.13+7
image_picker_for_web - 3.1.0 3.1.0
image_picker_ios - 0.8.13+1 0.8.13+1
image_picker_linux - 0.2.2 0.2.2
image_picker_macos - 0.2.2+1 0.2.2+1
image_picker_platform_interface - 2.11.1 2.11.1
image_picker_windows - 0.2.2 0.2.2
intl - 0.20.2 0.20.2
markdown - 7.3.0 7.3.0
matcher - 0.12.17 0.12.17
material_color_utilities - 0.11.1 0.13.0
mime - 2.0.0 2.0.0
plugin_platform_interface - 2.1.8 2.1.8
quill_native_bridge - 11.1.0 11.1.0
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
quiver - 3.2.2 3.2.2
source_span - 1.10.1 1.10.1
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.24 6.3.24
url_launcher_ios - 6.3.5 6.3.5
url_launcher_linux - 3.2.1 3.2.1
url_launcher_macos - 3.2.4 3.2.4
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.1 2.4.1
url_launcher_windows - 3.1.4 3.1.4
vector_math - 2.2.0 2.2.0
video_player_android - 2.8.17 2.8.17
video_player_avfoundation - 2.8.6 2.8.6
video_player_platform_interface - 6.6.0 6.6.0
video_player_web - 2.4.0 2.4.0
win32 - 5.15.0 5.15.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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.1, Flutter 3.38.0, Dart 3.10.0-290.4.beta.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: