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.

example/owoify_dart_example.dart

import 'package:owoify_dart/owoify_dart.dart';

void main() {
  print(Owoifier.owoify('This is the string to owo! Kinda cute isn\'t it?'));
  print(Owoifier.owoify('This is the string to owo! Kinda cute isn\'t it?',
      level: OwoifyLevel.Uvu));
  print(
      Owoifier.owoify('Yoichi is no one\'s favorite.', level: OwoifyLevel.Uvu));
}
2
likes
130
pub points
58%
popularity

Publisher

unverified uploader

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)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on owoify_dart