https://github.com/appwrite/demo-watertracker-with-flutter
https://github.com/appwrite/demo-watertracker-with-flutter
hacktoberfest
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/appwrite/demo-watertracker-with-flutter
- Owner: appwrite
- License: mit
- Archived: true
- Created: 2021-04-30T06:57:36.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-07T03:14:01.000Z (over 2 years ago)
- Last Synced: 2025-01-15T11:06:55.662Z (5 months ago)
- Topics: hacktoberfest
- Language: Dart
- Homepage:
- Size: 123 KB
- Stars: 25
- Watchers: 16
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🔖 Demo Water Intake Tracker with Flutter

A water intake tracker app built with Flutter and Appwrite
## 🎬 Getting Started
### 🤘 Install Appwrite
Follow our simple [Installation Guide](https://appwrite.io/docs/installation) to get Appwrite up and running in no time. You can either deploy Appwrite on your local machine or, on any cloud provider of your choice.
We need to make a few configuration changes to your Appwrite server.1. Add a new Flutter App (Android or iOS or both) in Appwrite and enter application id of your application (`io.appwrite.quiz` etc)
2. Create a new API Key from Api Keys section
3. Update `scripts/create_collections.dart` with your own `endpoint`, `project id` and `api key`.
4. Run `flutter pub get` to get the dependencies and then run `scripts/create_collections.dart` using `dart /create_collections.dart`
5. In the appwrite console in your project, it will create new collection, get the id of that collection and replace update `lib/res/app_constants.dart` with your own `ednpoint`, `project id` and `collection id`
### 🚀 Run the Application
First get the dependencies by running `flutter pub get`. Then you can run the application simply using `flutter run` command. It works on **Android**, **iOS** and **Web** platforms.## 🤕 Support
If you get stuck anywhere, hop onto one of our [support channels in discord](https://appwrite.io/discord) and we'd be delighted to help you out 🤝
## 😧 Help Wanted
Our access credentials were recently compromised and someone tried to ruin these demos. They decided to leave behind 15 easter eggs 🥚 for you to discover. If you find them, submit a PR cleaning up that section of the code (One PR per person across all the repos). You can track the number of claimed Easter Eggs using the badge at the top.The first 15 people to get their PRs merged will receive some Appwrite Swags 🤩 . Just head over to our [Discord channel](https://appwrite.io/discord) and share your PR link with us.