Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-ayanide/go-green
An application to make people aware of the recent climate changes 🌍 and ways to tackle them. Gifting a tree 🌳 to https://tree-nation.com to put reforestation efforts worldwide. Donation starting as low as 30 cents.
https://github.com/s-ayanide/go-green
climate-change environment hack20 reforestation save-the-earth
Last synced: 2 months ago
JSON representation
An application to make people aware of the recent climate changes 🌍 and ways to tackle them. Gifting a tree 🌳 to https://tree-nation.com to put reforestation efforts worldwide. Donation starting as low as 30 cents.
- Host: GitHub
- URL: https://github.com/s-ayanide/go-green
- Owner: S-ayanide
- Created: 2020-06-27T20:58:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-24T07:05:50.000Z (over 4 years ago)
- Last Synced: 2024-05-01T18:57:54.097Z (8 months ago)
- Topics: climate-change, environment, hack20, reforestation, save-the-earth
- Language: Dart
- Homepage:
- Size: 36.8 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Green
This app is an initiative taken to reduce the adverse effect on Climate Change and make the people aware about the best practice to reduce the possibility of harming not just the environment but also making severe climate change less prone.
This app aims to help the environment by planting trees and thus provides the choice to gift someone a tree which will go straight to a charity fund who would be responsible for planting trees.
# See it in action
# Dependencies
- flutter_bloc
- font_awesome_flutter
- http
- flutter_staggered_animations
- webview_flutter
- lottie
- url_launcher
- liquid_progress_indicator# Usage
In the pubspec.yaml of your flutter project, add the following dependency:
```
dependencies:
flutter_staggered_grid_view: "^0.2.7"
flutter_bloc: ^2.1.1
font_awesome_flutter:
http: ^0.12.1
flutter_staggered_animations: ^0.1.2
webview_flutter: ^0.3.22+1
lottie: ^0.4.0+1
flutter_launcher_icons: ^0.7.5
url_launcher: ^5.4.11
liquid_progress_indicator: ^0.3.2dev_dependencies:
flutter_config:
```# Hack 20
The second-annual international hackathon organised by the global Flutter Community. This year, it is an online-only event. Participants will join teams of 1-5 people from the world. You can collaborate remotely using whatever platform you’d like. Each team will be asked to build an app on themes (Saving the Planet - what we learned from the pandemic, Retro/ Cyberpunk Future). At the end, all participants will vote on their favorite projects in several rounds of voting. The top 3 winners will receive prizes from the Flutter Community and sponsors - most importantly, bragging rights!
Link: [Check it out](https://flutterhackathon.com/)
# Completion Certificate
## Getting Started
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.