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

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.

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.