zefyrka_new 1.0.1 copy "zefyrka_new: ^1.0.1" to clipboard
zefyrka_new: ^1.0.1 copied to clipboard

Clean, minimalistic and collaboration-ready rich text editor for Flutter based on Zefyr package.

60/ 160
pub points
60
downloads

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

Failed report section
Follow Dart file conventions
20 / 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: zefyrka_new.

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: zefyrka_new,
    • contains a version property, and,
    • does not contain a publish_to property.

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.

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

484 out of 646 API elements (74.9 %) have documentation comments.

Some symbols that are missing documentation: zefyr.AutoExitBlockRule.AutoExitBlockRule.new, zefyr.AutoExitBlockRule.isEmptyLine, zefyr.AutoFormatLinksRule.AutoFormatLinksRule.new, zefyr.BlockEmbed.horizontalRule, zefyr.BlockEmbed.image.

Passed check 10/10 points: Package has an example

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 58 issues. Showing the first 2:

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

lib/src/widgets/editor.dart:714:7

    ╷
714 │ class RawEditorState extends EditorState
    │       ^^^^^^^^^^^^^^
    ╵

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

WARNING: This function has a nullable return type of 'TextEditingValue?', but ends without returning a value.

lib/src/services/simple_clipboard_controller.dart:16:21

   ╷
16 │   TextEditingValue? cut(ZefyrController controller, String plainText) {
   │                     ^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/services/simple_clipboard_controller.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
characters ^1.3.0 1.4.1 1.4.1
collection ^1.18.0 1.19.1 1.19.1
notus_format ^1.0.3 1.0.3 1.0.3
quill_format ^1.0.2 1.0.2 1.0.2
url_launcher ^6.2.5 6.3.2 6.3.2
Transitive dependencies
Package Constraint Compatible Latest Notes
material_color_utilities - 0.13.0 0.13.0
meta - 1.18.0 1.18.3
plugin_platform_interface - 2.1.8 2.1.8
url_launcher_android - 6.3.32 6.3.32
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.4.0
web - 1.1.1 1.1.1

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/widgets/editor.dart:714: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.13, Flutter 3.44.3, Dart 3.12.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
3
likes
60
points
60
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Clean, minimalistic and collaboration-ready rich text editor for Flutter based on Zefyr package.

License

MIT (license)

Dependencies

characters, collection, flutter, notus_format, quill_format, url_launcher

More

Packages that depend on zefyrka_new