brewkits.dev

  • Packages
Results 14 packages owned by brewkits.dev
Sort by

native_workmanagercopy "native_workmanager: ^1.3.1" to clipboard
native_workmanager: ^1.3.1 copied to clipboard

22
likes
160
points
414
downloads
Background task scheduling for Flutter — 25+ native workers (HTTP, image, crypto, file), task chains, zero Flutter Engine overhead.#background#networking#files#images#cryptography

hyper_rendercopy "hyper_render: ^1.4.0" to clipboard
hyper_render: ^1.4.0 copied to clipboard

17
likes
150
points
192
downloads
Render HTML/Markdown/Delta at 60 FPS. The only Flutter renderer with CSS float layout, crash-free text selection, and CJK Ruby typography. Drop-in flutter_html alternative.#html#markdown#rendering#richtext#css
screenshot

flutter_debounce_throttlecopy "flutter_debounce_throttle: ^2.4.6" to clipboard
flutter_debounce_throttle: ^2.4.6 copied to clipboard

9
likes
160
points
128
downloads
Prevent button spam, debounce search, and fix memory leaks in Flutter. Drop-in widgets, async loading states, auto-lifecycle management. Zero dependencies.#debounce#throttle#rate-limiting#ui#async

hyper_render_highlightcopy "hyper_render_highlight: ^1.4.0" to clipboard
hyper_render_highlight: ^1.4.0 copied to clipboard

6
likes
160
points
196
downloads
Syntax highlighting plugin for HyperRender using flutter_highlight. Supports 180+ programming languages with multiple themes.#flutter#syntax-highlighting#code-highlight

hyper_render_clipboardcopy "hyper_render_clipboard: ^1.4.0" to clipboard
hyper_render_clipboard: ^1.4.0 copied to clipboard

6
likes
160
points
168
downloads
Image clipboard support for HyperRender using super_clipboard. Enables copying, saving, and sharing images.#flutter#clipboard#image-copy

hyper_render_corecopy "hyper_render_core: ^1.4.0" to clipboard
hyper_render_core: ^1.4.0 copied to clipboard

5
likes
160
points
200
downloads
Core engine for HyperRender. Universal Document Tree, single-RenderObject layout with CSS float, Flexbox, Grid, CJK typography, and crash-free text selection.#flutter#html#rendering#richtext#css

hyper_render_htmlcopy "hyper_render_html: ^1.4.0" to clipboard
hyper_render_html: ^1.4.0 copied to clipboard

5
likes
160
points
198
downloads
HTML parsing plugin for HyperRender. Converts HTML content to UDT with full CSS support.#flutter#html-renderer#html-parser#css#xss-sanitization

hyper_render_markdowncopy "hyper_render_markdown: ^1.4.0" to clipboard
hyper_render_markdown: ^1.4.0 copied to clipboard

5
likes
160
points
193
downloads
Markdown parser plugin for HyperRender - Converts Markdown to Universal Document Tree (UDT).#flutter#markdown-renderer#markdown#commonmark

dart_debounce_throttlecopy "dart_debounce_throttle: ^2.4.6" to clipboard
dart_debounce_throttle: ^2.4.6 copied to clipboard

6
likes
160
points
130
downloads
Debounce, throttle, and rate limit for Dart servers and CLI. Token Bucket, batch processing, async concurrency control. Zero dependencies, no Flutter needed.#debounce#throttle#rate-limiting#async#dart

native_workmanager_gencopy "native_workmanager_gen: ^1.3.0" to clipboard
native_workmanager_gen: ^1.3.0 copied to clipboard

5
likes
160
points
138
downloads
Code generator for native_workmanager. Generates type-safe DartWorker callback IDs and worker registry from @WorkerCallback annotations.