Creating cards or letters in Flutter with the Material Design style

05-07-2023 - Andrés Cruz

Creating cards or letters in Flutter with the Material Design style

Dart Flutter Cards are a fundamental element of Material Design to display data and in Flutter they are customizable and we can add all kinds of Widgets as we explained.

Continuar leyendo


Getting started with Flutter from scratch: My first app

16-05-2023 - Andrés Cruz

Getting started with Flutter from scratch: My first app

Dart We are going to learn about Flutter to know, install and create our first application with Material Design using Android Studio and its emulators.

Continuar leyendo


Button widgets in Flutter: Raised, Flat, Material, Icon and Floating Action

15-05-2023 - Andrés Cruz

Button widgets in Flutter: Raised, Flat, Material, Icon and Floating Action

Dart We are going to talk about the buttons in Flutter, button type Material, floating, with icon and flat style; all in one input.

Continuar leyendo


Cards in Flutter as a fundamental layout for Material Design

15-05-2023 - Andrés Cruz

Cards in Flutter as a fundamental layout for Material Design

Dart We are going to learn to work with the Cards that have been the container par excellence that we can use in Material Design.

Continuar leyendo


Introduction to mobile app development with the Flutter SDK

15-05-2023 - Andrés Cruz

Introduction to mobile app development with the Flutter SDK

Dart We are going to give an introduction to the Flutter ecosystem, if it is an SDK, framework, what Dart is for Flutter, the widgets, the process to develop the app on iOS and Android and information about the associated course.

Continuar leyendo


Getting started with the ListView widget in Flutter: To display data

14-05-2023 - Andrés Cruz

Getting started with the ListView widget in Flutter: To display data

Dart Let's learn how we can create a list in Flutter First steps with the ListView widget in Flutter: To display data using the ListView widget.

Continuar leyendo


FractionallySizedBox to align items proportionally and with percentages without MediaQueries in Flutter

14-05-2023 - Andrés Cruz

FractionallySizedBox to align items proportionally and with percentages without MediaQueries in Flutter

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

Continuar leyendo


Create a side menu or Drawer in flutter for navigation in our app

14-05-2023 - Andrés Cruz

Create a side menu or Drawer in flutter for navigation in our app

Dart We are going to know how we can create a side menu or Drawer with options, headers and user information in Flutter.

Continuar leyendo


The DataTable to be able to display information in an organized way in Flutter

13-05-2023 - Andrés Cruz

The DataTable to be able to display information in an organized way in Flutter

Dart The Datatable are ideal to show information grid to our user, we can indicate editable cells, ordering and more; of course the content of the cell is a widget, therefore we can place whatever.

Continuar leyendo


GestureDetector, to add the click event to any widget in Flutter

12-05-2023 - Andrés Cruz

GestureDetector, to add the click event to any widget in Flutter

Dart We are going to learn to detect any type of event or gesture on our widgets with GestureDetector.

Continuar leyendo