MASTODON
Built a #flutter app for #RetroAchievements users!
Built a #flutter app for #RetroAchievements users! Going to do a bit more testing then build GitHub repo that's #FDroid and #Obtainium compatible
PUBDEV
video_compressor_kit v0.0.1
Lightweight Flutter video compressor using FFmpeg x264 natively — no wrapper dependency.
PUBDEV
dart_code_linter v4.0.0
Dart Code Linter is a software analytics tool that helps developers analyse and improve software quality. Dart Code Linter is based on a fork of Dart Code Metrics.
PUBDEV
cortex_sdk v1.0.0
Production-grade Dart/Flutter SDK for the Cortex LLM Gateway API. Supports chat completions, streaming, embeddings, admin operations, and more.
PUBDEV
hls2mp4_flutter v0.0.2
Convert HLS streams (.m3u8) to MP4 files. Pure C implementation with no FFmpeg dependency. Supports AES-128 encrypted segments, multi-variant playlists, and progress callbacks via dart:ffi.
MASTODON
Kudos to the #dartlang team for pointing out the weaknesses and dangers of their RegEx…
Kudos to the #dartlang team for pointing out the weaknesses and dangers of their RegEx implementation, including detailed description of catastrophic backtracking. Very well done!https://api.dart.dev/...
PUBDEV
siprix_voip_sdk_platform_interface v1.0.12
A common platform interface for the Siprix VoIP SDK Flutter plugin.
PUBDEV
auto_image v0.0.7
A smart Flutter image widget that handles network, asset, file, base64, and SVG images with a unified API, caching, shimmer, BlurHash, and more.
PUBDEV
just_arduino_link v0.0.1
High-performance Flutter package for zero-latency Arduino communication via Dart FFI and C++ backend with COBS protocol.
PUBDEV
lavalink_plugins v1.0.0
A package for lavalink that distribute bindings for some lavalin plugins
PUBDEV
nyxx_lavalink v4.1.0
Support for playing audio in Discord voice channels using nyxx, powered by Lavalink.
PUBDEV
rbac_flutter v1.0.1
A production-grade Flutter/Dart package for Role-Based UI Rendering. Declarative, reactive, and RBAC/ABAC-compatible with Clean Architecture.
PUBDEV
yandex_auth v1.0.0
A Flutter plugin for Yandex Authentication (Login SDK). Supports Android (Native SDK) and iOS (Swift Package Manager).
DEVTO
The Complete Guide to Flutter BLoC State Management
setState works fine when your Flutter app has three screens. When it has thirty, things change. Shared user sessions, paginated lists, real-time socket data, and concurrent API calls turn setState int...