glowup_vibes 1.0.2 copy "glowup_vibes: ^1.0.2" to clipboard
glowup_vibes: ^1.0.2 copied to clipboard

Dart language leveled up! With Glowup Vibes, we're infusing some "internet slang" into Dart's vocabulary.

example/example.dart

import 'package:glowup_vibes/glowup_vibes.dart';
import 'package:mason_logger/mason_logger.dart';

String? drippy(String? shout) {
  return yellow.wrap(styleBold.wrap(shout));
}

Future<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<void>(const Duration(seconds: 1));

  final someCooking = cook(nice);

  await holdup([wait, someCooking])
      .letItCook((value) => lowkey.drip('Letisgo'))
      .busted(() {
    lowkey.cringe('yikes');
  });

  fr(typah(nice) == int);

  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;
}
17
likes
160
points
32
downloads

Documentation

API reference

Publisher

verified publisherrenan.gg

Weekly Downloads

Dart language leveled up! With Glowup Vibes, we're infusing some "internet slang" into Dart's vocabulary.

Repository (GitHub)
View/report issues

Topics

#meme #nocap #ongod #rizz #vibe

License

MIT (license)

Dependencies

mason_logger

More

Packages that depend on glowup_vibes