Skip to content

Commit 862933d

Browse files
authored
Merge pull request #2 from pulsar-projects/gh-1/flutter-hackathon-2020-awesomelist
Gh 1/flutter hackathon 2020 awesomelist
2 parents 0c81cb5 + 00cd6b1 commit 862933d

File tree

8 files changed

+272
-0
lines changed

8 files changed

+272
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
# open-code-snippets
22
Generic code-snippets repo to be used to document or keep different setup steps
3+
4+
## Contents
5+
6+
- [Flutter Hackathon 2020 Awesome List](flutter-hackathon-2020-awesome-list/readme.md)
7+
8+
## Contribute
9+
10+
Contributions welcome! Read the [contribution guidelines](contributing.md) first.

code-of-conduct.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
# Contributor Covenant Code of Conduct
2+
3+
## Our Pledge
4+
5+
In the interest of fostering an open and welcoming environment, we as
6+
contributors and maintainers pledge to making participation in our project and
7+
our community a harassment-free experience for everyone, regardless of age, body
8+
size, disability, ethnicity, gender identity and expression, level of experience,
9+
nationality, personal appearance, race, religion, or sexual identity and
10+
orientation.
11+
12+
## Our Standards
13+
14+
Examples of behavior that contributes to creating a positive environment
15+
include:
16+
17+
* Using welcoming and inclusive language
18+
* Being respectful of differing viewpoints and experiences
19+
* Gracefully accepting constructive criticism
20+
* Focusing on what is best for the community
21+
* Showing empathy towards other community members
22+
23+
Examples of unacceptable behavior by participants include:
24+
25+
* The use of sexualized language or imagery and unwelcome sexual attention or
26+
advances
27+
* Trolling, insulting/derogatory comments, and personal or political attacks
28+
* Public or private harassment
29+
* Publishing others' private information, such as a physical or electronic
30+
address, without explicit permission
31+
* Other conduct which could reasonably be considered inappropriate in a
32+
professional setting
33+
34+
## Our Responsibilities
35+
36+
Project maintainers are responsible for clarifying the standards of acceptable
37+
behavior and are expected to take appropriate and fair corrective action in
38+
response to any instances of unacceptable behavior.
39+
40+
Project maintainers have the right and responsibility to remove, edit, or
41+
reject comments, commits, code, wiki edits, issues, and other contributions
42+
that are not aligned to this Code of Conduct, or to ban temporarily or
43+
permanently any contributor for other behaviors that they deem inappropriate,
44+
threatening, offensive, or harmful.
45+
46+
## Scope
47+
48+
This Code of Conduct applies both within project spaces and in public spaces
49+
when an individual is representing the project or its community. Examples of
50+
representing a project or community include using an official project e-mail
51+
address, posting via an official social media account, or acting as an appointed
52+
representative at an online or offline event. Representation of a project may be
53+
further defined and clarified by project maintainers.
54+
55+
## Enforcement
56+
57+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58+
reported by contacting the project team at [email protected]. All
59+
complaints will be reviewed and investigated and will result in a response that
60+
is deemed necessary and appropriate to the circumstances. The project team is
61+
obligated to maintain confidentiality with regard to the reporter of an incident.
62+
Further details of specific enforcement policies may be posted separately.
63+
64+
Project maintainers who do not follow or enforce the Code of Conduct in good
65+
faith may face temporary or permanent repercussions as determined by other
66+
members of the project's leadership.
67+
68+
## Attribution
69+
70+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71+
available at [http://contributor-covenant.org/version/1/4][version]
72+
73+
[homepage]: http://contributor-covenant.org
74+
[version]: http://contributor-covenant.org/version/1/4/

contributing.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Contribution Guidelines
2+
3+
Please note that this project is released with a
4+
[Contributor Code of Conduct](code-of-conduct.md). By participating in this
5+
project you agree to abide by its terms.
6+
7+
---
8+
9+
Ensure your pull request adheres to the following guidelines:
10+
11+
- Make sure you take care of this
12+
- And this as well
13+
- And don't forget to check this
14+
15+
Thank you for your suggestions!
16+
17+
18+
## Updating your PR
19+
20+
A lot of times, making a PR adhere to the standards above can be difficult.
21+
If the maintainers notice anything that we'd like changed, we'll ask you to
22+
edit your PR before we merge it. There's no need to open a new PR, just edit
23+
the existing one. If you're not sure how to do that,
24+
[here is a guide](https://github.com/RichardLitt/knowledge/blob/master/github/amending-a-commit-guide.md)
25+
on the different ways you can update your PR so that we can merge it.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* text=auto
2+
readme.md merge=union
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"generator-awesome-list": {
3+
"promptValues": {
4+
"username": "Pulsar Projects",
5+
"email": "[email protected]"
6+
}
7+
}
8+
}
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
# Contributor Covenant Code of Conduct
2+
3+
## Our Pledge
4+
5+
In the interest of fostering an open and welcoming environment, we as
6+
contributors and maintainers pledge to making participation in our project and
7+
our community a harassment-free experience for everyone, regardless of age, body
8+
size, disability, ethnicity, gender identity and expression, level of experience,
9+
nationality, personal appearance, race, religion, or sexual identity and
10+
orientation.
11+
12+
## Our Standards
13+
14+
Examples of behavior that contributes to creating a positive environment
15+
include:
16+
17+
* Using welcoming and inclusive language
18+
* Being respectful of differing viewpoints and experiences
19+
* Gracefully accepting constructive criticism
20+
* Focusing on what is best for the community
21+
* Showing empathy towards other community members
22+
23+
Examples of unacceptable behavior by participants include:
24+
25+
* The use of sexualized language or imagery and unwelcome sexual attention or
26+
advances
27+
* Trolling, insulting/derogatory comments, and personal or political attacks
28+
* Public or private harassment
29+
* Publishing others' private information, such as a physical or electronic
30+
address, without explicit permission
31+
* Other conduct which could reasonably be considered inappropriate in a
32+
professional setting
33+
34+
## Our Responsibilities
35+
36+
Project maintainers are responsible for clarifying the standards of acceptable
37+
behavior and are expected to take appropriate and fair corrective action in
38+
response to any instances of unacceptable behavior.
39+
40+
Project maintainers have the right and responsibility to remove, edit, or
41+
reject comments, commits, code, wiki edits, issues, and other contributions
42+
that are not aligned to this Code of Conduct, or to ban temporarily or
43+
permanently any contributor for other behaviors that they deem inappropriate,
44+
threatening, offensive, or harmful.
45+
46+
## Scope
47+
48+
This Code of Conduct applies both within project spaces and in public spaces
49+
when an individual is representing the project or its community. Examples of
50+
representing a project or community include using an official project e-mail
51+
address, posting via an official social media account, or acting as an appointed
52+
representative at an online or offline event. Representation of a project may be
53+
further defined and clarified by project maintainers.
54+
55+
## Enforcement
56+
57+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58+
reported by contacting the project team at [email protected]. All
59+
complaints will be reviewed and investigated and will result in a response that
60+
is deemed necessary and appropriate to the circumstances. The project team is
61+
obligated to maintain confidentiality with regard to the reporter of an incident.
62+
Further details of specific enforcement policies may be posted separately.
63+
64+
Project maintainers who do not follow or enforce the Code of Conduct in good
65+
faith may face temporary or permanent repercussions as determined by other
66+
members of the project's leadership.
67+
68+
## Attribution
69+
70+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71+
available at [http://contributor-covenant.org/version/1/4][version]
72+
73+
[homepage]: http://contributor-covenant.org
74+
[version]: http://contributor-covenant.org/version/1/4/
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Contribution Guidelines
2+
3+
Please note that this project is released with a
4+
[Contributor Code of Conduct](code-of-conduct.md). By participating in this
5+
project you agree to abide by its terms.
6+
7+
---
8+
9+
Ensure your pull request adheres to the following guidelines:
10+
11+
- Make sure you take care of this
12+
- And this as well
13+
- And don't forget to check this
14+
15+
Thank you for your suggestions!
16+
17+
18+
## Updating your PR
19+
20+
A lot of times, making a PR adhere to the standards above can be difficult.
21+
If the maintainers notice anything that we'd like changed, we'll ask you to
22+
edit your PR before we merge it. There's no need to open a new PR, just edit
23+
the existing one. If you're not sure how to do that,
24+
[here is a guide](https://github.com/RichardLitt/knowledge/blob/master/github/amending-a-commit-guide.md)
25+
on the different ways you can update your PR so that we can merge it.
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# Flutter Hackathon 2020 Awesome List [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
2+
3+
> Awesome apps from Flutter Hackathon 2020
4+
5+
## Contents
6+
7+
- [Awesome-Apps](#Awesome-Apps)
8+
9+
## Awesome Apps
10+
11+
- [InkRibbion](https://github.com/InkRibbonApp/inkribbonflutter) - A Flutter app with a retro typewritter feel of writing, sync notes & export to PDF ([video](https://youtu.be/KS8G8Mi8MFA))
12+
- [Retro Windows 95](https://github.com/justinenerio/retro95) - Iconic Windows 95 right from your browser ([video](https://youtu.be/RPbrfjCqSTw))
13+
- [Retro Windows 98](https://github.com/sabinbajracharya/retro-windows-98) - in Flutter web ([video](https://youtu.be/ipPXTmWPI6A))
14+
- [One Roof](https://github.com/dvmjoshi/oneroof) - One roof is an app where you can watch and learn about all the aspects ([video](https://youtu.be/bFaWHGPklyA))
15+
- [Tidy-App](https://github.com/samisnotinsane/orion_flutterhack20) - Get rewarded for keeping your local environment clean ([video](https://youtu.be/hfZQmf0G9F0))
16+
- [Earth Sweeper](https://github.com/FlutterHack/earth-sweeper) - A classic Windows 95 minesweeper ([video](https://youtu.be/oXNTzFM5zqI))
17+
- [Food share](https://gitlab.com/Abhi_Ghaskata/flutterhackathon/-/tree/master) - share Excessive food with the help of nearby volunteer ([video](https://youtu.be/r3ZPLkkpXS4))
18+
- [GreenRide](https://github.com/masewo/green_ride) - reduce your ecological footprint; travel to work by bicycle ([video](https://youtu.be/xaM4GaPW_6o))
19+
- [Optr](https://github.com/leoafarias/optr) - Recover all your credentials from memory? Easy to remember and impossible to guess unique passwords ([video](https://youtu.be/Rj_sCCrTOHU))
20+
- [Cyberpunk 2020](https://github.com/codesolutions101/cyberpunk2020) - One for all accessibility app with Futuristic UI ([video](https://youtu.be/pESkEwdqtX8))
21+
- [Cyber Robo Builder](https://github.com/viveky259259/cyber_robo_maker) - pre-packaged assets in flutter application by simply drag and drop feature ([video](https://youtu.be/-UHMdeaeDDA))
22+
- [Codiv-2078](https://github.com/Co-div/codiv-2078) - Scan various devices and earn points for the device they scanned. ([video](https://youtu.be/8YyDhZxYeOs))
23+
- [Game Kid](https://github.com/eralpkaraduman/FlutterGameKid) - GameBoy recreated with Flutter ([video](https://youtu.be/lI7775DWzE8))
24+
- [ShopQ](https://github.com/nurmukhametdaniyar/ShopQ) - During quarantine shops are crowded - decrease number of queues and show danger zones ([video](https://youtu.be/xsNtOdSV_c4))
25+
- [Relic Bazaar](https://github.com/himanshusharma89/relic_bazaar) - Vintage items shop ([video](https://youtu.be/VMmXUt3utVo))
26+
- [Bubble Tasker](https://github.com/RobertBrunhage/bubble-tasker) - Its sole purpose is to make you calm and focused on your tasks ([demo app](https://bubble-tasker.codemagic.app/#/)) ([video](https://youtu.be/SK9qVOc8cuQ))
27+
- [Local Buddy](https://github.com/rockar06/local-buddy) - an app to find and share local services or products ([video](https://youtu.be/6Sz0A30S-A0))
28+
- [ShopHack](https://github.com/H-u-a-t/shophack) -Scanning the barcode and integrate with online shopping apps ([video](https://youtu.be/_8BMh0q7RQs))
29+
- [e-Toilet Paper Hoarder](https://github.com/kwanjames0/anti-toilet-paper-hoarder-flutter) - Helps reduce toilet paper cravings during the pandemic ([video](https://youtu.be/S-Zyh1VfdIs))
30+
- [Historica](https://github.com/FlutterRock/Historica) - Displays numerous events that have happened on any given date ([video](https://youtu.be/B_HXB6VORfQ))
31+
- [tretror](https://github.com/sanjul/Tretror) - Why anyone need to tweet when they can "CRaWwwW!" ([video](https://youtu.be/OS9FWoO--60))
32+
- [Polargram](https://github.com/transmissionsdev/polargram) - Instagram like it's 1995 ([video](https://youtu.be/KvzgKPYvero))
33+
- [Space Travel](https://github.com/Antriadus/HackatonApp2020) - Space Travel app is like Uber but for spaceships ([demo app](https://hackaton2020-7b8ee.web.app/#/))
34+
- [buffetlocator](https://github.com/MendyMarcus/LocatorBuffet) - An app to find & place food around your city
35+
- [GhostRigger](https://github.com/Float-like-a-dash-Sting-like-a-dart/GhostRigger) - Cyberpunk-inspired puzzle game prototype ([video](https://youtu.be/yOZAUicGDXc))
36+
- [Flutter3310](https://github.com/atavci/flutter3310) - Retro nokia phone
37+
- [Greenify](https://github.com/aryasurya21/greenify) - Incentives you do eco-friendly tasks, turns your cashbacks and discounts
38+
- [C1O2](https://github.com/suvansh-rana/koders-flutter) - futuristic app which calculates your carbon footprint
39+
- [Waifu.ai](https://github.com/ItsOran/waifu.ai-hack20-flutter) - Chatbot Project, uses Dialogflow for auto generated replies, and AWS (Polly, S3, SNS, and more) for Text to Speech
40+
- [CleanStreets](https://github.com/TheN00bs/Clean-Streets) - Go Green, Digitalization and Eco Friendly (Google API Maps SDK for Android Mongo DB, PyMongo Firebase Authentication Flask Python Server)
41+
- [teachME](https://github.com/robertodevs/teachme) - Help people around the world to get incomes throught share the knowledge. ([video](https://youtu.be/HmeZzNzHCu8))
42+
- [Hacube](https://github.com/likang/Hacube) - Rubik's cube written in Flutter and yes, It's 3D ! ([video](https://youtu.be/-Dd-tQKp1ug))
43+
- [Love is Blue(LIB)](https://github.com/CDSoftwaresJA/loveisblue) - Social media platform powered by Bluetooth Low Energy Technology
44+
45+
46+
## Contribute
47+
48+
Contributions welcome! Read the [contribution guidelines](contributing.md) first.
49+
50+
51+
## License
52+
53+
[![CC0](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0)
54+
55+
To the extent possible under law, Pulsar Projects has waived all copyright and
56+
related or neighboring rights to this work.

0 commit comments

Comments
 (0)