-
Get any design from Dribble Apps
-
Fork this repository ( Click the Fork button in the top right of this page ).
-
Clone your fork into your local machine
https://github.com/aninarafath6/flutter-hacktoberfest.git
- Under the
Apps
folder, create a flutter app with yourGitHub username
.
flutter create ${Your Github username}
-
Code the downloaded design using flutter in the folder that you have created.
-
You should include screenshots of app pages in your README file.
-
Commit and Push your code
git add .
git commit -m 'commit message'
git push -u origin your-branch-name
-
Open your forked repository and submit a new pull request (Click the New Pull Request button at the top of your repository)
-
Review your PR and wait for it to be approved for mergingš