client-sdk-voice-app-to-phone-flutter

This repository is part of Make app-to-phone call using Flutter blogposts (Android, iOS).

Setup flutter SDK

Download, extract and confgure flutter SDK.

Fortunately, flutter comes with a tool that allows us to verify if SDK and all required "components" are present and configured correctly. Run this command:

Check if everything is configured correctly:

flutter doctor

Run the app

There are multiple ways to run the app. Easiest way is to open the whole project in the Android Studio with Flutter plugin installed. Open Flutter project (root of this repo) and run app targetting one of the platforms.

Optionally you can open iOS project (ios/Runner.xcworkspace folder) in Xcode and run iOS app or Andrid project in Android Studio (android folder) and run Android App. This is possible because Flutter project consists of iOS and Android projects.