Skip to content

carlosmacmar/investing_alerts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published