- Download and install Node.js.
- Download Git from the official website and follow the installation instructions as well as user configuration.
- Download Visual Studio Code and then install the following plugins:
- Flutter
- Dart
- Download Android Studio for Android app development.
-
Access the GitHub repository.
-
Clone the repository into a desired folder using the following command in the terminal:
git clone https://github.com/AMCAsimulagro/amca.git
git pull origin main
Improvements are always welcome!
- Create a new branch
git checkout -b feature/name of improvement
- Make the necessary adjustments within this branch and try to be specific.
- Commit to save changes
git commit -am 'NEW: X improvement added'
- Upload changes to the repositoryUpload changes to the repository
git push origin feature/name of improvement
. - Finally create a PR (Pull Request).
- Run the Android Studio installation.
- During installation, select "Custom" and ensure all options are checked.
- Once installed, open Android Studio and select "Do not import settings" on the welcome screen.
- Access "More Actions" and select "Virtual Device Manager" to create a virtual mobile device.
- Download and install Visual Studio Code.
- Install the Flutter plugin from the Visual Studio Code marketplace.
- To verify the Flutter installation, press
Control + P
and type>Flutter
in the command palette. Then select the option that includes the word "doctor".
-
Install the Dart SDK by running the following command in the terminal (requires Node.js):
choco install dart-sdk
dart pub get
dart doc
dart pub global activate dhttpd
dhttpd --path doc/api
- dart pub get: Obtain libraries/download them
Only 1 time in the entire project
- art doc: Interpret the comments and create a folder called doc/api with the codes
- dart pub global activate dhttpd: Update the interpretation folder
- dhttpd --path doc/api: Activate the local host on port 8080
For futher information go to DartDoc Github. In this you can find the official documentation and configuration on how to run and configure Dart Doc
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 development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
datos para la llave: alias: amcalias contraseña: fRJ00K23L@Y3P