REDDIT
I built an AI Image Generator in Flutter using a free Stable Diffusion API (step-by-step tutorial)
I just finished building an AI Image Generator using Flutter and a free Stable Diffusion API, and I made a full step-by-step tutorial for it. In the video I cover: ⢠How to connect Flutter with an A...
REDDIT
Anybody building AI agents in Flutter?
I was exploring this, but didn't find a solution to implement persistent memory for the agents. I am working on an open source project that implements persistent memory for AI agents. https://memlocal...
PUBDEV
flutter_image_perspective_crop v0.0.1
Flutter perspective crop editor with draggable handles, magnifier, controller, and pure Dart processing.
PUBDEV
hatch v1.0.0
An in-app developer overlay for Flutter. Switch environments, personas, feature flags, and inspect network — at runtime, without rebuilding.
PUBDEV
airship_flutter v11.2.0
Cross-platform plugin interface for the native Airship iOS and Android SDKs. Simplifies adding Airship to Flutter apps.
PUBDEV
flutter_device_ring v0.1.0
A customizable traffic utilization ring gauge widget for Flutter. Displays network utilization with animated arcs, tier colors, and smooth state transitions.
PUBDEV
audio_session v0.2.3
Sets the iOS audio session category and Android audio attributes for your app, and manages your app's audio focus, mixing and ducking behaviour.
PUBDEV
dart_balancer v0.1.0
Text balancing widget with ratio control, RichText support, and Korean/CJK keepAll. Inspired by react-wrap-balancer.
REDDIT
Does anyone manage a separate staging and production environment for their Flutter app?
I am curious how anyone is doing with a flutter app? I want to be able to deploy completely separate staging and production environments. I would deploy a staging backend and a production backend, and...
REDDIT
[Showcase] I recreated the Glovo UI in Flutter
Just wanted to share my latest project, a deep dive into the Glovo app's UI/UX. I built this from scratch in Flutter to practice complex layouts and smooth animations. Itâs a pure UI project (no bac...
REDDIT
I put my Flutter app in an Android simulation on my Flutter for Web portfolio site, worked flawlessly out of the box
Click on the middle icon in the bottom dock to launch the app LangWIDGET. I just had to stub out Android-specific things like the notifications service. Otherwise, pretty minimal adjustments and it ju...
REDDIT
Where does AI actually shine in Flutter compared to other frameworks?
In each framework, there are tasks at which AI excels, and others at which it fails. In Flutter, what is AI best at? - React.js + AI is an amazing combo for rapid UI design. You can design landing pag...