Articles

Flutter Widgetbook: How to Document your Design System the Right Way!
Article

Flutter Widgetbook: How to Document your Design System the Right Way!

How Widgetbook solves the documentation problem in Flutter projects with a custom design system. On Direção Fácil, it became a visual catalog, a contract with Figma, and precise context for Claude Code to generate screens using the right widgets.

Read article
Article

Creating an AI Agent in Claude Code to Control my Smartphone

Automating Android app documentation and testing with artificial intelligence. I was facing a specific challenge: I needed to automatically document various flows of an Android application. That's when I started exploring ways to carry out this process, and one of the tools I decided to test was Claude Code.

Read article
Article

Creating an AI Agent in Claude Code to Control my Smartphone

Automating Android app documentation and testing with an AI agent in Claude Code, wired to an MCP server that drives a real device over ADB.

Read article
Article

Liquid Glass in Flutter: Do We Really Need It?

A critical reflection on the Liquid Glass effect in Flutter and its real necessity in mobile applications. Exploring when this feature adds value to the user experience and when it can be just unnecessary complexity to the project.

Read article
Article

Enhancing User Experience with Keyboards on iOS using Keyboard Actions

You'll never struggle with the iOS Keyboard in Flutter again! See how to solve a common problem in mobile apps for iOS that is…

Read article
Video

Android Splash Screen in Jetpack Compose: Building an Impactful Intro for Your App

In the world of mobile apps, first impressions are crucial. The Splash Screen is the first screen the user sees when opening your app. In this video, we'll create an amazing Splash Screen for our app using Jetpack Compose.

Read article
Video

Flutter: Implementing Amazing Animations with Lottie

How to integrate Lottie animations in Flutter, from installing the package to displaying complex animations made in After Effects or Figma, in few lines.

Read article
Video

Building Performant Lists in React Native

Learn how to build performant lists in React Native with FlatList and FlashList, the differences between them, and the practices that keep scrolling smooth.

Read article
Video

Converting Figma to Jetpack Compose with RELAY

Relay converts Figma components directly into Jetpack Compose code with Material Design, speeding up design-to-code and keeping visual fidelity intact.

Read article
Article

Creating Apps for Android Wear OS with Jetpack Compose

A practical guide on how to develop apps for Android Wear OS using the modern Jetpack Compose toolkit.

Read article
Article

The Best Autocomplete Plugin for ZSH

zsh-autosuggestions completes commands from your history as you type. How to install it on Oh My Zsh or Homebrew, and why the accept key is not Tab.

Read article
Article

Building My New Website with UIKit, Jus and CuboHub

How I built my personal website using UIKit for the frontend, Jus as a static generator, and CuboHub for hosting.

Read article
Article

Create Your First App with Electron

A step-by-step guide to creating your first desktop application with Electron and JavaScript, from the history of the project to running the finished app.

Read article