MASTODON
Flutter — для веб приложений, Jaspr — для веб сайтовЯ не нашел на хабре достойного представления фрейморка Jaspr сообществу и решил представить сам.
Flutter — для веб приложений, Jaspr — для веб сайтовЯ не нашел на хабре достойного представления фрейморка Jaspr сообществу и решил представить сам. Flutter, безусловно, хорошая магия: один код для вс...
HACKERNEWS
FlutterJS – Compiles Flutter/Dart to HTML/CSS/JS
I've been working on this for about a year. Flutter Web uses CanvasKit (WASM + WebGL) which is great for pixel-perfect apps, but terrible for traditional websites where you need SEO, accessibility, an...
DEVTO
Flutter Developer India – My Experience Building Android & iOS Apps
I am Abhishek Singh, a Flutter Developer from India with 2+ years of experience building high-performance Android & iOS applications using Flutter. I specialize in: • Flutter & Dart • Firebase (Authen...
HACKERNEWS
State of Flutter 2026
Article URL: https://devnewsletter.com/p/state-of-flutter-2026/ Comments URL: https://news.ycombinator.com/item?id=46900353 Points: 1 # Comments: 0
MASTODON
The second beta for Butterfly Crimson Red (2.5) is now available!Highlights:⚡ Performance…
The second beta for Butterfly Crimson Red (2.5) is now available!Highlights:⚡ Performance improvements🖊️ Pen input experience improvements⚙️ Settings and UI improvements🌐 WebDAV rewrite🐛 Bug fixesR...
DEVTO
The Developer’s Guide to On-Device AI in Flutter
The mobile landscape is undergoing a paradigm shift. While cloud-based AI dominated the early days of the "intelligence revolution," developers are increasingly moving toward on-device execution. For ...
DEVTO
I Built a "Give & Take" Feedback App Because Nobody Was Reviewing My Side Projects
The Frustrating Reality of Indie Development I've shipped a few apps as a solo developer. Getting downloads? Possible with some marketing. But getting real, actionable feedback? Nearly impossible. App...
DEVTO
Flutter Security: Why `isMockLocation` Is Dead in 2026 (And How to Fix It)
If you are building a logistics, ride-sharing, or field-attendance app in Flutter, you have likely written this line of code before: if (location.isMock) { // Block user } Five years ago, this was eno...
MASTODON
Something I should have done way before !My company website 👇https://kleak.devWe are specialized…
Something I should have done way before !My company website 👇https://kleak.devWe are specialized in developing great things in Dart & Flutter.#dart #dartlang #flutter #flutterdev
DEVTO
Flutter for Beginners: Your First App in 30 Minutes
I've been watching the Flutter ecosystem for a while now, and one thing that's always bugged me is the deployment workflow. You build an app, ship it to the app stores, and then sit around waiting for...
MASTODON
🔴 #HumpdayQandA with Live Coding!
🔴 #HumpdayQandA with Live Coding! at 5pm GMT / 6pm CEST / 9am PST today! Answering your #Flutter and #Dart questions with @simon, Randal, Danielle, John and Makerinator (Matthew Jones)https://www.you...
DEVTO
From Spaghetti Code to the Lazarus Protocol
How We Built an Offline-First Engineering App with Flutter & SQLite I didn’t start by wanting to build software. I started by needing reliable systems where the internet fails. This is a technical pos...
HACKERNEWS
Show HN: Nocterm – Flutter-inspired TUI framework with hot reload (Dart)
Over the past couple of months I've been working on a TUI framework heavily inspired by Flutter, written in Dart.The API is modeled after Flutter. StatefulComponent, setState(), Row, Column, Expanded,...