https://github.com/extrawest/flutterflow_quiz_creation_app
This project is a FlutterFlow showcase app with the following features: Firebase database, Animation, and Custom Page Transitions.
https://github.com/extrawest/flutterflow_quiz_creation_app
animation firestore-database flutter flutterflow
Last synced: 10 months ago
JSON representation
This project is a FlutterFlow showcase app with the following features: Firebase database, Animation, and Custom Page Transitions.
- Host: GitHub
- URL: https://github.com/extrawest/flutterflow_quiz_creation_app
- Owner: extrawest
- Created: 2023-05-10T09:34:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-19T07:51:37.000Z (over 2 years ago)
- Last Synced: 2025-03-30T17:46:37.919Z (11 months ago)
- Topics: animation, firestore-database, flutter, flutterflow
- Language: Dart
- Homepage: https://tangerine-genie-772d57.netlify.app
- Size: 492 KB
- Stars: 8
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FlutterFlow Quiz Creation App
[]()
[]()



[](https://volkhov-map.web.app)

## Project info
- This project is a FlutterFlow showcase app with the following features: Firebase database, Animation, and Custom Page Transitions.
- The app runs on Android, iOS and Web.
- The app is built using Flutter stable and latest Dart version.
- The app is built using the FlutterFlow
## Demo
[QuizApp FlutterFlow](https://tangerine-genie-772d57.netlify.app)
https://user-images.githubusercontent.com/129328468/235618047-4f351c0d-a73e-4239-ab65-9c38ac127fc2.mp4
## How to run the app
- **Clone the project.**
```shell
git clone https://github.com/extrawest/flutterflow_quiz_creation_app.git
```
- **Open the project.**
```shell
cd your_name_here
```
- **Get packages.**
```shell
flutter pub get
```
- **Configure firebase project with flutterfire.**
```shell
flutterfire configure
```
At this point you should be able to run the app on your device or emulator.
## Firebase hosting
1. In order to deploy this app to Firebase hosting, follow these commands
- **Login to firebase.**
```shell
firebase login
```
- **Initialize firebase.**
```shell
firebase init
```
- **Choose account, then choose Hosting as an option.**
- **Select Firebase project**
- **Select public directory for your hosting**
build/web (default)
- **Configure as a single-page app**
- **Build the project if you haven't yet**
```shell
flutter build web
```
- **Deploy to firebase.**
```shell
firebase deploy
```
Created by **Ruslan Volkhov**
[Extrawest.com](https://www.extrawest.com), 2023