Victor Lopes

Victor Lopes @vlopess

Joined:
Apr 1, 2025

Victor Lopes
articles - 9 total

Automating Flutter Apps: An Introduction to CI/CD Pipelines

The more manual your development process is, the higher the risk of errors, delays, and broken...

Learn More 0 0May 30

The basics you need to know about widget lifecycle

🚀 Mastering Flutter Widget Lifecycle As Flutter developer, understanding widget lifecycle is crucial...

Learn More 0 0May 23

Asynchronous builders in Flutter: Analyzing FutureBuilder and StreamBuilder

I just published an article on how to use FutureBuilder and StreamBuilder in Flutter to simplify...

Learn More 0 0May 16

Understanding Future and Stream in Dart

Do you know the difference between Future and Stream in Dart? Both handle asynchronous operations,...

Learn More 0 0May 10

Create dynamic interfaces with SDUI (Server-Driven UI) in Flutter 🚀

In this article, I explain how to adopt SDUI in practice, controlling your UI directly from the...

Learn More 0 0May 2

Inversion of Control (IoC) Principle

I was recently asked this question, and since I have little knowledge about it, I decided to study...

Learn More 2 0Apr 26

Understanding keyword Yield in Dart + Examples in other languages

Understanding yield across languages (with examples) The yield keyword might look simple —...

Learn More 0 0Apr 18

The Factory Constructor in Dart and Flutter

Have you ever seen the factory keyword in Dart and wondered why or when to use it? In my article I...

Learn More 0 0Apr 11

Native State Management in Flutter

🚀 Flutter State Management: ValueNotifier & ChangeNotifier If you're just starting out with...

Learn More 0 1Apr 4