maioetc.blogg.se

Android studio 2.2.3 app template
Android studio 2.2.3 app template













android studio 2.2.3 app template

If you use Platform View, and Flutter version is lower than 1.22, you need to add an additional description for iOS, refer to FAQ-1 6️⃣ Init SDK # import 'package:flutter/material.dart'

android studio 2.2.3 app template

If the obfuscation is enabled during building release apk ( flutter build apk) (default is enabled), you need to configure ZEGO-related classes to prevent obfuscation, refer to FAQ-4 iOS #Ĭhoose the option TARGETS -> Info -> Custom iOS Target PropertiesĬlick the + Add button to add camera and microphone permissions.Īfter adding permissions, it will be as shown: Open the file app/src/main/AndroidManifest.xml, and add the following contents: Url: git:///zegoim/zego-express-flutter-sdk.gitĪfter saving the file, execute flutter pub get 5️⃣ Add device permissions # Android # Open the pubspec.yaml in the project and add the zego_express_engine dependency: Log in to ZEGO Official Website to register an account, select a scenario according to your actual business needs, and obtain AppID and App Sign for initializing the SDK. VS Code: Search for the Flutter extension in the app store and downloadĪfter configuring the flutter environment in any of the above development environments, execute the flutter doctor on the command line and complete the related undownloaded dependencies according to the prompts. 📲 An example demo that implements screen capture and live broadcast on Android/iOS.ġ️⃣ Download and Install Flutter # Flutter Get Started # 2️⃣ Configuration development environment #Īndroid Studio: Preferences -> Plugins, search for the Flutter plugin to download, configure the first step to download the Flutter SDK path in the plugin. 🧪 A simple publish & play stream example demo, in the example directory of this repository, shows the basic function of the SDK. 🧬 An example topic demo (including the Quick Start demo) showing the SDK publish & play stream functions and other various features. 🚀 It only needs 4 lines of code and can be easily accessed in 30 minutes. ZegoExpressEngine Audio/Video Flutter SDK is a flutter plugin wrapper based on ZegoExpressEngine native Android/iOS SDK, providing live video and real-time audio/video services.















Android studio 2.2.3 app template