Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taguz91/primer_taller_flutter
Contains all code for flutter classes
https://github.com/taguz91/primer_taller_flutter
Last synced: about 1 month ago
JSON representation
Contains all code for flutter classes
- Host: GitHub
- URL: https://github.com/taguz91/primer_taller_flutter
- Owner: taguz91
- Created: 2022-06-21T00:18:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-16T00:03:57.000Z (over 2 years ago)
- Last Synced: 2023-03-06T11:22:23.760Z (almost 2 years ago)
- Language: C++
- Size: 358 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Primer taller flutter
En este taller veremos multiples conceptos de flutter:
- Creacion de un nuevo proyecto
- Administracion de dependencias
- Creacion de formularios
- Uso de base de datos sqlite
- Conexion API externas
- Manejo de GetX### Creacion de un proyecto
```bash
$ flutter create --org com.zeroteam todo_app
```