drafakiller.com

  • Packages
Results 15 packages owned by drafakiller.com
Sort by

events_emittercopy "events_emitter: ^0.6.0" to clipboard
events_emitter: ^0.6.0 copied to clipboard

19
likes
150
points
31k
downloads
An intuitive Event-based system, inspired by NodeJS's Event Emitter. Allows for multiple data types with type safety events. Based on JavaScript and suitable for Dart and Flutter.

threadcopy "thread: ^0.2.2" to clipboard
thread: ^0.2.2 copied to clipboard

12
likes
150
points
1.03k
downloads
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.

code_scancopy "code_scan: ^0.4.10" to clipboard
code_scan: ^0.4.10 copied to clipboard

17
likes
140
points
353
downloads
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.

async_signalcopy "async_signal: ^0.0.3" to clipboard
async_signal: ^0.0.3 copied to clipboard

2
likes
160
points
1.13k
downloads
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.

debug_consolecopy "debug_console: ^0.0.1" to clipboard
debug_console: ^0.0.1 copied to clipboard

6
likes
140
points
155
downloads
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.

markedcopy "marked: ^0.2.5" to clipboard
marked: ^0.2.5 copied to clipboard

5
likes
160
points
61
downloads
A simple Markdown parser for Dart. Create your own custom Markdown syntax.

subjectcopy "subject: ^2.0.0" to clipboard
subject: ^2.0.0 copied to clipboard

3
likes
150
points
279
downloads
Automatically generates an observable interface for any class. Observer Pattern implementation for Dart, generalized using mixins and multiple alternative interfaces.
screenshot

console_markdowncopy "console_markdown: ^0.0.3" to clipboard
console_markdown: ^0.0.3 copied to clipboard

5
likes
160
points
44
downloads
A console markdown for formatting and color, using chalk as a dependency. No setup required, quick and easy to use.

scroll_positionedcopy "scroll_positioned: ^0.0.4" to clipboard
scroll_positioned: ^0.0.4 copied to clipboard

9
likes
140
points
29
downloads
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.

token_parsercopy "token_parser: ^1.7.0" to clipboard
token_parser: ^1.7.0 copied to clipboard

2
likes
160
points
34
downloads
An intuitive Token Parser that includes grammar definition, tokenization, parsing, syntax error and debugging. Implementation based on Lexical Analysis for Dart.