-
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
-
Push your code to your branch
git push -u origin <add-your-branch-name>
-
Create a pull request