Welcome to my project! A small attempt to make an Storytelling Application developed using FlutterFire (Flutter+Firebase). I have tried to collect all the basic features of into this application. It uses Flutter Framework for App Frontend and Backend, and Firebase as server maintaining Databases and Storage requirments of the app. It uses Firebase Authentication, Firebase Cloud Firestore. It allows users to quickly and easily filter stories based on their age. With this App, users can effortlessly read any story. Users can stay connected with app once they successfully logged in. There is an option where user can add or customize stories according to their choice. I developed this application just for learning purpose. I am a beginner in flutter so if you found any error feel free to solve it.
- Open your terminal or command prompt
- Navigate to the directory where you want to save the project
- Use the git clone command followed by the repository URL
https://github.com/Pinkisingh13/Storytelling.git- Navigate to the project's directory
cd <repository-name>- Run the following command to install the required packages
flutter pub get- Navigate to the project's directory
cd <repository-name>- Run the following command to generate the required files
flutter pub run build_runner build --delete-conflicting-outputs -
Physical Device
- Enable USB debugging on your device
- Connect it to your computer using a USB cable.
-
Emulator
- Start an Android or iOS emulator using your preferred IDE or tools.
- Use the following command to build and run the project
flutter run





