Upload flutter project to GitHub

Viewed 9227

I have a flutter project created in android studio. I want to upload it to GitHub so that I can share it and remotely for downloading on other system. I am new to GitHub. How I can upload my codes? Keep in mind that I have not created a repository yet. How can I add it so that push pull function also work properly??

2 Answers

I have two solutions for you that are easy to do for most users

Option 1: your home page click New button and type in the repository name, click on Upload existing file and select your files you want to upload

Option 2: You could also use the github desktop app found here and upload folder directly

YouTube is also a great place if you want to learn about git and github

You will create a repository and then you will follow the instructions given here

I would suggest you also to watch a video in youtube there are plenty of them

Related