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...
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.
PUBDEV
mcp_client v1.1.0
Dart implementation of Model Context Protocol (MCP) client v2025-03-26. Supports embedded systems, modern async patterns, and full MCP standard compliance for LLM applications.
PUBDEV
ccci_utility v1.1.132+109
A collection of utility classes and templates for building Flutter applications efficiently.
PUBDEV
hyper_table v0.1.0
High-performance Flutter data grid with virtual scrolling, frozen columns, sorting, filtering, editing, tree data, and synchronized section scrolling.
DEVTO
Why I Built Fluxy: Rethinking Flutter Architecture
Flutter is an incredible UI toolkit. But as applications grow, their architecture often becomes fragmented, verbose, and hard to reason about. After working on multiple production Flutter apps and exp...