Lorax
Lorax is a Flutter application that helps people to be motivated to grow plants and trees. The user could track the progress of the growth of the tree, set reminders. gamify the process of planting trees and using social media platform to challenge peers on joining the movement todecrease carbon footprint of the world.
Tech Stack
Flutter Firebase SDK
Boilerplate Features:
- Login
- Database
- user notification
Folder Structure
Here is the core folder structure which flutter provides.
Lorax/
|- .github
|- android
|- assests
|- ios
|- lib
|- test
|- web
Setting up your development environment
Step 1:
Fork and clone this repo locally. At command line:
git clone https://github.com/YOUR-GITHUB-USERNAME/lorax.git
Set the upstream remote
git remote add upstream https://github.com/ashwinkey04/lorax.git
Step 2:
Go to project root and execute the following command in console to get the required dependencies:
flutter pub get