Welcome to fudge_financial_app! This README will guide you through the process of building and running the project on a Mac system.
Follow these steps to set up and run the project on your Mac:
Before you begin, make sure you have the following installed on your Mac:
- Flutter SDK
- Visual Studio Code or any other preferred code editor
- Xcode (for iOS development)
Clone this repository to your local machine using the following command:
git clone https://github.com/Ashutosh-Rana/fudge_financial_app.git
Navigate to the project directory and install the necessary dependencies by running:
cd your-repository
flutter pub get
Connect your Mac device (physical device or emulator) and run the app using the following command:
flutter run
This command will build the app and deploy it to your connected device or emulator.