DEVTO
Stop Writing Form Boilerplate in Flutter — I Built form_forge
Every Flutter developer has written this code a hundred times: final _emailController = TextEditingController(); final _passwordController = TextEditingController(); @override void dispose() { _emailC...
PUBDEV
form_forge_generator v0.1.0
Code generator for form_forge. Processes @FormForge() annotations and generates FormController and FormWidget classes via build_runner.
PUBDEV
form_forge v0.1.0
Code-generation powered form engine for Flutter. Annotate your Dart class, run build_runner, and get production-ready forms with validation.
PUBDEV
in_app_settings v1.0.3
A Flutter/Dart singleton manager for in-app settings with automatic type detection, supporting primitives, collections, maps, JSON, and optional custom storage delegates.
PUBDEV
view_smart_image v1.0.0
A reusable Flutter image widget supporting SVG, network and asset images with optional tint color.
PUBDEV
advanced_highlight_text v1.0.1
A powerful Flutter text highlighter with regex support, tap gestures, and background highlighting.
PUBDEV
dart_mqtt v1.0.7
a mqtt library to easy connect via tcp/ssl,dependence xtransport,developing,not stable.
PUBDEV
shelf_api_builder v1.3.3
A code generator to create RESTful API endpoints to be integrated with shelf.
PUBDEV
real_device v0.1.0
Comprehensive device security checks for Flutter apps — root/jailbreak, emulator, hooking frameworks, VPN, biometrics, and more.
PUBDEV
libdbm v0.2.1
A tiny and fast (1000s read/write per second) database with a simple API (`Map`) for Dart using disk-based hashing. No dependencies, batteries included.
PUBDEV
g_sync v0.0.1
A Mass Data Transaction package for Flutter/Dart. Provides offline-first sync with Hive, network requests, and file handling.
PUBDEV
flutter_performance_optimizer v1.0.0
A powerful developer tool that automatically detects performance issues in Flutter apps and provides actionable suggestions. Identify rebuild problems, memory leaks, heavy widgets, and slow animations...
PUBDEV
notch_nav v0.1.0
A highly customizable Flutter bottom navigation bar with a notch-style pop-up indicator supporting circle, square, and diamond shapes with gradient fills.