glowup_vibes 1.0.0
glowup_vibes: ^1.0.0 copied to clipboard
Goated Dart language. Glowup Vibes is a Dart package that adds some "internet slang" to Dart vocabulary.
import 'package:glowup_vibes/glowup_vibes.dart';
import 'package:mason_logger/mason_logger.dart';
String? drippy(String? shout) {
return yellow.wrap(styleBold.wrap(shout));
}
void vibeCheck() async {
final vibe = noCap;
final rizz = onGod;
final depression = cap;
lowkey.sus('the vibes might be off 💀');
if (vibe == yesnt) {
lowkey.cringe('vibes off', swag: drippy);
F;
}
final wait = brb(Duration(seconds: 1));
final somthing = cook(nice);
holdup([wait, somthing])
.letItCook((value) => lowkey.drip('Letisgo'))
.busted(() {
lowkey.cringe('yikes');
});
fr(typah(nice) == double);
if (!vibe) {
if (!rizz) {
yeet(Exception("mid af"));
} else {
lowkey.drip("yikes fam");
ragequit;
}
} else {
if (depression) {
lowkey.tea('you should talk to someone about that queen 👑');
imded;
}
lowkey.stan("profit");
}
cya;
}