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.
- Host: GitHub
- URL: https://github.com/giancarlocode/built_value_and_built_collection_example
- Owner: GiancarloCode
- Created: 2020-01-21T10:29:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-09T13:45:55.000Z (over 6 years ago)
- Last Synced: 2025-02-28T11:56:16.346Z (over 1 year ago)
- Topics: built-collection, built-value, dart, flutter, immutable-collections, immutable-values
- Language: Dart
- Homepage:
- Size: 23.4 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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)