Anuncios Libros Cursos Categorías

The Slider Widget to define ranges in Flutter

12-05-2023 - Andrés Cruz

The Slider Widget to define ranges in Flutter

Dart The Slicer type widget is ideal for defining closed or bounded value ranges, and in Flutter it's very easy to use.

Continuar leyendo


Remove debug ribbon or banner in Flutter

10-05-2023 - Andrés Cruz

Remove debug ribbon or banner in Flutter

Dart We are going to know how you can eliminate the debug bar in an application in Flutter.

Continuar leyendo


Context in Flutter

10-05-2023 - Andrés Cruz

Context in Flutter

Dart We are going to learn about the context in Flutter, which is a fundamental feature to be able to use practically any feature in the framework such as the theme, and certain widgets.

Continuar leyendo


Connect an app in Flutter to the Cloud Firestore database in Firebase

09-05-2023 - Andrés Cruz

Connect an app in Flutter to the Cloud Firestore database in Firebase

Dart We are going to configure a project in Flutter to the Cloud Firestore database in Firebase and learn the CRUD operations to this database.

Continuar leyendo


Widget onWillPop: Intercept when clicking the back button in Flutter to go to the previous page

09-05-2023 - Andrés Cruz

Widget onWillPop: Intercept when clicking the back button in Flutter to go to the previous page

Dart We explain how to work with the onWillPop widget to intercept the user's action when going back through the toolbar, back button or any other method and display any type of widget.

Continuar leyendo


Widgets in Flutter

08-05-2023 - Andrés Cruz

Widgets in Flutter

Dart We are going to present the widget concept as a fundamental element in any Flutter application.

Continuar leyendo


Dart / Flutter - How to parse a String into a number

07-05-2023 - Andrés Cruz

Dart / Flutter - How to parse a String into a number

Dart We are going to know how we can pass String to integer or real numbers using Flutter, specifically Dart.

Continuar leyendo


Flutter, MediaQuery, Orientation and Size: Practical Example

05-05-2023 - Andrés Cruz

Flutter, MediaQuery, Orientation and Size: Practical Example

Dart We are going to present the MediaQuery in Flutter as a fundamental element when we want to make an adaptive design for Flutter, to know how we can obtain the screen size as well as orientation.

Continuar leyendo


Pinch Zoom Effect in Flutter

05-05-2023 - Andrés Cruz

Pinch Zoom Effect in Flutter

Dart We are going to learn about a package that will allow us to create the Pinch Zoom Effect in Flutter easily.

Continuar leyendo


The Scrollbar Widget in Flutter

03-05-2023 - Andrés Cruz

The Scrollbar Widget in Flutter

Dart We are going to know how to apply a scroll to our widgets in Flutter, which is a fundamental issue to be able to place content that is larger than the size of the screen.

Continuar leyendo