Skip to content

djx-community/encuesta

Repository files navigation

encuesta

A new Flutter project.

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.

System Requirements

flutter sdk v >=2.17.6 <3.0.0
Chrome/Windows/Edge/Android 
VS Code 2017 above 
extensions: Dart-Code.dart-code
            Dart-Code.flutter

Installation Setup

Clone this repo

git clone https://github.com/djx-community/encuesta-ws

Follow these steps

copy .env.example to .env and fill values of variables

"flutter run -d windows/chrome/edge/<devicename>" for running the app
"flutter doctor" for spec review

Hacktoberfest 2k22 Challenge

How to Contribute

Guide for outside collaborators


  1. Check Repos issue tab for open issues

  2. Fork this repository ( Click the Fork button in the top right of this page ).

  3. Clone your fork into your local machine.

git clone repo_link
  1. Checkout to development branch

  2. Make required changes.

  3. Commit and Push your code.

git add .
git commit -m 'commit message'
git push -u origin development
  1. Create a new pull request from your forked repository to base repos development branch ( Click the New Pull Request button located at the top of your repo ).

  2. Mention issue in comment section (click reference icon in comment tab)

  3. Wait for your PR to be reviewed and approved for merge ✨.

Guide for internal collaborator


  1. Check the issue tab for open issues

  2. Request to assign issue

  3. Clone repo into your local machine.

git clone git@github.com:djx-community/encuesta-ws.git
  1. Checkout to personal branch
git checkout development
git checkout -b 'branch_name'
  1. Make required changes.

  2. Commit and Push your code.

git add .
git commit -m 'commit message'
git push -u origin 'branch_name'
  1. Create a new pull request to development branch ( Click the New Pull Request button located at the top of your repo ).

  2. Click Development section and Link issue to PR

  3. Wait for your PR to be reviewed and approved for merge ✨.