https://github.com/jerazo7/flutter_weather_clean_bloc
Aplicación Weather en Flutter que demuestra cómo administrar múltiples bloques para implementar temas dinámicos, pull-to-refresh y mucho más. La aplicación meteorológica extrae datos reales de una API y demuestra cómo separar la aplicación en tres capas (datos, lógica de negocios y presentación) con la arquitectura Clean Bloc.
https://github.com/jerazo7/flutter_weather_clean_bloc
Last synced: over 1 year ago
JSON representation
Aplicación Weather en Flutter que demuestra cómo administrar múltiples bloques para implementar temas dinámicos, pull-to-refresh y mucho más. La aplicación meteorológica extrae datos reales de una API y demuestra cómo separar la aplicación en tres capas (datos, lógica de negocios y presentación) con la arquitectura Clean Bloc.
- Host: GitHub
- URL: https://github.com/jerazo7/flutter_weather_clean_bloc
- Owner: JErazo7
- Created: 2019-12-29T16:44:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-07T21:25:58.000Z (over 6 years ago)
- Last Synced: 2025-01-20T10:11:16.148Z (over 1 year ago)
- Language: Dart
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flutter_weather
A new Flutter project.
## Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.