Our tcc project
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
flutter packages pub run build_runner build --delete-conflicting-outputs
- git clone https://github.com/flutter/flutter.git -b stable
- From the Start search bar, enter ‘env’ and select Edit environment variables for your account.
- Under User variables check if there is an entry called Path:
- If the entry exists, append the full path to flutter\bin using ; as a separator from existing values.
- If the entry doesn’t exist, create a new user variable named Path with the full path to flutter\bin as its value.
- You have to close and reopen any existing console windows for these changes to take effect.\n
- Then run the command 'flutter doctor' to check the flutter version and if it's higher than 3.0.5, run 'flutter downgrade' to go to 3.0.5
- Download and install Android Studio.
- Start Android Studio, and go through the ‘Android Studio Setup Wizard’. This installs the latest Android SDK, Android SDK Command-line Tools, and Android SDK Build-Tools, which are required by Flutter when developing for Android.
- Run flutter doctor to confirm that Flutter has located your installation of Android Studio. If Flutter cannot locate it, run flutter config --android-studio-dir to set the directory that Android Studio is installed to.
- Make sure that you have a version of Java 8 installed and that your JAVA_HOME environment variable is set to the JDK’s folder.
- Android Studio versions 2.2 and higher come with a JDK, so this should already be done.
- Open an elevated console window and run the following command to begin signing licenses 'flutter doctor --android-licenses'
- If you choose IntelliJ, at the start screen, select File > Settings > Android SDK > Edit Android SDK Location. And install the android SDK and set the folder
- To create a emulator, with IDE opened: Tools > Android > Device Manager > Create a virtual device choosing the configurations you want with Android higher than API 25
- clone the project running 'git clone https://github.com/davidcbrl/fidelity-app.git' in a repo
- Open IDE > Open project > Select the project
- Run the command 'flutter pub get' to get the dependencies of project
- Run the project with the emulator opened.