PUBDEV
fast_equatable_lint v1.0.0
This is a set of rules to make classes using FastEquatable more maintainable. We validate that every fields in an FastEquatable class is linked to the hashParameters getter.
PUBDEV
video_view v1.3.0
A lightweight media player with subtitle rendering and audio track switching support, leveraging system or app-level components for seamless playback.
PUBDEV
scroll_edge_hint v0.1.0
Edge fade hints for Flutter scroll views to make scrollability obvious without persistent scrollbars.
REDDIT
Flutter Video trimmer
Hi everyone, Weâre building a Flutter app that requires video uploads with a maximum duration of 30 seconds. We tried implementing video trimming on the client side, but weâre facing issues across...
PUBDEV
flutter_rasp v1.0.1
A comprehensive RASP (Runtime Application Self-Protection) plugin for Flutter. Detect root, jailbreak, emulators, debuggers, hooks, tampering, VPN, and more.
PUBDEV
dart_annotations v1.0.0
A Dart analyzer plugin providing the annotations and static analysis rules for them.
REDDIT
I replaced flutter_rust_bridge with pure dart:ffi â build time cut in half
TL;DR: I removed flutter_rust_bridge and wrote manual dart:ffi bindings for a small Rust core. Result: 18 min â 9 min build time, 12 MB â 7.1 MB APK, and full control over memory. Why I Dropped fl...
HACKERNEWS
Show HN: FluxDown – Free download manager built with Rust and Flutter
Article URL: https://fluxdown.zerx.dev Comments URL: https://news.ycombinator.com/item?id=47032136 Points: 1 # Comments: 0
PUBDEV
flutter_saver v0.0.7
A Flutter package for saving images and downloadable links across all platforms with support for various formats.
PUBDEV
zeba_books_poetry_engine v1.0.0
Flutter UI library for poetry typography and advanced verse rendering. Provides hanging indent poetry lines, stanza translation layouts, automatic line numbering, RTL/LTR detection, and caesura spacin...
DEVTO
FluxDown: A Free Download Manager Built with Rust + Flutter
I've been working on a download manager called FluxDown that handles multiple protocols in one app. The backend is written in Rust on top of Tokio, and the GUI uses Flutter with shadcn-style component...
PUBDEV
syrian_dio v0.0.2
Production-ready networking layer for Flutter apps built on Dio (Result<T>, error mapping, retry, auth, refresh token).
PUBDEV
birth_date_input v1.0.1
Three-field (day / month / year) date input widget for Flutter forms — a lightweight alternative to date pickers for birth date / date of birth entry. Built-in validation, auto-advance, paste support,...
PUBDEV
smart_graph_toolkit v1.0.1
A powerful Flutter charting library for beautiful line charts and real-time streaming charts with pinned Y-axis, horizontal scrolling, and gradient fills.
PUBDEV
unrolled_b_tree v1.0.0
A high-performance Unrolled B+ Tree implementation with O(log N) random access and O(1) sequential access using Finger Caching and Fenwick Trees.