PUBDEV
libtorrent_flutter v1.0.0
Native libtorrent 2.0 bindings for Flutter with a built-in HTTP streaming server for instant torrent video playback. Supports Windows, Linux, macOS, and Android.
PUBDEV
flutter_auto_dispose v0.0.1
Automatically dispose controllers and resources in Flutter widgets to simplify state management and prevent memory leaks.
PUBDEV
redis v4.1.0
Redis database (https://redis.io/) client, with both simplicity and performance as primary goals.
PUBDEV
dart_fsnotify v0.1.0
Cross-platform filesystem watcher for Dart. Watch files and directories for create, write, remove, rename, and chmod events — inspired by fsnotify.
PUBDEV
qalink v0.1.0
Real-time error capture SDK for Flutter — helps QA teams identify if bugs are frontend or backend
DEVTO
Building Complex, Excel-Style Data Tables with PDF & Excel Exports in Flutter 📊
If you have ever been tasked with building an enterprise dashboard, an inventory tracker, or a financial report in Flutter, you already know the struggle. Flutter’s built-in DataTable and Table widget...