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