MASTODON
Ra mắt app mới cho phép chia sẻ bí mật dưới dạng ảnh mờ với QR ẩn.
Ra mắt app mới cho phép chia sẻ bí mật dưới dạng ảnh mờ với QR ẩn. Khi ảnh được screenshot, QR giải mã và hiển thị bí mật, đồng thời thách thức người xem đăng bí mật của mình trong 24 giờ. Ứng dụng An...
MASTODON
**🚀 MimikaStudio: Ứng dụng nhái giọng & TTS chạy offline!**- Nhái giọng chỉ từ **3 giây audio**-…
**🚀 MimikaStudio: Ứng dụng nhái giọng & TTS chạy offline!**- Nhái giọng chỉ từ **3 giây audio**- **9 giọng preset** (Anh, Trung, Nhật, Hàn)- Đọc **PDF** với highlight từng câu- Chạy **100% offline**,...
DEVTO
How To Convert an Image into a PDF in Flutter (Dart)
Converting images to PDFs in Flutter is straightforward with the image_to_pdf_converter package. Installation flutter pub add image_to_pdf_converter Import the Package import 'package:image_to_pdf_con...
MASTODON
Eduardo vừa tích hợp giao diện “Liquid Glass” vào ứng dụng ngân sách BYB (Flutter).
Eduardo vừa tích hợp giao diện “Liquid Glass” vào ứng dụng ngân sách BYB (Flutter). Ứng dụng đã lên Google Play và App Store, mời mọi người dùng thử và đưa phản hồi! #Flutter #LiquidGlass #BudgetApp #...
MASTODON
個人開発「ひたすら数学」作ってリリースしてみた iOS/Androidhttps://qiita.com/keitaMax/items/eba4cc53538a37121ede?utm_campaig…
個人開発「ひたすら数学」作ってリリースしてみた iOS/Androidhttps://qiita.com/keitaMax/items/eba4cc53538a37121ede?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items#qiita #Android #iOS #アプリ #Flutter #個人開発
DEVTO
Implementing the MVI Design Pattern in Flutter: A Journey toward Scalable State Management
A while back, I worked on a small Flutter project while I was learning about Providers. I tried mimicking a simple MVI design pattern from this repo and attempted to create a Flutter version of it. At...
DEVTO
📊 Two Weeks In: How My First Flutter Chart Package Is Performing on pub.dev 🚀
A couple of weeks ago, I published my first Flutter package on pub.dev: 👉 imp_trading_chart It wasn’t just “another package release” — it was the result of 2 weeks of continuous brainstorming, refact...
DEVTO
The Offline-First Struggle: How I Built a Robust Sync Engine for Flutter (SynapseLink)
Introduction: Building a robust offline-first application is more than just caching data; it's about managing consistency. After struggling with manual sync logic in complex ERP-style apps, I decided ...
DEVTO
On-Device AI in Flutter 2026: TensorFlow Lite Tutorial (Image Classifier App) 🤖
If you've ever wanted AI in your Flutter app without Gemini API costs, this is it. Hey guys! It's Samuel once again. Today, we're going to be integrating something cool: On-device AI: no cloud, no int...
HACKERNEWS
FlutterJS – Run Flutter code, get semantic HTML output
Hey HN! I'm the creator of FlutterJS.The Problem: Flutter Web is great for building apps, but terrible for websites. It renders everything to Canvas/WASM, which means:2-5 MB bundles (slow on mobile)Ze...
DEVTO
CQRS Pattern in Flutter: Commands vs Queries
When building Flutter applications with Clean Architecture, one pattern that dramatically improves code clarity is Command Query Responsibility Segregation (CQRS). In this article, I'll show you how I...
DEVTO
🚀 From V2.0 to R&D: How our internal tools fuel our Roadmap
Following the successful launch of Reklamof V2.0, we have shifted our engineering focus back to our proprietary internal app: Ruolis. Why? Because the best way to deliver cutting-edge tech to our clie...
DEVTO
Your App Worked Perfectly… Until the OS Killed It
A production story from real apps. For a long time, I thought process death was an edge case. Something you read about in docs. Something that might happen, but not in real life. After all, my apps wo...
DEVTO
[Boost]
Dart Frog Part 3: Connecting Flutter to Your Dart Backend (Full-Stack Todo Demo) 🐸 Samuel Adekunle ・ Jan 21 #dart #fullstack #flutter #techwithsam
DEVTO
Why I Chose Flutter — And Why I’m Still Betting on It in 2026
When I started my journey as a mobile developer, I wanted one thing: build fast, scalable apps without sacrificing performance or UI quality. That’s when I chose Flutter — and after 3+ years of real-w...
MASTODON
spark_framework 1.0.0-alpha.2 is now on https://pub.dev/packages/spark_framework!lots of…
spark_framework 1.0.0-alpha.2 is now on https://pub.dev/packages/spark_framework!lots of improvement.✅ New way to write interactive component✅ Fixed the reactive attribute of the component.✅ Support f...
DEVTO
What is Flutter? A Complete Introduction for Developers
I spent years watching development teams struggle with the same problem. They'd build their iOS app in Swift, then turn around and build it again in Kotlin for Android. Same features, same bugs to fix...
DEVTO
Dart Frog Part 3: Connecting Flutter to Your Dart Backend (Full-Stack Todo Demo) 🐸
Hey guys! Welcome to Part 3 of our Dart Frog series. If you missed Part 1 and Part 2, we set up Dart Frog and built a CRUD API for our Task App with hot reload. Watch it now if you’re new! Today is th...
HACKERNEWS
Flutter is not ready for weird desktop apps
Article URL: https://felixb.xyz/flutter-macos Comments URL: https://news.ycombinator.com/item?id=46691910 Points: 2 # Comments: 0
HACKERNEWS
Show HN: Crapless craps – flutter PWA vibe coded from my phone
Hi HN,This project came out of combining a few of my hobbies: craps, mobile development, vibe coding, and coding directly from my phone.I built the entire app using only: Termux on Android, exe.dev as...