An open API service indexing awesome lists of open source software.

https://github.com/giancarlocode/built_value_and_built_collection_example

Detailed example of how to use built_value and built_collection dart packages.
https://github.com/giancarlocode/built_value_and_built_collection_example

built-collection built-value dart flutter immutable-collections immutable-values

Last synced: 7 days ago
JSON representation

Detailed example of how to use built_value and built_collection dart packages.

Awesome Lists containing this project

README

          

# Built Value and Built Collection Example

Repositorio de la serie de vídeos donde te enseño a dominar el paquete [built_value](https://github.com/google/built_value.dart) y [built_collection](https://github.com/google/built_collection.dart).

# Tutoriales de YouTube

- [Parte 1 - Tipos de Valor Inmutables (Immutable Value Types)](https://www.youtube.com/watch?v=oVNP1Kx4irw)
- [Parte 2 - Crear y Manipular Immutable Value Types](https://www.youtube.com/watch?v=EOHGOFqqvkI)
- [Parte 3 - Colecciones Inmutables (Built Collections) y Enum Class](https://www.youtube.com/watch?v=XCpM957meZ4)
- [Parte 4 - JSON Serialization](https://www.youtube.com/watch?v=Hlnnm0lAvGU)

___

* [Built Value Snippets](https://github.com/GiancarloCode/built-value-snippets)