My latest book "Backend Developer in 30 Days" is out! You can get it at Amazon
← Back to all posts

Pedro's Tech Blog

Pedro Marquez

Written by Pedro Marquez who lives and works in Austin, Texas, doing all things front-end (and some back-end too).

Tag: flutter

A hero image for this post about Dart code generation.

Code-gen in Dart & Flutter: How to create a builder to generate SQL code

September 21, 2022

In this second part of the series, we discuss how to create a custom builder to generate SQL code out of Dart classes.

A hero image for this post about Dart code generation.

Code-gen in Dart & Flutter: Reflection and code gen

August 26, 2022

Dart libraries like Mockito make heavy use of source-code generation.

In the first of this series of posts, we will explore why we need to generate Dart source code in a Flutter project and what alternatives we have.

A hero image for this post about state management

Managing state in Flutter apps with data streaming

July 18, 2022

Managing state in a Flutter app using data streams and a service locator