Skip to main content
Version: 8.5.0

Custom branches

THEOplayer Flutter SDK is built on top of the existing THEOplayer iOS, Android, and Web SDKs. However, not all native SDK features are available in Flutter from the start.

These features will be gradually introduced to the Flutter SDK based on thoughtful prioritization.

We understand that sometimes you may need these features before they are fully implemented on the Flutter side and require a working solution as soon as possible.

To address this need, we introduced custom branches prefixed with poc/, showcasing sample implementations of existing native features in a custom Flutter SDK fork. These versions are stable enough to start experimenting with and making necessary modifications if needed.

(Please note that these branches may not always be up-to-date with the latest releases.)

These versions also serve as a starting point for custom integration needs. By examining the source code and reviewing changes commit by commit, you can gain a basic understanding of how to expose additional native THEOplayer APIs to Flutter, especially if you are already familiar with the underlying SDKs.

Available custom branches

BranchDescription
poc/in-sdk-chromecast-support-7.xExposing Chromecast capabilities on Android, iOS and Web
poc/in-sdk-google-ima-support-7.xExposing Google IMA capabilities on Android and iOS

How to make and use your own custom fork?

  1. Create a fork of the THEOplayer Flutter SDK repo on GitHub.
  2. Configure your project to use your forked custom THEOplayer SDK as a submodule in your project.
  3. Import THEOplayer and start using it in your application.