HACKERNEWS
Show HN: Unflutter – a static analyzer for Flutter/Dart AOT
Article URL: https://github.com/zboralski/unflutter Comments URL: https://news.ycombinator.com/item?id=47035788 Points: 1 # Comments: 0
REDDIT
Adding Live Activity to a Flutter app was easier than I expected - here's the architecture and what it did for retention
I put off adding Live Activity to my Flutter calorie tracker for months because I assumed it would be a nightmare. Native Swift code, Widget Extensions, ActivityKit - it sounded like a rabbit hole. Tu...
REDDIT
Fiddling around with pulldown menus
For more than an hour, I tried to "theme" a pulldown menu to make it at least to look like macOS. This requires to setup a Theme with ThemData for MenuBarThemeData, MenuThemeData, MenuButtonThemeData,...
REDDIT
Has anyone here integrated AI assistance into their Flutter/Dart workflow recently?
Iâm curious about three things in particular: IDEs / environments Are you using VS Code, or something like Cursor or Antigravity? How smooth is the integration in real Flutter projects? 2) Models Wh...
REDDIT
Flutter Video trimmer
Hi everyone, Weâre building a Flutter app that requires video uploads with a maximum duration of 30 seconds. We tried implementing video trimming on the client side, but weâre facing issues across...
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...
HACKERNEWS
Show HN: FluxDown – Free download manager built with Rust and Flutter
Article URL: https://fluxdown.zerx.dev Comments URL: https://news.ycombinator.com/item?id=47032136 Points: 1 # Comments: 0
REDDIT
What's different between real programmer and vibe coder?
Hey , guys Im confused . for real what's different between written code by ai and write code with our brain, what makes progress and improvement possible? in here speed is matter or code quality? and ...
REDDIT
Flutter APK size doubled after increasing minSdkVersion to 23 â normal?
My Flutter release APK went from ~55 MB to 123 MB after increasing minSdkVersion to 23. Split-per-ABI builds are ~44 MB each, so I assume the default build is generating a universal APK with all ABIs....
REDDIT
I made a custom flutter embedder to make a blender like modding workspace for D3D11 game as hobby project.
I built a full workspace-style mod using a custom Windows Flutter embedder written in Rust that renders through the game's D3D11 pipeline. The game's viewport is post-processed, and the Flutter textur...
REDDIT
Which models works best in your experience ?
Hi everybody, Time for a little check up on the mobile engineering side, with the new benchmarks we have as of today. I'm kind of in a spot where I'm tired of using Cursor, and using different models ...
REDDIT
When did web performance improve?
Iâve just spiked a port to web for my canvas app and I immediately noticed that the performance is a lot better than the last time I tried. Given this is a canvas application, a laggy app is basical...
REDDIT
4K inr for internship
Early stage startup wants to create full app no other mobile devloper just 4k a month should I accept it just for experience sake ?
REDDIT
Built a lightweight Dio inspector so QC can stop bugging me about API responses
So I got mass pinged from QC again today. "Hey can you check this endpoint on my phone?" for like the 4th time this week. I finally snapped and decided to just build something so they can check it the...
REDDIT
IntelliJ unusable with recent updates
Anybody else having the feeling that IntelliJ is unusable for Flutter Dev with the recent updates? I am fairly certain that itâs not the dart language server since for instance issues are shown but ...
REDDIT
Jaspr dev server crashing
I am trying to build my portfolio using Jaspr. Overall it is very good and I like the experience. However, the dev server keeps crashing like a lot. For every tiny change whether it is css or an eleme...