Navigation-App
To compile and use the Flutter app in this repository, you will need to follow these steps:
-
Install the Flutter SDK on your computer. You can find the installation instructions on the official Flutter website: https://flutter.dev/docs/get-started/install
-
Clone this repository onto your local machine using Git.
-
Open the project in your preferred IDE (Integrated Development Environment) for Flutter. We recommend using either Android Studio or Visual Studio Code.
-
Connect a physical device or launch an emulator to test the app. You can find instructions on how to set up an emulator or connect a physical device on the Flutter website: https://flutter.dev/docs/get-started/install
-
Run the app in debug mode using the flutter run command in the terminal. This will build and launch the app on the connected device or emulator.
flutter run
- Once the app is running, you can test its functionality and make any necessary changes.