Skip to content

This is a weather app build with Flutter for the purpose of proving how simple is to fetch data from API, how to work with reactive programming in Flutter and how to organize better the app using the BLoC pattern.

zipper-studios/WeatherAppFlutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather app with Flutter

This is an example of FLutter application that fetches the London's weather data from a public API. It is build using the reactive programming and is structured under the BLoC pattern. You can find all step-by-step implementation details in a Medium article designed to prove the reactive programming and the BLoC pattern concepts in Flutter.

You can add improvments to the app in terms of UI, but much more you can use Dependency Injection to avoid thight coupling between classes. For this purpose, another Medium article is available for you. Please read it for more details.

About

This is a weather app build with Flutter for the purpose of proving how simple is to fetch data from API, how to work with reactive programming in Flutter and how to organize better the app using the BLoC pattern.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published