A social media application for pets management
- Flutter git Repository
- Android SDK installed on computer for android build
- IOS Xcode on Mac OS for IOS build
- Android emulator or a developer options enabled android device for android build
- IOS emulator or IOS device for IOS build
- NPM
- Firebase project for Firestore database
- First you need to clone our project repository which you can go by clicking here
- Once you have cloned or downloaded the master branch repository go to Backend folder which contains all the app related files of backend server and in terminal run
npm install
to get all the npm plugins to your repository required to run - Once that is done run command
npm run server
to run the server and start listening for requests in localhost with your specified port number in .env file
- First you need to clone our project repository which you can go by clicking here
- Once you have cloned or downloaded the master branch repository go to pet_app folder which contains all the app related files of flutter and in terminal run
flutter get packages
to get all the flutter plugins to your repository required to run - Once it is completed run attach a android or IOS device or emulater
- Now run command flutter run in the folder where pubspec.yaml is present
- Now you just have to wait for few minutes(sometimes it take more time) to build the android build and install apk in the connected device
- Press 'r' to hot-reload the app and updating the modifications into the installed build apk in the device
- Press 'R' to restart the app
- Follow this tutorial from fluter Dev to install flutter for web and how to run it