Skip to content

AMCAsimulagro/amca

Repository files navigation

Static Badge

Static Badge Static Badge

Static Badge Static Badge

Static Badge

AMCA

Descripción de la imagen
AMCA is a mobile application designed to facilitate financial management and crop monitoring in the agricultural and livestock sector. It allows users to enter detailed information about their crops, including data related to costs, expenses and production. This information is securely stored in a database and used to provide crop management and analysis functionalities. AMCA is aimed at both professional farmers and gardening enthusiasts, and offers an intuitive and efficient interface to monitor crop profitability.

Required Resources

  1. Download and install Node.js.
  2. Download Git from the official website and follow the installation instructions as well as user configuration.
  3. Download Visual Studio Code and then install the following plugins:
    1. Flutter
    2. Dart
  4. Download Android Studio for Android app development.

Repository.

Clone Repository.

  1. Access the GitHub repository.

  2. Clone the repository into a desired folder using the following command in the terminal:

    git clone https://github.com/AMCAsimulagro/amca.git

Bring the latest changes

    git pull origin main

How to collaborate

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

Installations and Configurations

Android Studio

  1. Run the Android Studio installation.
  2. During installation, select "Custom" and ensure all options are checked.
  3. Once installed, open Android Studio and select "Do not import settings" on the welcome screen.
  4. Access "More Actions" and select "Virtual Device Manager" to create a virtual mobile device.

Flutter in Visual Studio Code

  1. Download and install Visual Studio Code.
  2. Install the Flutter plugin from the Visual Studio Code marketplace.
  3. To verify the Flutter installation, press Control + P and type >Flutter in the command palette. Then select the option that includes the word "doctor".

Dart

  1. Install the Dart SDK by running the following command in the terminal (requires Node.js):

        choco install dart-sdk

Create Folder Doc

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


Getting Started

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages