PUBDEV
flutter_mac_dock v0.1.0
A macOS-style dock widget for Flutter with smooth magnification on hover, glassmorphism background, animated tooltips, and zero external dependencies.
REDDIT
As a Flutter Developer, How Should I Start Integrating AI into Production Apps?
I build apps using Flutter and Node.js backend. I want to start integrating AI features (prediction, recommendation, automation) into real apps. Should I start with: - Python + ML models? - OpenAI API...
PUBDEV
docs_auto_sign v0.0.2
Automatically detect signature fields in a PDF and stamp a PNG signature image onto them.
REDDIT
Iâm building a Mess Management App â Thinking of Adding AI. Need Suggestions.
Hi everyone, Iâm a Flutter developer building a mess management system for hostel students (around 2000+ users). Currently, it handles: - Meal subscription - Payment tracking - Admin dashboard - QR-...
REDDIT
Building a smarter weather app â validating before launch
Hey everyone ð Iâm building a weather app that focuses on turning raw forecast data into clear, actionable insights instead of just numbers on a screen. Rather than only showing probabilities, it...
REDDIT
State Management Package Listening to the Database: ZeytinState!ð«
By dynamically assigning data from the database to variables, you can both cache data (Offline control!) and ensure the interface updates instantly when the database changes. Based on ZeytinX, this pa...
PUBDEV
flutter_smart_converter v0.1.2
A beautiful and easy-to-use unit converter package for Flutter. Supports length, weight, temperature, and area conversions. Provides beautiful UI widgets natively.
PUBDEV
supadns v1.0.0
Bypass blocked DNS for Supabase using DNS-over-HTTPS. A drop-in client that preserves TLS SNI when your ISP poisons Supabase domains.
PUBDEV
island_snack v0.1.0
Dynamic Island-style notifications for Flutter iOS apps. Spring physics animations that expand from the island position.
REDDIT
Cooperative multitasking using asynchronous tasks, with support for forced task termination with `onExit` handlers.
https://pub.dev/packages/multitasking Cooperative multitasking using asynchronous tasks, with support for forced task termination with onExit handlers. The tasks is implemented using the following sta...
PUBDEV
zeytin_state v0.0.1
A lightning-fast, reactive state management solution built strictly for ZeytinX.
PUBDEV
safe_json_decode v1.2.0
A drop-in replacement for jsonDecode that converts all JSON integers to doubles, preventing the common TypeError in Flutter apps.
PUBDEV
multitasking v1.0.0
Cooperative multitasking using asynchronous tasks, with support for forced task termination with `onExit` handlers.
PUBDEV
qora_devtools_overlay v0.1.0
In-app debug overlay for Qora. Injects a floating panel with Queries, Mutations, and Timeline tabs into the running Flutter app — zero overhead in release builds.
PUBDEV
fluttermint v0.1.0
A CLI tool to generate Flutter projects with pre-configured architecture and modules.
REDDIT
Mock API Requests
Just published synthetic_api_cli -- a cli tool for declaratively mocking backend. You define API routes in JSON, then run a local or cloud-hosted mock API with: REST methods (GET, POST, PUT, PATCH,...
PUBDEV
qora_devtools_extension v0.1.0
Runtime VM service bridge for Qora DevTools. Publishes query and mutation events via developer.postEvent and registers ext.qora.* VM extensions for the DevTools inspector panel.
PUBDEV
simple_getx_folder_create v0.0.7
A Dart CLI tool that scaffolds a complete GetX Flutter project structure, including pages, network layer, utils, widgets, and a wired main.dart with GetStorage and light/dark theme support out of the ...