12-05-2023 - Andrés Cruz
Dart The Slicer type widget is ideal for defining closed or bounded value ranges, and in Flutter it's very easy to use.
10-05-2023 - Andrés Cruz
Dart We are going to know how you can eliminate the debug bar in an application in Flutter.
10-05-2023 - Andrés Cruz
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.
09-05-2023 - Andrés Cruz
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.
09-05-2023 - Andrés Cruz
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.
08-05-2023 - Andrés Cruz
Dart We are going to present the widget concept as a fundamental element in any Flutter application.
07-05-2023 - Andrés Cruz
Dart We are going to know how we can pass String to integer or real numbers using Flutter, specifically Dart.
05-05-2023 - Andrés Cruz
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.
05-05-2023 - Andrés Cruz
Dart We are going to learn about a package that will allow us to create the Pinch Zoom Effect in Flutter easily.
03-05-2023 - Andrés Cruz
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.