Published inFlutter CommunityRethinking our understanding of Exceptions and Errors in FlutterIs there a better way to handle errors other than a grand try/catch all? Let’s explore what are errors and how we can handle them in…Sep 30, 20241Sep 30, 20241
Published inITNEXTFirestore and NoSQL — The challenges of structuring our dataNoSQL gives us flexibility while providing us with a set of new challenges. In this article we’ll explore strategies to structure our data.May 22, 20243May 22, 20243
Using Gemini to Solve User’s ProblemsWe’ll explore when and why we should use AI in our products to address users needs, and how it can easily be integrated with Google’s…Feb 24, 2024Feb 24, 2024
Published inFlutter CommunityUsing Different Environments with Firebase and FlutterWhat are environments? How can we manage effectively different Firebase Projects? We go through a small journey that ends with automationFeb 23, 20241Feb 23, 20241
Using WebAssembly in Flutter WebHow we can enhance our Flutter Web performance by using WASM with RustNov 7, 2021Nov 7, 2021
Using Google Sheets as a Backend Solution for our Flutter AppsSometimes we just need a quick and dirty backend solution… Why not use Google Sheets?Oct 31, 2021Oct 31, 2021
Conditional Importing — How to compile for all platforms in FlutterHow can we have mobile and web imports on our app without tons of compilations errors? With the magic of conditional importing!Oct 22, 2021Oct 22, 2021
Using WebSockets in FlutterHow to create real-time applications in Flutter using Web Sockets by following an example on how to create a coin exchange viewer.Oct 12, 20211Oct 12, 20211
Building a Web Scrapers in DartHow can we effectively gather information around the web? In this article we’ll explore how we can build our own web scrapper in Dart!Oct 5, 2021Oct 5, 2021
Published inFlutter CommunityAutomating Flutter Workflows with the MakefileThe makefile offers us a concise way to automate all the tasks related to our Flutter Projects. Let’s see how it works.Sep 28, 2021Sep 28, 2021