kaomoji_lumberdash 0.0.1 copy "kaomoji_lumberdash: ^0.0.1" to clipboard
kaomoji_lumberdash: ^0.0.1 copied to clipboard

A lumberdash client for weebs ヽ(♡‿♡)ノ

example/lib/main.dart

import 'package:kaomoji_lumberdash/kaomoji_lumberdash.dart';

void main() async {
  final kaomojiLumberdash = KaomojiLumberdash();

  putLumberdashToWork(
    withClients: [kaomojiLumberdash],
  );

  logMessage('System is booting.', extras: {'Progress': '25.0%'});

  logWarning('It seems kernel found an invalid memory access!');

  logError(NullThrownError(), stacktrace: StackTrace.current);

  logFatal('Kernel is about to panic due to a segmentation fault.');

  /// The log calls above should generate the following output:
  ///
  /// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ///
  /// Senseeeeei! You have received a message. Want me to read it?
  /// Okay, here it goes: (°◡°♡)

  /// * System is booting.

  /// The message also contains several attachements:

  /// * Progress: 25.0%
  /// Mmmmaster, I don't want to worry you, but I think we may have a problem (*μ_μ).
  /// I was reported of the following warning:

  /// * It seems kernel found an invalid memory access!,
  /// Oh nooooo it seems your program broke a piece or two and threw an exception (。•́︿•̀。)
  /// Don't worry, I'm here to help! ٩(。•́‿•̀。)۶. I've kept the exception just so you can repair it later. (b ᵔ▽ᵔ)b

  /// *  The exception is as follow:
  /// *  Throw of null.

  /// Oh! And here's also the stacktrace: ( ˙▿˙ )

  /// #0      main (package:example/main.dart:14:54)
  /// #1      _delayEntrypointInvocation.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:283:19)
  /// #2      _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:184:12)

  /// Oh no, this is bad. (个_个)
  /// I was contacted that a fatal error occurred within the app. This may be the last message that I exchange with you. Before I release the message, I got to ask you: Was I a good bot? (。•́︿•̀。)
  /// The fatal messages says:

  /// * Kernel is about to panic due to a segmentation fault.
}
0
likes
130
pub points
0%
popularity

Publisher

unverified uploader

A lumberdash client for weebs ヽ(♡‿♡)ノ

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

lumberdash

More

Packages that depend on kaomoji_lumberdash