quill_super_clipboard 0.0.1-alpha.2 quill_super_clipboard: ^0.0.1-alpha.2 copied to clipboard
A package for integrating the package super_clipboard with flutter_quill to provide access to the system clipboard.
We analyzed this package 5 days ago, and awarded it 140 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
3 out of 3 API elements (100.0 %) have documentation comments.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:quill_super_clipboard/quill_super_clipboard.dart
that imports:package:quill_super_clipboard/src/super_clipboard_service.dart
that imports:package:flutter_quill/internal.dart
that imports:package:flutter_quill/src/rules/rule.dart
that imports:package:flutter_quill/src/rules/insert.dart
that imports:package:flutter_quill/src/document/document.dart
that imports:package:flutter_quill/src/document/nodes/node.dart
that imports:package:flutter_quill/src/document/nodes/line.dart
that imports:package:flutter_quill/src/document/nodes/leaf.dart
that imports:package:flutter_quill/src/editor/embed/embed_editor_builder.dart
that imports:package:flutter_quill/src/editor/embed/embed_context.dart
that imports:package:flutter_quill/src/controller/quill_controller.dart
that imports:package:flutter_quill/src/controller/clipboard/quill_controller_rich_paste.dart
that imports:package:flutter_quill/src/editor_toolbar_controller_shared/clipboard/clipboard_service_provider.dart
that imports:package:flutter_quill/src/editor_toolbar_controller_shared/clipboard/default_clipboard_service.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:quill_super_clipboard/quill_super_clipboard.dart
that imports:package:quill_super_clipboard/src/super_clipboard_service.dart
that imports:package:flutter_quill/internal.dart
that imports:package:flutter_quill/src/rules/rule.dart
that imports:package:flutter_quill/src/rules/insert.dart
that imports:package:flutter_quill/src/document/document.dart
that imports:package:flutter_quill/src/document/nodes/node.dart
that imports:package:flutter_quill/src/document/nodes/line.dart
that imports:package:flutter_quill/src/document/nodes/leaf.dart
that imports:package:flutter_quill/src/editor/embed/embed_editor_builder.dart
that imports:package:flutter_quill/src/editor/embed/embed_context.dart
that imports:package:flutter_quill/src/controller/quill_controller.dart
that imports:package:flutter_quill/src/controller/clipboard/quill_controller_rich_paste.dart
that imports:package:flutter_quill/src/editor_toolbar_controller_shared/clipboard/clipboard_service_provider.dart
that imports:package:flutter_quill/src/editor_toolbar_controller_shared/clipboard/default_clipboard_service.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.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: 'package:flutter_quill/flutter_quill_internal.dart' is deprecated and shouldn't be used. Use internal.dart instead of flutter_quill_internal.dart.
lib/quill_super_clipboard.dart:6:1
╷
6 │ import 'package:flutter_quill/flutter_quill_internal.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/quill_super_clipboard.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_quill |
^11.0.0-dev.1 |
11.0.0-dev.17 | 11.0.0-dev.17 |
meta |
^1.10.0 |
1.15.0 | 1.16.0 |
super_clipboard |
^0.8.24 |
0.8.24 | 0.8.24 |
Transitive dependencies
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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.