05-07-2023 - Andrés Cruz
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.
16-05-2023 - Andrés Cruz
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.
15-05-2023 - Andrés Cruz
Dart We are going to talk about the buttons in Flutter, button type Material, floating, with icon and flat style; all in one input.
15-05-2023 - Andrés Cruz
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.
15-05-2023 - Andrés Cruz
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.
14-05-2023 - Andrés Cruz
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.
14-05-2023 - Andrés Cruz
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.
14-05-2023 - Andrés Cruz
Dart We are going to know how we can create a side menu or Drawer with options, headers and user information in Flutter.
13-05-2023 - Andrés Cruz
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.
12-05-2023 - Andrés Cruz
Dart We are going to learn to detect any type of event or gesture on our widgets with GestureDetector.