This project is a starting point for a ThetaMedBot application.
A few resources to get you started if this is your first project:
-
whenever you are going to add some functionalities, make a separate branch, test it and then merge it with Master branch.
-
add pics, custom models or json files in assets folder, please do not create any other asset folder.
-
ffb run -d web --web-port 5000 --dart-define=FLUTTER_WEB_USE_SKIA=true
-
taskkill /F /IM dart.exe
-
flutter pub run build_runner build --delete-conflicting-outputs
- git add *
- git commit -m "my first commit"
- git checkout
- git branch -d (Delete Feature Branch - Please don't delete master branch)
- git push origin (Push the branch to your remote repository, so others can use it)
- git diff (View all the merge conflicts)
- git config --global user.name "Kush Vatsa" (Use your name in your git config)
- git config --global user.email "[email protected]" (Use your email address in git config)
- Use grouping tokens (words) at the beginning of your branch names.
- Define and use short lead tokens to differentiate branches in a way that is meaningful to your workflow.
- Use slashes to separate parts of your branch names.
- Do not use bare numbers as leading parts.
- Avoid long descriptive names for long-lived branches.
- Do not use your personal name.
- PLEASE MAKE A NEW BRANCH.
- PUSH YOUR CODE TO GITHUB.
- OPEN A PULL REQUEST.