glowup_vibes 1.0.0 copy "glowup_vibes: ^1.0.0" to clipboard
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.

🌟 Glowup Vibes 🌟 #

License: MIT

Goated Dart language #

Goated 🐐 Dart language.

Inspired by this Babel plugin

Installation 💻 #

❗ In order to start using Glowup Vibes you must have the Dart SDK installed on your machine.

Install via dart pub add:

dart pub add glowup_vibes

Wat? 🤔 #

Glowup Vibes is a Dart package that adds some "internet slang" to Dart vocabulary.

Why? #

Because.

API 📖 #

Top level getters: #

  • onGod: true
  • cap: false
  • noCap: true
  • yesnt: false
  • nice: 69
  • outOfPocket: double.infinity
  • F: Returns a Never. Throws a respectful error.
  • imded: Calls exit with code 1.
  • ragequit: Calls exit with code 1.
  • cya: Calls exit with code 0.

Log APIs: #

Based on Mason Logger

  • lowkey.stan(message): logger.info(message)
  • lowkey.sus(message): logger.warn(message)
  • lowkey.cringe(message): logger.err(message)
  • lowkey.drip(message): logger.detail(message)
  • lowkey.tea(message): logger.success(message)
  • lowkey.flex(message) : logger.success(message)

Future APIs: #

  • future.letItCook((value) { ... }, ohnoes: () { ... }): future.then((value) { ... }, onError: () { ... })
  • future.busted((error) { ... }): future.catchError((error) { ... })

String APIs: #

  • 'lets go FAM'.lowkey: letsgo fam
  • 'lets go FAM'.lowkey: LETSGO FAM
  • 'lets go FAM'.mock: lEtsgO Fam

Other APIs: #

API Equivalent
dart fr(assertion) dart assert(assertion);
dart cook(value) dart Future.value(value)
dart derp(error) dart Future.error(error)
dart holdup([future1, future2]) dart Future.wait([future1, future2])
dart yeet(exception) dart throw exception
dart brb(Duration(seconds: 1)) dart Future.delayed(Duration(seconds: 1))
dart typah(something) dart Type typah<T>(T wat) => T

14
likes
150
points
25
downloads

Publisher

verified publisherrenan.gg

Weekly Downloads

Goated Dart language. Glowup Vibes is a Dart package that adds some "internet slang" to Dart vocabulary.

Repository (GitHub)
View/report issues

Topics

#meme

Documentation

API reference

License

MIT (license)

Dependencies

mason_logger

More

Packages that depend on glowup_vibes