Pinned Repositories
AsyncSignal-dart
Control the flow of asynchronous operations by signaling all the waiting tasks whether they should wait or continue at a specific point. Lock and unlock the flow.
CodeScanner-flutter
A flexible code scanner for QR codes, barcodes and many others. Using Google's ML Kit. Use it as a Widget with a camera or use the methods provided, with a camera controller.
ConsoleMarkdown-dart
A console markdown for formatting and color, using chalk as a dependency. No setup required, quick and easy to use.
DebugConsole-flutter
A console for debugging Flutter apps. Check the console for prints and errors, while you're testing it, all within your app. Make your own logging and check the StackTraces.
EventEmitter-dart
A Event-based system, inspired by NodeJS's Event Emitter. Uses generic types to allow for multiple data types, while still being intuitive. Based on JavaScript and suitable for Dart and Flutter.
FlowPlugin-ts
A package to help you create plugins for Flow Launcher with Typescript
Markdown-dart
A simple Markdown parser for Dart. Create your own custom Markdown syntax.
ObserverPattern-dart
Automatically generates an observable interface for any class. Observer Pattern implementation for Dart, generalized using mixins and multiple alternative interfaces.
Thread-dart
A simple Isolated Thread wrapped with a type-safe Event Emitter for easier asynchronous communication. Setup events for the thread to reply to, or compute tasks individually.
TokenParser-dart
An intuitive Token Parser that includes grammar definition, tokenization, parsing, syntax error and debugging. Implementation based on Lexical Analysis for Dart.
DrafaKiller's Repositories
DrafaKiller/EventEmitter-dart
A Event-based system, inspired by NodeJS's Event Emitter. Uses generic types to allow for multiple data types, while still being intuitive. Based on JavaScript and suitable for Dart and Flutter.
DrafaKiller/CodeScanner-flutter
A flexible code scanner for QR codes, barcodes and many others. Using Google's ML Kit. Use it as a Widget with a camera or use the methods provided, with a camera controller.
DrafaKiller/DebugConsole-flutter
A console for debugging Flutter apps. Check the console for prints and errors, while you're testing it, all within your app. Make your own logging and check the StackTraces.
DrafaKiller/FlowPlugin-ts
A package to help you create plugins for Flow Launcher with Typescript
DrafaKiller/Markdown-dart
A simple Markdown parser for Dart. Create your own custom Markdown syntax.
DrafaKiller/AsyncSignal-dart
Control the flow of asynchronous operations by signaling all the waiting tasks whether they should wait or continue at a specific point. Lock and unlock the flow.
DrafaKiller/SwipeWidget-flutter
Flutter Widget - A draggable widget , that can be swiped left or right.
DrafaKiller/Thread-dart
A simple Isolated Thread wrapped with a type-safe Event Emitter for easier asynchronous communication. Setup events for the thread to reply to, or compute tasks individually.
DrafaKiller/TokenParser-dart
An intuitive Token Parser that includes grammar definition, tokenization, parsing, syntax error and debugging. Implementation based on Lexical Analysis for Dart.
DrafaKiller/ObserverPattern-dart
Automatically generates an observable interface for any class. Observer Pattern implementation for Dart, generalized using mixins and multiple alternative interfaces.
DrafaKiller/ScrollPositioned-flutter
Allows to position widgets fixed along with a scroll. Can be positioned relative to the parent, or the absolute position. Best used with a Scrollable, but can be used on its own.
DrafaKiller/ConsoleMarkdown-dart
A console markdown for formatting and color, using chalk as a dependency. No setup required, quick and easy to use.
DrafaKiller/ActionChannel-dart
Communication channel, that bundles a sink and a stream, with additional logic. Allows the input type to be different from the output type, simplifying the entry point.
DrafaKiller/ANTLRParser-dart
DrafaKiller/ASTParser-dart
DrafaKiller/BrokenBlock
A PaperMC plugin for Minecraft. This plugin shows the block that was broken by the player, and how many blocks the player has broken.
DrafaKiller/Carvable-dart
Allows you to remove and change parts of something, without modifying the original, builder-like. Carve objects such as Strings and AstNodes, or implement the generic interface.
DrafaKiller/ClickSound-extension
A chrome extension that plays a sound when interacting with the browser. By clicking with the mouse, pressing a key on the keyboard and when opening, closing and switching tabs.
DrafaKiller/CommandManager
A PaperMC plugin helper.
DrafaKiller/EasyBox-flutter
DrafaKiller/RandomWords
DrafaKiller/RegexRange-dart
DrafaKiller/SpawnArrows
A PaperMC plugin for minecraft. Craft and use arrows that spawn mobs.