Share Your Flutter Project On GitHub As A Repository

Programmers Pouch
3 min readDec 1, 2021

--

In this article, we’ll be looking at how to share your Flutter project on GitHub as a repository in an easy way.

What are we waiting for? Let’s go!🔥

  1. Open Android Studio and open the Flutter project you want to make a repository of.

2. Once opened, on top you’ll see an option of VCS. Click on that and a dropdown menu will appear. Then click on Import into Version Control and then Share Project on GitHub.

3. A pop-up will come up and will taunt you to enter your GitHub credentials.

4. If you somehow forgot your GitHub credentials, then click on Use Token and then click on Generate…

5. Once pressed, it will redirect you to a webpage. Go down and you’ll see an option for Generate Token. Click on that.

6. After that, copy your token and paste it into Android Studio and hit login.

7. A pop-up will come up. Hit Share.

After sometime, another pop-up will come up. Check what you want to add into your repository and hit Add.

After about 3 to 4 minutes⌚, something will come up on the event log.

Congratulations, you’ve shared your project on GitHub as repository.👏

You can check your repository on GitHub to see if it got shared.

Thank you for reading my article. If I got something wrong, make sure to mention it in the comments.

If you liked it, then make sure to give me some claps👏 and follow me for more such articles. Bye!👋

Buy me a coffee☕ to show me your support.

Reach me out on LinkedIn and Twitter.

--

--