Skip to content

Latest commit

 

History

History
177 lines (117 loc) · 5.64 KB

README.md

File metadata and controls

177 lines (117 loc) · 5.64 KB

Dyslexic App 🔥

Designed for Childrens

To view live How to run this app, click here

##Sections 📚

✔️ Onboarding Screens
✔️ Login/SignUp
✔️ Diagnostic Screen
✔️ Activity Screen (RLW Sceen)
✔️ Dyslexic Games
✔️ Dashboard Screen
✔️ Deep Progress
✔️ Chat Messenger (Psychologist Screen)
✔️ Dyslexic News
✔️ Profile Screen

Getting Started....

  • The app is completely built on flutter framework of dart and that's why we need flutter sdk and much more do your flutter setup by going to the folloewing link
  • https://docs.flutter.dev/get-started/install/windows
  • , after the successful of setup installation, clone the repository into your local system using below command:
# Clone this repository
$ git clone https://github.com/MugheesMb/dyslexic_app.git

# Go into the repository
$ cd dyslexic_app

# Open project in VS code
$ code .

# Install dependencies by going to pubspec.yaml
$ flutter pub get

# To run the project
$ flutter run

#after that we need to connect firebase within our app So , for that goto firebase website https://firebase.google.com/ and make account and setup your firebase ,

# Optional
you can also  goto the video i provided above and start watching from 1:30 and watch it till end , and it will connect your firebase with in app and after that you are good to use this app.

after going to firebase website , click on console on upper right corner then click on new project and add new name to it. and click continue anf create project and it will take a few seconds..! and after completing this is how your screen will look like..!

Next goto authentication and click on sign-method and enable email and password provider, look below at image below.

Next goto firestore database from the side panel under authentication and click on create data base and click on start in test mode and click next and next. then you will see somthing like this.. look at image below.

Next do same with the Storage under firestore database and after creating click on rules like look at the image...! and edit the rules as i did..!

Next goto project overview and click on android ..!

#Next you will see screen of registring app and they will ask you to write android package name , to find that android package name go into your project > android folder > app > src > build gradles and in this file you will find your project name, look at the image below..!

Copy and write that app name in your register name app field and click on next they will ask you to download config file u can ignore and next you have to add firebase SDK in your project for that goto project > build gradle file look at image..!

Next just follow along with firebase instruction and you will be good..!

Next goto project setting look at the image below..!

and scroll down and you will see something like this ..!!

next you gotta add SHA fingerprints of your VS code so for that you can goto cmd and write these commands to get your SHA1 and SHA2 keys..!

# Command 1
$ set PATH=C:\Program Files\Android\Android Studio\jre\bin

# Command 2 and in here :\Users\computer you gotta write your computer name like mine is computer..! and this command will give you both keys.!
$ keytool -list -v -keystore "C:\Users\computer\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android

after adding both keys your screen will look like this..!

next simple click on download (google service.json file) ..!

and keep this file in project > android > app look at image below..!

This is it , next simply start emulator and run this app :)

and if you are having any trouble in ruuning this app just email us and we'll help you ASAP..!