Skip to content

SofianeOuaari/thetamedbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThetaMedbot

Getting Started

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.

useful commands

  • 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

useful commands for git

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

Branch naming conventions

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

NOTE

  1. PLEASE MAKE A NEW BRANCH.
  2. PUSH YOUR CODE TO GITHUB.
  3. OPEN A PULL REQUEST.

About

ThetaMedBot

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages