Wadi Green is a platform where everyone can learn about eco-friendly and sustainable habits that others live by. Something that is a very common habit for you, may be an amazing idea for someone else.
You don’t have to be a master of perma-culture to share amazing ideas. Everyone is welcome to share their thoughts and ideas no matter how small, in the end every little effort to save the planet matters.
Features
- Account management
- Explore and search features
- Participate in activities and track your progress
- Keep track of all your activities on a calendar
- Chat with other members
- User notifications
- Invite friends
Codebase
- Uses provider to expose values across the app
- Unified API interface with two implementations: The actual API that interacts with the server and a dummy API that gets the data from local
json
assets (allows the app to run even when there’s no server). - Fully documented code
- Unit tests and widget tests
- Strict linting rules for the dart analyzer (using the lint package)