Use Environment Variables in CI/CD for Flutter Apps

When you develop an app you usually do it locally, then deploy it to a test environment, and once QA signs off you go ahead and release it to the...

Using StandardJsonPlugin with built_value for Flutter

Or why do I get type '_InternalLinkedHashMap' is not a subtype of type 'Iterable' in type cast error when deserializing JSON objects using built_value.

Reusing i18n strings for IT testing in Flutter

Reusing i18n strings for IT testing in Flutter!

Flutter Redux using BLoC | Efthymis

Flutter Redux using BLoC!

Smart / Dumb Components in Flutter (Forms)

In another article, I laid out a way to implement, in flutter, the presentation/container pattern. But my example was super simple; to show a list of items in a ListView....

Migrating a mobile database in flutter (sqlite)

Migrating a mobile database in flutter (SQLite)

Smart / Dumb Components in Flutter

The un-opinionated nature of flutter gives room to apply almost any pattern you want. Coming from an angular background I am used to working with the Smart Components (Container) and...

5 Things That Demotivate Developers

The holy grail for any team leader is to have her team motivated so that it maintains a high level of performance. But demotivation can occur and it is not...