Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by DrafaKiller

A curated list of projects in awesome lists by DrafaKiller .

https://github.com/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.

dart events package type-safe

Last synced: 08 Nov 2024

https://github.com/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.

flutter package widgets

Last synced: 08 Nov 2024

https://github.com/drafakiller/tokenparser-dart

An intuitive Token Parser that includes grammar definition, tokenization, parsing, syntax error and debugging. Implementation based on Lexical Analysis for Dart.

dart debugging grammar lexer lexical-analysis package parser tokenizer

Last synced: 20 Oct 2024

https://github.com/drafakiller/markdown-dart

A simple Markdown parser for Dart. Create your own custom Markdown syntax.

dart markdown package

Last synced: 20 Oct 2024

https://github.com/drafakiller/flowplugin-ts

A package to help you create plugins for Flow Launcher with Typescript

flow-launcher flow-launcher-plugins typescript

Last synced: 20 Oct 2024

https://github.com/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.

flutter widgets

Last synced: 20 Oct 2024

https://github.com/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.

async dart package

Last synced: 20 Oct 2024

https://github.com/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.

dart package thread type-safe

Last synced: 20 Oct 2024

https://github.com/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.

dart flutter package widgets

Last synced: 20 Oct 2024

https://github.com/drafakiller/observerpattern-dart

Automatically generates an observable interface for any class. Observer Pattern implementation for Dart, generalized using mixins and multiple alternative interfaces.

code-generation dart observer-pattern package

Last synced: 20 Oct 2024

https://github.com/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.

flutter widgets

Last synced: 12 Nov 2024

https://github.com/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.

dart package

Last synced: 20 Oct 2024

https://github.com/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.

Last synced: 20 Oct 2024

https://github.com/drafakiller/swipewidget-flutter

Flutter Widget - A draggable widget , that can be swiped left or right.

dart flutter widgets

Last synced: 20 Oct 2024

https://github.com/drafakiller/consolemarkdown-dart

A console markdown for formatting and color, using chalk as a dependency. No setup required, quick and easy to use.

console dart package

Last synced: 20 Oct 2024

https://github.com/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.

java minecraft minecraft-plugin papermc papermc-plugin

Last synced: 20 Oct 2024

https://github.com/drafakiller/spawnarrows

A PaperMC plugin for minecraft. Craft and use arrows that spawn mobs.

minecraft papermc-plugin

Last synced: 20 Oct 2024

https://github.com/drafakiller/commandmanager

A PaperMC plugin helper.

java minecraft papermc-plugin

Last synced: 20 Oct 2024

https://github.com/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.

builder dart package

Last synced: 20 Oct 2024