rishavnaskar / fourleggedlove

An online Meeting app where you bring along your pets!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fourleggedlove

badge

Requirements

  • Flutter SDK. See the Flutter SDK installation instructions
  • Android mobile; needed for debugging
  • An IDE that supports Flutter. You can install Android Studio, IntelliJ IDEA, or Visual Studio Code and install the Flutter and Dart plugins to enable language support and tools for refactoring, running, debugging, and reloading your web app within an editor

Commands to run

  • To set up the correct channel and upgrade to latest Flutter SDK
flutter channel stable
flutter upgrade
  • To check if everything is working (Launch VSCode or Android Studio before)
flutter doctor

Steps to run

  • Run all the commands above to set up Flutter correctly
  • Clone this repository locally
  • Run flutter pub get to fetch all packages
  • Delete build folder under android/app if you find any
  • Head over to Agora, create a new account or login to your existing account
  • Create a new project and copy the App ID of that project.
  • Back to our app, create a .env file under project level and put APP_ID=your_app_ID in the file.
  • Run flutter run to run the project locally (considering your have chrome browser installed)

App Demo

final_Trim.mp4

About

An online Meeting app where you bring along your pets!


Languages

Language:Dart 99.1%Language:Swift 0.6%Language:Kotlin 0.2%Language:Objective-C 0.1%