https://github.com/bastndev/cleancode_flutter
Learning clean code for the future...
https://github.com/bastndev/cleancode_flutter
Last synced: 12 months ago
JSON representation
Learning clean code for the future...
- Host: GitHub
- URL: https://github.com/bastndev/cleancode_flutter
- Owner: bastndev
- Created: 2024-02-07T14:58:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-15T15:54:52.000Z (over 2 years ago)
- Last Synced: 2025-06-17T03:02:39.913Z (about 1 year ago)
- Language: Dart
- Size: 5.58 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clean_code
> A new Flutter project.
```
- Clean Architecture
- metodología Agile (Scrum/Kanban).
- UI/UX
- modelo vista controlador(MVC) and (MVVM)
- Packages
- Bloc
- inyección de dependencias
- Gestion de estado
- Firebase
- Documentacion
- Test
- Manegador de estado: Cambi el texto por ejemplo, name = Mkale en la sigiente paguina
- Statle widges usa menos recursos que un estatlefull Widgets
- Provider
```