Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.54 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.54 KB

investing_alerts

Search stocks data.

What is this project for?

The reason to build this project is to showcase the integration of different things:

  • BLoC pattern for State Management

alt text

  • Clean architecture

alt text

This project also use the following libraries:

The only functionality of the app is to search a company symbol (e.g. IBM) and show its PERatio value downloaded from an API (https://www.alphavantage.co/).

In order to test it you should add a file to the project containing a line with your API Key (you can get one here):

final apiKey = "YOUR-API";

The UI is simple, nothing fancy, because that's not the purpose of this project.