Published in Flutter Community·PinnedBecome a Flutter developer — Polo’s Starter PackHi all!👋 These days I was thinking of starting to help junior Flutter developers in their first steps to get into this amazing framework, something similar to being a mentor. I’ve been thinking about what would be the best way to help them and I realize that doing research on…Flutter8 min read
Published in Flutter Community·PinnedFlutter bloc for beginnersWhat is flutter bloc? Flutter bloc is one of the state management for Flutter applications. You can use it to handle all the possible states of your application in an easy way. Flutter bloc is simple to use because you and your team are going to understand the concept quickly, no matter what is…Flutter11 min read
Published in Flutter Community·PinnedIntegration test with Flutter — Part One —Hey everyone!👋 Today I’m going to continue with the Random Cat app for the learning flutter test. If you are reading this article but if you haven’t read the ‘How can I start with flutter testing?, …Integration Testing4 min read
Published in Flutter Community·PinnedHow can I start with Flutter Testing? — Part one —Hi everyone! 👋 These days I started my journey through flutter testing. This world was unknown to me but I knew that having testing in our applications it is super important and I decided to learn on my own. Probably the code that I'm going to show you now could…Flutter9 min read
Published in Flutter Community·Apr 6Mapbox + Flutter Bloc + Location PackageHi everyone 👋 This time I would like to talk about Mapbox. Mapbox is a great service to use maps, is fantastic because you can edit the maps as you want to show them based on your requirements. You could switch between different kinds of layers to show the maps…Flutter9 min read
Published in Flutter España·Dec 10, 2021Integration test con Flutter — Parte Uno —Hola! 👋 Hoy voy a continuar con la aplicación Random Cat para aprender flutter testing. Si estas leyendo este articulo pero aún no has leido el articulo ‘Cómo empezar con flutter testing?, Parte uno, te recomiendo que lo leas ya que vas a neceistar el resto de test para entender…Flutter4 min read
Published in Flutter España·Nov 15, 2021¿Cómo empezar con Flutter Testing? — Parte uno —¡Hola! 👋 Hace unos días empecé mi viaje a través de Flutter testing. Este mundo era desconocido para mi pero sabía que aplicar testing a nuestras aplicaciones es super importante y por ello decidí aprenderlo por mi cuenta. Probablemente el código que te voy a enseñar ahora mismo podría estar…Flutter9 min read
Published in Flutter España·Jan 11, 2021Flutter + Firestore + Clean Architecture + DI¡Hola a tod@s! Si has llegado hasta aquí es porque probablemente estés interesad@ en ver cómo integrar Firestore en una aplicación de Flutter. Pues bien… ¡hoy es tu día de suerte! Voy a mostrar paso a paso cómo conectar Firestore a una aplicación Flutter, crear una base de datos pequeña…Flutter9 min read