owoify_dart 1.0.0 owoify_dart: ^1.0.0 copied to clipboard
Turning your worst nightmare into a Dart package.
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));
}