Latest Posts (15 found)
Oya Studio 1 months ago

Better than JSON

An in-depth look at why Protobuf can outperform JSON for modern APIs, with practical Dart examples showing how strong typing, binary serialization, and shared schemas improve both performance and developer experience.

0 views
Oya Studio 1 months ago

Vibe Coding: Beyond the Joke – A Serious Tool for Rapid Prototyping

Learn how to create custom animated scenes for your live streams using Flutter as a source in OBS.

0 views
Oya Studio 4 months ago

Flutter safe area is a mess

A friendly deep-dive into why Flutter’s safe area handling often causes more headaches than it solves, and how simpler APIs can sometimes be the better choice.

0 views
Oya Studio 4 months ago

Develop apps for Omarchy (with Flutter)

There’s something about discovering a new, beautifully crafted operating system that makes you feel like a kid again. The promise of a lean, polished Linux setup—without the painful hours of configuration—was too tempting. So, there I was in the quiet of the morning, coffee in hand, ready to see what Omarchy was all about and whether I could build apps for it with Flutter.

0 views
Oya Studio 6 months ago

I changed my mind about Vector Graphics

Managing image assets in a Flutter app can quickly become tedious. Learn why vector graphics might not be the silver bullet you thought they were.

0 views
Oya Studio 7 months ago

Hidden Gems in My Flutter Toolbox

Discover the lesser-known Flutter packages and tools that have become essential in my development workflow.

0 views
Oya Studio 1 years ago

How to Install a Local LLM on macOS in 10 Minutes (and use it in NeoVim)

Learn how to set up a powerful local language model on your Mac in just 10 minutes, and integrate it directly into NeoVim for a seamless coding experience.

0 views
Oya Studio 1 years ago

Vim: relearning typing after 10 years of development

Why I'm learning Vim after a decade of development, and how it's making me rethink the fundamentals of text editing.

0 views
Oya Studio 2 years ago

Custom layout with Flutter

Flutter provides a large library of widgets dedicated to layout. Sometimes, even with this large choice, you can't implement your layout, or you could but it would become far too complex.

1 views
Oya Studio 2 years ago

Improved coding style with Dart 3

In this short article, I'm gonna share with you a few concrete use cases where pattern matching and records (introduced with Dart version 3) allowed me to refactor some of my code in a much shorter way!

0 views
Oya Studio 5 years ago

Continuous preview of your Flutter app as a webapp

Any mobile application developer encountered the difficulty of deploying his app to his customer's device. Being able to follow the advancement of developments is really important for a customer, and for you to track issues at the earliest stage possible.

0 views
Oya Studio 5 years ago

Designing truly adaptative user interfaces

Designing a user interface that adapts to various screen sizes is a challenge. In this article, I'll share some tips to create truly adaptative user interfaces.

0 views
Oya Studio 7 years ago

Flutter introduction from a Xamarin developer

As a Xamarin developer, I was curious about Flutter. In this article, I share my first impressions and compare both frameworks.

0 views