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**,...
GITHUB
3.41.0-0.1.pre: use git hash not content hash for engine.version (#181494)
bin/internal/last_engine_commit.sh > bin/internal/engine.version Update engine version is not working see: #181404
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 #個人開発
PUBDEV
flutter_local_notifications_linux v7.0.0
Linux implementation of the flutter_local_notifications plugin
PUBDEV
flutter_local_notifications_platform_interface v10.0.0
A common platform interface for the flutter_local_notifications plugin.
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...