Skip to content
Snippets Groups Projects
Select Git revision
  • 0c3bbdc8fb48ae4659aa4f3b5f788b26e99b5523
  • main default
  • demo-praesentation
3 results

navigation-app

  • Clone with SSH
  • Clone with HTTPS
  • berag99's avatar
    berag99 authored
    0c3bbdc8
    History
    Name Last commit Last update
    README.md

    Navigation-App

    To compile and use the Flutter app in this repository, you will need to follow these steps:

    1. 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

    2. Clone this repository onto your local machine using Git.

    3. Open the project in your preferred IDE (Integrated Development Environment) for Flutter. We recommend using either Android Studio or Visual Studio Code.

    4. 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

    5. 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
    1. Once the app is running, you can test its functionality and make any necessary changes.