Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhmzdev/hacktoberfest-flutter
For all the Flutter developers out there make your first Pull Request and earn a free Tee from GitHub!
https://github.com/mhmzdev/hacktoberfest-flutter
dart digitalocean flutter flutter-developers hacktoberfest hacktoberfest-flutter hacktoberfest2021 pull-requests
Last synced: 8 days ago
JSON representation
For all the Flutter developers out there make your first Pull Request and earn a free Tee from GitHub!
- Host: GitHub
- URL: https://github.com/mhmzdev/hacktoberfest-flutter
- Owner: mhmzdev
- License: mit
- Created: 2020-10-07T12:13:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-10T20:26:59.000Z (over 1 year ago)
- Last Synced: 2025-01-15T11:44:07.873Z (15 days ago)
- Topics: dart, digitalocean, flutter, flutter-developers, hacktoberfest, hacktoberfest-flutter, hacktoberfest2021, pull-requests
- Language: Dart
- Homepage:
- Size: 1.01 MB
- Stars: 94
- Watchers: 2
- Forks: 212
- Open Issues: 138
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
## ⚠️ UPDATED: THIS REPO IS NO MORE APPLICABLE FOR HACKTOBERFEST!
Hacktoberfest2021 - Flutter Developers
# Welcome to GitHub!
### This project is perfect for your first pull request
#### 📝 Instructions
- Fork this Repository using the button at the top
- Clone your forked repository to your pc ( git clone "url from clone option.)
- Create a new branch for your modifications (ie. `git checkout -b new-user`)
- Add your files (`git add .`), commit (`git commit -m "added myself"`) and push (`git push origin new-user`)
- Create a pull request with label
- Star this repository 🌟
- Follow me for more projects 💙
# How to make your first Pull Request
#### 📜 Instructions for making the changes
## 1. Editing the CodeAdd your `Full name` and `GitHub Username` in the `list[]` given in `lib/contributors.dart`
*Note: Don't remove or delete already added attendee, in case you did something like this PR won't be accepted :)*
Example Code:
```dart// < Add your Full Name in the List[] >
final contributorsName = [
'Muhammad Hamza',
'Your Name',
];// < Add your GitHub Username in the List[] >
final gitHubUserName = [
'mhmzdev',
'your-github-username',
];```
## 2. Add your profile information
Create a markdown file in your folder following the convention `participant/.md`.
```dart
participant/.md/
```Copy the next template into your file, delete the data and fill the information with yours.
```
Name: YOURNAME
GitHub: USERNAME
Quote:
```If you liked then Star ⭐ the repo & make sure to follow 😇
_Do not use special characters in the template above._
## 3. Wait for Pull Request to be Labelled
We wil merge your PR, Thanks for being Patience. 🙏## 4. Celebrate - you've done your first pull request!!
Yay!! Refresh your profile at Hacktoberfest and see the updates. 🎉## Author
#### Muhammad Hamza
[![LinkedIn Link](https://img.shields.io/badge/Connect-Hamza-blue.svg?logo=linkedin&longCache=true&style=social&label=Connect
)](https://www.linkedin.com/in/mhmzdev)👉 You can also follow my GitHub Profile to stay updated about my latest projects:
[![GitHub Follow](https://img.shields.io/badge/Connect-Hamza-blue.svg?logo=Github&longCache=true&style=social&label=Follow)](https://github.com/mhmzdev)
Copyright (c) 2020 MUHAMMAD HAMZA