New instagram
A redesigned instagram mobile app made with flutter.
:information_source: How To Run
To clone and run this application, you'll need Git + Flutter installed on your computer.
Clone and Run
# Clone this repository
$ git clone https://github.com/lucastssb/new-instagram.git
# Go into the repository
$ cd new-instagram/
# Install dependencies
$ flutter pub get
# Run
$ flutter run
? How to contribute
- Make a fork;
- Create a branck with your feature:
git checkout -b my-feature
; - Commit changes:
git commit -m 'feat: My new feature'
; - Make a push to your branch:
git push origin my-feature
.
After merging your receipt request to done, you can delete a branch from yours.