From 2368b5b6430f3ed9b35bb54120cfa1870cee3450 Mon Sep 17 00:00:00 2001 From: Taner Sener Date: Tue, 9 Nov 2021 09:32:41 +0000 Subject: [PATCH] document api level and min deployment target requirements in hybrid framework readmes --- flutter/flutter/README.md | 27 ++++++++++ react-native/README.md | 109 +++++++++++++++++++++++++++++++++----- 2 files changed, 124 insertions(+), 12 deletions(-) diff --git a/flutter/flutter/README.md b/flutter/flutter/README.md index 3c2ae0b..b521434 100644 --- a/flutter/flutter/README.md +++ b/flutter/flutter/README.md @@ -77,6 +77,33 @@ same source code but is built with different settings (Architectures, API Level, [LTS Releases](https://github.com/tanersener/ffmpeg-kit#10-lts-releases) section of the project README to see how they compare to each other. +#### 2.5 Android and iOS Support + +The following table shows the Android API level and iOS deployment target required in `ffmpeg_kit_flutter` releases. + + + + + + + + + + + + + + + + + + + + + + +
Main ReleaseLTS Release
Android
API Level
iOS Minimum
Deployment Target
Android
API Level
iOS Minimum
Deployment Target
2412.1169.3
+ ### 3. Using 1. Execute FFmpeg commands. diff --git a/react-native/README.md b/react-native/README.md index 08e5357..87bbbd4 100644 --- a/react-native/README.md +++ b/react-native/README.md @@ -45,18 +45,103 @@ of those packages and external libraries included in each of them. ##### 2.1.1 Package Names -The following table shows all package names defined for `ffmpeg-kit-react-native`. - -| Package | Main Release | LTS Release | -| :----: | :----: | :----: | -| min | min | min-lts | -| min-gpl | min-gpl | min-gpl-lts | -| https | https | https-lts | -| https-gpl | https-gpl | https-gpl-lts | -| audio | audio | audio-lts | -| video | video | video-lts | -| full | full | full-lts | -| full-gpl | full-gpl | full-gpl-lts | +The following table shows all package names and their respective API levels, iOS deployment targets defined in +`ffmpeg-kit-react-native`. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PackageMain ReleaseLTS Release
NameAndroid
API Level
iOS Minimum
Deployment Target
NameAndroid
API Level
iOS Minimum
Deployment Target
minmin2412.1min-lts169.3
min-gplmin-gpl2412.1min-gpl-lts169.3
https(*) https2412.1https-lts169.3
https-gplhttps-gpl2412.1https-gpl-lts169.3
audioaudio2412.1audio-lts169.3
videovideo2412.1video-lts169.3
fullfull2412.1full-lts169.3
full-gplfull-gpl2412.1full-gpl-lts169.3
+ +(*) - Main `https` package is the default package #### 2.2 Enabling Packages