This project is a Clone Finance UI app .
Step 1:
Download or clone this repo by using the link below:
https://github.com/nekrophantom/finance-ui-app.git
Step 2:
Go to project root and execute the following command in terminal to get the required dependencies:
flutter pub get
Step 3:
Go to project root and execute the following command in terminal to run the app:
flutter run
or with the following command on VS Code:
Ctrl + f5
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.