Skip to content

A basic demo example for integrating between Appwrite & Flutter πŸ’™

License

Notifications You must be signed in to change notification settings

Maatteogekko/quiz-with-flutter

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”– Quiz With Flutter

Easter Eggs Claimed

A simple Quiz App built with Flutter and Appwrite

🎬 Getting Started

🀘 Install Appwrite

Follow our simple Installation Guide 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

  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 <path_to_dir>/load_questions.dart

  5. In the appwrite console in your project, it will create new collection, get the id of that collection and replace update lib/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 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 and share your PR link with us.

About

A basic demo example for integrating between Appwrite & Flutter πŸ’™

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 44.5%
  • CMake 27.3%
  • C++ 15.5%
  • HTML 7.8%
  • C 2.6%
  • Swift 1.6%
  • Other 0.7%