Blog

Abordamos tópicos de programación web, apps Android y escritorio con un enfoque 100% práctico y aplicado al mundo laboral.

Rutas de Aprendizaje Libros Cursos Categorías Anuncios

Responsive layouts in Flutter: MediaQuery, Flex, Orientation, Expanded and Size

22-11-2025 - Andrés Cruz

Responsive layouts in Flutter: MediaQuery, Flex, Orientation, Expanded and Size

Flutter We will introduce MediaQuery in Flutter as a fundamental element when we want to create an adaptive or responsive design for Flutter, learning how we can obtain the screen size as well as the orientation and the MediaQuery widgets: Flex, Orientation, Expanded and Size.


FractionallySizedBox widget in Flutter: Use percentage sizes

20-11-2025 - Andrés Cruz

FractionallySizedBox widget in Flutter: Use percentage sizes

Flutter The FractionallySizedBox widget allows you to align elements so that they occupy a percentage of the parent element and is an option to MediaQueries.


How to cover the entire background with an image using CSS?

11-12-2025 - Andrés Cruz

How to cover the entire background with an image using CSS?

CSS Learn how to set a full-screen background image in CSS using background-size: cover, media queries, and ready-to-copy examples. A practical, fast, and optimized guide.