MASTODON
Primeira parte da oficina de Fluttertt Laboratório Hacker de Campinas, quinta-feira, 26 de…
Primeira parte da oficina de Fluttertt Laboratório Hacker de Campinas, quinta-feira, 26 de fevereiro às 19:00 BRTPALESTRANTEArthur Rodrigues é desenvolvedor full stack e analista de sistemas na Gran C...
MASTODON
Hey devs!
Hey devs! 👋I build mobile apps and got tired of manually fixing broken builds and dependencies after package updates. So I decided to build an AI agent that automatically fixes update-related errors ...
DEVTO
Building Your First Flutter Android App with Firebase: A Complete Beginner's Guide
Learn how to create a complete Android application using Flutter and Firebase from scratch 📋 Table of Contents Introduction Prerequisites Setting Up Your Development Environment Creating a New Flutte...
MASTODON
🚀 Pokedex_Flutter — Flutter + Clean Architecture example🛠 Flutter • Dart • REST API • Bloc…
🚀 Pokedex_Flutter — Flutter + Clean Architecture example🛠 Flutter • Dart • REST API • Bloc pattern📱 Pokémon details🎨 Modern UIExplore the repo 👇https://github.com/NicosNicolaou16/Pokedex_FlutterI...
DEVTO
React Native vs Flutter for Enterprise Apps: Making the Right Choice in 2026
In 2026, choosing between React Native and Flutter is no longer a developer preference debate. It has turned into a long-term platform decision. Both frameworks are mature. Both run serious production...
DEVTO
LIVO Next-Level Flutter State Management
Flutter is great, but managing state can quickly become messy. You’ve probably used setState for small projects or Provider, Riverpod, or BLoC for bigger apps—but each comes with trade-offs. ⚠️**** No...
MASTODON
Stop watching, start typing!
Stop watching, start typing! 🚀The live demo for TextfEditingController is up. https://textf-live-formatting.web.app✅ Zero cursor jumping✅ Dimmed markers for better UXGive it a spin and let me know ho...
MASTODON
Claude Codeが凄すぎ──2行の指示で10ファイル・5484行のコードを生成し変更したhttps://qiita.com/yniji/items/85b0ed5b37de386242fd?ut…
Claude Codeが凄すぎ──2行の指示で10ファイル・5484行のコードを生成し変更したhttps://qiita.com/yniji/items/85b0ed5b37de386242fd?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items#qiita #Python #Flutter #生成AI #Clau...
DEVTO
I’m Building an Open Source PDF Toolkit in Flutter — Looking for Contributors
🚀 OpenPDF Tools – An Open Source PDF Toolkit GitHub: https://github.com/AHS-Mobile-Labs/openpdf_tools Ihave started building an open source PDF toolkit using Flutter and Dart. The idea is simple: cre...
DEVTO
Flutter for Beginners: Where to Start?
Who this article is for: for those who are just starting their journey in Flutter framework development Hello everyone! This is an introductory guide to Flutter. We will cover the basic concepts and b...
DEVTO
Introduction to Mobile Game Dev: How to Build a Basic Chess Game on Mobile in Flutter
This article is co-authored by Ryan Lucas Canama "I want to make a game on my phone, but where do i start?" Whether you mentally said yes or even if you don’t even relate, read on to learn how to make...
MASTODON
#Flutter: why you should consider disabling Impeller when targeting countries outside the US/EU…
#Flutter: why you should consider disabling Impeller when targeting countries outside the US/EU https://medium.com/easy-flutter/flutter-why-you-should-consider-disabling-impeller-when-targeting-countr...
MASTODON
New features in Pluzy!* New toolbar in homepage* New dedicated page for the single shopping list*…
New features in Pluzy!* New toolbar in homepage* New dedicated page for the single shopping list* Backup and restore of loyalty cardsDownload now today https://pluzy.app#indiedev #solodeveloper #flutt...
MASTODON
I asked an AI (please forgive me, but it did actually save me a lot of time researching), what the…
I asked an AI (please forgive me, but it did actually save me a lot of time researching), what the largest #Discord communities are, for #OpenSource projects. I generally dislike AI, but dislike Disco...
MASTODON
I’m rewriting one of my pet projects from #Flutter Web to server-rendered #HTML.
I’m rewriting one of my pet projects from #Flutter Web to server-rendered #HTML. Because there are too many shitty mobile devices with a single vendor-provided browser that doesn’t support nice things...
DEVTO
Stop Writing Form Boilerplate in Flutter — I Built form_forge
Every Flutter developer has written this code a hundred times: final _emailController = TextEditingController(); final _passwordController = TextEditingController(); @override void dispose() { _emailC...