Application created with Flutter to consume an API for tracking certain actions.
Step 1:
Download or clone this repo by using the link below:
git clone git@github.com:rokokorag/stocks_tracking_app_flutter.git
Step 2:
Go to project root and execute the following command in console to get the required dependencies:
cd stocks_tracking_app_flutter && flutter pub get
Step 3:
Finally, use the flutter run command, selecting your preferred emulator (remember to have your emulator open before executing this command)::
flutter run -d <emulator_id>
Distributed under the MIT License. See LICENSE.txt for more information.
:)