# Zoom Video SDK for Flutter The **Zoom Video SDK for Flutter** is a [Flutter](https://flutter.dev/) wrapper around the Zoom Video SDKs for [iOS](/docs/video-sdk/ios/) and [Android](/docs/video-sdk/android/). The Flutter wrapper enables you to build custom applications with access to raw video and audio data. With this additional framework, you can accelerate your development of natively compiled, multi-platform, video-based applications from a single codebase built Zoom's core technology. [Learn more about Video SDK](/docs/video-sdk/). _See [Video SDK Plans & Pricing for Developer](https://zoom.us/pricing/developer) for pricing._ ## Before you start - Set up a [developer account](/docs/video-sdk/developer-accounts/) to get your credentials. - Learn how to use your Video SDK key and secret to [authorize](/docs/video-sdk/auth/) use. - Download the SDK package from the [Marketplace](https://marketplace.zoom.us/) and [download the platform SDK files](#download-platform-sdk-files). ## Download platform SDK files The Video SDK for Flutter is a wrapper for Android and iOS. The platform SDK files for these operating systems are not included in the wrapper. Therefore, you must download the same version of the Video SDK for Android or the Video SDK for iOS, or both, from the Zoom app marketplace and copy the platform SDK files into the corresponding Flutter SDK wrapper directory. See [get started](/docs/video-sdk/flutter/get-started/) for details. ## Start developing! [Run the sample app](/docs/video-sdk/flutter/get-started/) or jump right into development and [integrate the SDK](/docs/video-sdk/flutter/integrate/) into a Flutter app. ## From the developer blog See the following blog post for a sample. - [Build a Flutter video chat app with Zoom Video SDK](/blog/build-a-flutter-video-chat-app-with-the-zoom-video-sdk) by Ekaansh Arora - 03-31-2025