A stock-market portfolio management app, mainly focused on automated tracking and in-depth analysis.
- Clone this repo
- Run command
flutterfire configure --project=stockfolio-c6827to generate required firebase files - Run command
flutter pub get - Create a file
keys/api_keys.dartunder thelibfolder, write this codeconst String kFinancialModelingPrepApi = 'YOUR_API_KEY'; - Get your own API key by visiting FMP API and replace it with
YOUR_API_KEYabove. - Now, you are ready to build and run