Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 2.52 KB

README.md

File metadata and controls

63 lines (44 loc) · 2.52 KB

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.2

dev_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

Completion Certificate

Getting Started

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.