Committed by
GitHub
Merge pull request #397 from tadaspetra/patch-2
Updated docs for the last GetX video
Showing
3 changed files
with
50 additions
and
22 deletions
| @@ -22,6 +22,7 @@ | @@ -22,6 +22,7 @@ | ||
| 22 | - [Gestión del Estado](#gestión-del-estado) | 22 | - [Gestión del Estado](#gestión-del-estado) |
| 23 | - [Reactivo STATE_MANAGER](#reactivo-state_manager) | 23 | - [Reactivo STATE_MANAGER](#reactivo-state_manager) |
| 24 | - [Más detalles sobre la gestión del estado.](#más-detalles-sobre-la-gestión-del-estado) | 24 | - [Más detalles sobre la gestión del estado.](#más-detalles-sobre-la-gestión-del-estado) |
| 25 | + - [Video explanation about state management](#video-explanation-about-state-management) | ||
| 25 | - [Gestión de Rutas](#gestión-de-rutas) | 26 | - [Gestión de Rutas](#gestión-de-rutas) |
| 26 | - [Más detalles sobre la gestión de rutas.](#más-detalles-sobre-la-gestión-de-rutas) | 27 | - [Más detalles sobre la gestión de rutas.](#más-detalles-sobre-la-gestión-de-rutas) |
| 27 | - [Video Explanation](#video-explanation) | 28 | - [Video Explanation](#video-explanation) |
| @@ -31,6 +32,7 @@ | @@ -31,6 +32,7 @@ | ||
| 31 | - [Cambiar de tema](#cambiar-de-tema) | 32 | - [Cambiar de tema](#cambiar-de-tema) |
| 32 | - [Otras API avanzadas y configuraciones manuales](#otras-api-avanzadas-y-configuraciones-manuales) | 33 | - [Otras API avanzadas y configuraciones manuales](#otras-api-avanzadas-y-configuraciones-manuales) |
| 33 | - [Configuraciones globales opcionales](#configuraciones-globales-opcionales) | 34 | - [Configuraciones globales opcionales](#configuraciones-globales-opcionales) |
| 35 | + - [Video explanation of Other GetX Features](#video-explanation-of-other-getx-features) | ||
| 34 | - [Rompiendo cambios desde 2.0](#rompiendo-cambios-desde-20) | 36 | - [Rompiendo cambios desde 2.0](#rompiendo-cambios-desde-20) |
| 35 | - [¿Por qué Getx?](#por-qué-getx) | 37 | - [¿Por qué Getx?](#por-qué-getx) |
| 36 | 38 | ||
| @@ -187,6 +189,13 @@ Obx(() => Text (controller.name)); | @@ -187,6 +189,13 @@ Obx(() => Text (controller.name)); | ||
| 187 | 189 | ||
| 188 | **Vea una explicación más detallada de la administración del estado [aquí](./docs/es_ES/state_management.md). Allí verá más ejemplos y también la diferencia entre el Gestión del Estado simple y el Gestión del Estado reactivo** | 190 | **Vea una explicación más detallada de la administración del estado [aquí](./docs/es_ES/state_management.md). Allí verá más ejemplos y también la diferencia entre el Gestión del Estado simple y el Gestión del Estado reactivo** |
| 189 | 191 | ||
| 192 | +### Video explanation about state management | ||
| 193 | + | ||
| 194 | + | ||
| 195 | +Amateur Coder did an awesome video about state management! Link: [Complete GetX State Management](https://www.youtube.com/watch?v=CNpXbeI_slw) | ||
| 196 | + | ||
| 197 | +You will get a good idea of GetX power. | ||
| 198 | + | ||
| 190 | ## Gestión de Rutas | 199 | ## Gestión de Rutas |
| 191 | 200 | ||
| 192 | Para navegar a una nueva pantalla: | 201 | Para navegar a una nueva pantalla: |
| @@ -446,6 +455,11 @@ Get.config( | @@ -446,6 +455,11 @@ Get.config( | ||
| 446 | ) | 455 | ) |
| 447 | ``` | 456 | ``` |
| 448 | 457 | ||
| 458 | +## Video explanation of Other GetX Features | ||
| 459 | + | ||
| 460 | + | ||
| 461 | +Amateur Coder did an awesome video about utils, storage, bindings and other features! Link: [GetX Other Features](https://youtu.be/ttQtlX_Q0eU) | ||
| 462 | + | ||
| 449 | # Rompiendo cambios desde 2.0 | 463 | # Rompiendo cambios desde 2.0 |
| 450 | 464 | ||
| 451 | 1- Rx types: | 465 | 1- Rx types: |
| @@ -12,26 +12,28 @@ | @@ -12,26 +12,28 @@ | ||
| 12 | 12 | ||
| 13 |  | 13 |  |
| 14 | 14 | ||
| 15 | -- [**Communication and support channels:**](#communication-and-support-channels-) | ||
| 16 | -- [**About Get**](#about-get) | ||
| 17 | -- [**Installing**](#installing) | ||
| 18 | -- [**Counter App in Get**](#counter-app-in-get) | ||
| 19 | -- [**The Three pillars**](#the-three-pillars) | ||
| 20 | - * [State management](#state-management) | ||
| 21 | - + [Reactive State Manager](#reactive-state-manager) | ||
| 22 | - + [More details about state management](#more-details-about-state-management) | ||
| 23 | - * [Route management](#route-management) | ||
| 24 | - + [More details about route management](#more-details-about-route-management) | ||
| 25 | - + [Video Explanation](#video-explanation) | ||
| 26 | - * [Dependency management](#dependency-management) | ||
| 27 | - + [More details about dependency management](#more-details-about-dependency-management) | ||
| 28 | -- [**How to contribute**](#how-to-contribute) | ||
| 29 | -- [**Utils**](#utils) | ||
| 30 | - * [Change Theme](#change-theme) | ||
| 31 | - * [Other Advanced APIs](#other-advanced-apis) | ||
| 32 | - + [Optional Global Settings and Manual configurations](#optional-global-settings-and-manual-configurations) | ||
| 33 | -- [**Breaking changes from 2.0**](#breaking-changes-from-20) | ||
| 34 | -- [**Why Getx?**](#why-getx-) | 15 | +- [Communication and support channels:](#communication-and-support-channels) |
| 16 | +- [About Get](#about-get) | ||
| 17 | +- [Installing](#installing) | ||
| 18 | +- [Counter App with GetX](#counter-app-with-getx) | ||
| 19 | +- [The Three pillars](#the-three-pillars) | ||
| 20 | + - [State management](#state-management) | ||
| 21 | + - [Reactive State Manager](#reactive-state-manager) | ||
| 22 | + - [More details about state management](#more-details-about-state-management) | ||
| 23 | + - [Video explanation about state management](#video-explanation-about-state-management) | ||
| 24 | + - [Route management](#route-management) | ||
| 25 | + - [More details about route management](#more-details-about-route-management) | ||
| 26 | + - [Video Explanation](#video-explanation) | ||
| 27 | + - [Dependency management](#dependency-management) | ||
| 28 | + - [More details about dependency management](#more-details-about-dependency-management) | ||
| 29 | +- [How to contribute](#how-to-contribute) | ||
| 30 | +- [Utils](#utils) | ||
| 31 | + - [Change Theme](#change-theme) | ||
| 32 | + - [Other Advanced APIs](#other-advanced-apis) | ||
| 33 | + - [Optional Global Settings and Manual configurations](#optional-global-settings-and-manual-configurations) | ||
| 34 | + - [Video explanation of Other GetX Features](#video-explanation-of-other-getx-features) | ||
| 35 | +- [Breaking changes from 2.0](#breaking-changes-from-20) | ||
| 36 | +- [Why Getx?](#why-getx) | ||
| 35 | 37 | ||
| 36 | 38 | ||
| 37 | # Communication and support channels: | 39 | # Communication and support channels: |
| @@ -187,7 +189,7 @@ That's all. It's *that* simple. | @@ -187,7 +189,7 @@ That's all. It's *that* simple. | ||
| 187 | ### Video explanation about state management | 189 | ### Video explanation about state management |
| 188 | 190 | ||
| 189 | 191 | ||
| 190 | -Amateur coder did an awesome video about state management! Link: [Complete GetX State Management](https://www.youtube.com/watch?v=CNpXbeI_slw) | 192 | +Amateur Coder did an awesome video about state management! Link: [Complete GetX State Management](https://www.youtube.com/watch?v=CNpXbeI_slw) |
| 191 | 193 | ||
| 192 | You will get a good idea of GetX power. | 194 | You will get a good idea of GetX power. |
| 193 | 195 | ||
| @@ -465,12 +467,18 @@ Get.config( | @@ -465,12 +467,18 @@ Get.config( | ||
| 465 | ) | 467 | ) |
| 466 | ``` | 468 | ``` |
| 467 | 469 | ||
| 470 | +## Video explanation of Other GetX Features | ||
| 471 | + | ||
| 472 | + | ||
| 473 | +Amateur Coder did an awesome video about utils, storage, bindings and other features! Link: [GetX Other Features](https://youtu.be/ttQtlX_Q0eU) | ||
| 474 | + | ||
| 475 | + | ||
| 468 | # Breaking changes from 2.0 | 476 | # Breaking changes from 2.0 |
| 469 | 477 | ||
| 470 | 1- Rx types: | 478 | 1- Rx types: |
| 471 | 479 | ||
| 472 | | Before | After | | 480 | | Before | After | |
| 473 | -| -------- | ---------- | | 481 | +| ------- | ---------- | |
| 474 | | StringX | `RxString` | | 482 | | StringX | `RxString` | |
| 475 | | IntX | `RxInt` | | 483 | | IntX | `RxInt` | |
| 476 | | MapX | `RxMax` | | 484 | | MapX | `RxMax` | |
| @@ -33,6 +33,7 @@ | @@ -33,6 +33,7 @@ | ||
| 33 | - [Mudar tema (changeTheme)](#mudar-tema-changetheme) | 33 | - [Mudar tema (changeTheme)](#mudar-tema-changetheme) |
| 34 | - [Outras APIs avançadas](#outras-apis-avançadas) | 34 | - [Outras APIs avançadas](#outras-apis-avançadas) |
| 35 | - [Configurações Globais opcionais e configurações manuais](#configurações-globais-opcionais-e-configurações-manuais) | 35 | - [Configurações Globais opcionais e configurações manuais](#configurações-globais-opcionais-e-configurações-manuais) |
| 36 | + - [Video explanation of Other GetX Features](#video-explanation-of-other-getx-features) | ||
| 36 | - [Breaking Changes da versão 2 para 3](#breaking-changes-da-versão-2-para-3) | 37 | - [Breaking Changes da versão 2 para 3](#breaking-changes-da-versão-2-para-3) |
| 37 | - [Tipagem Rx](#tipagem-rx) | 38 | - [Tipagem Rx](#tipagem-rx) |
| 38 | - [RxController e GetBuilder se uniram](#rxcontroller-e-getbuilder-se-uniram) | 39 | - [RxController e GetBuilder se uniram](#rxcontroller-e-getbuilder-se-uniram) |
| @@ -472,6 +473,11 @@ Get.config( | @@ -472,6 +473,11 @@ Get.config( | ||
| 472 | ) | 473 | ) |
| 473 | ``` | 474 | ``` |
| 474 | 475 | ||
| 476 | +## Video explanation of Other GetX Features | ||
| 477 | + | ||
| 478 | + | ||
| 479 | +Amateur Coder did an awesome video about utils, storage, bindings and other features! Link: [GetX Other Features](https://youtu.be/ttQtlX_Q0eU) | ||
| 480 | + | ||
| 475 | # Breaking Changes da versão 2 para 3 | 481 | # Breaking Changes da versão 2 para 3 |
| 476 | 482 | ||
| 477 | ## Tipagem Rx | 483 | ## Tipagem Rx |
-
Please register or login to post a comment