Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 577 Bytes

Guidelines.md

File metadata and controls

30 lines (16 loc) · 577 Bytes

Guidelines:

Way to clone and build the app:

  • Clone repo

      git clone https://github.com/Dezenix/native-frontend-flutter.git
    
  • Get packages

      flutter pub get
    
  • Build app

      flutter run
    
  • Create new branch

      git checkout -b add "branch name"
    
  • Do changes

  • Commit your code and the commit message should be according to the below image

image

  • Push your code to your branch

     git push -u origin <add-your-branch-name>
    
  • Create a pull request