owoify_dart 2.1.0 copy "owoify_dart: ^2.1.0" to clipboard
owoify_dart: ^2.1.0 copied to clipboard

Turning your worst nightmare into a Dart package. This is a Dart port of mohan-cao's owoify-js, which will help you turn any string into nonsensical babyspeaks.

2
likes
150/ 160
pub points
55
downloads

We analyzed this package 5 days ago, and awarded it 150 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.

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

7 out of 10 API elements (70.0 %) have documentation comments.

Some symbols that are missing documentation: owoify_dart.Owoifier.Owoifier.new, owoify_dart.SPACE_REGEX, owoify_dart.WORD_REGEX.

Passed check 10/10 points: Package has an example

Passed 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

Passed check 0/0 points: WASM compatibility

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

See https://dart.dev/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

Found 75 issues. Showing the first 2:

INFO: The variable name 'WORD_REGEX' isn't a lowerCamelCase identifier.

lib/src/owoify_dart_base.dart:5:7

5final WORD_REGEX = RegExp(r'\S+');
  │       ^^^^^^^^^^
  ╵
copied to clipboard

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

INFO: The variable name 'SPACE_REGEX' isn't a lowerCamelCase identifier.

lib/src/owoify_dart_base.dart:6:7

6final SPACE_REGEX = RegExp(r'\s+');
  │       ^^^^^^^^^^^
  ╵
copied to clipboard

To reproduce make sure you are using the lints_core and run dart analyze lib/src/owoify_dart_base.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

No dependencies.

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.22.20, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
Jul 7Aug 4Sep 1Sep 29Oct 27Nov 24Dec 22Jan 19Feb 16Mar 160510152025303540>=1.0.0-0 <2.0.0>=2.0.0-0 <3.0.0
2
likes
150
points
55
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.22 - 2025.04.06

Turning your worst nightmare into a Dart package. This is a Dart port of mohan-cao's owoify-js, which will help you turn any string into nonsensical babyspeaks.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on owoify_dart