Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/appwrite/demo-quiz-with-flutter
A basic demo example for integrating between Appwrite & Flutter 💙
https://github.com/appwrite/demo-quiz-with-flutter
hacktoberfest
Last synced: 4 months ago
JSON representation
A basic demo example for integrating between Appwrite & Flutter 💙
- Host: GitHub
- URL: https://github.com/appwrite/demo-quiz-with-flutter
- Owner: appwrite
- License: mit
- Archived: true
- Created: 2021-04-11T07:06:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T06:34:07.000Z (almost 2 years ago)
- Last Synced: 2024-08-11T16:09:06.443Z (5 months ago)
- Topics: hacktoberfest
- Language: Dart
- Homepage:
- Size: 188 KB
- Stars: 40
- Watchers: 18
- Forks: 26
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-appwrite - Source Code
README
# 🔖 Quiz With Flutter
A simple Quiz 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.
> Note: If you setup Appwrite on your local machine, you will need to create a public IP so that your hosted frontend can access it.
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)
![Add Flutter App](https://user-images.githubusercontent.com/20852629/113019434-3c27c900-919f-11eb-997c-1da5a8303ceb.png)2. Create a new API Key from Api Keys section
3. Update `load_questions.dart` with your own `endpoint`, `project id` and `api key`.
4. Run `flutter pub get` to get the dependencies and then run `load_questions.dart` using `dart /load_questions.dart`
5. In the appwrite console in your project, it will create new collection, the collection id is also printed at the end of the script in the console. Get the id of that collection and update `lib/constants.dart` with your own `endpoint`, `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 🤝