A flutter ffmpeg kit example

Overview

flutter-ffmpeg-kit-lts-repro

Steps to reproduce:

git clone [email protected]:jozsefsallai/flutter-ffmpeg-kit-lts-repro.git
cd flutter-ffmpeg-kit-lts-repro
flutter pub get
flutter dev

Output on Android:

Launching lib/main.dart on M2002J9G in debug mode...
/Users/joe/Projects/flutter-ffmpeg-kit-lts-repro/android/app/src/debug/AndroidManifest.xml Error:
	uses-sdk:minSdkVersion 16 cannot be smaller than version 24 declared in library [:ffmpeg_kit_flutter] /Users/joe/Projects/flutter-ffmpeg-kit-lts-repro/build/ffmpeg_kit_flutter/intermediates/library_manifest/debug/AndroidManifest.xml as the library might be using APIs not available in 16
	Suggestion: use a compatible library with a minSdk of at most 16,
		or increase this project's minSdk version to at least 24,
		or use tools:overrideLibrary="com.arthenica.ffmpegkit.flutter" to force usage (may lead to runtime failures)

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:processDebugMainManifest'.
> Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 24 declared in library [:ffmpeg_kit_flutter] /Users/joe/Projects/flutter-ffmpeg-kit-lts-repro/build/ffmpeg_kit_flutter/intermediates/library_manifest/debug/AndroidManifest.xml as the library might be using APIs not available in 16
  	Suggestion: use a compatible library with a minSdk of at most 16,
  		or increase this project's minSdk version to at least 24,
  		or use tools:overrideLibrary="com.arthenica.ffmpegkit.flutter" to force usage (may lead to runtime failures)

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 9s
Running Gradle task 'assembleDebug'...                             10.8s

The plugin ffmpeg_kit_flutter requires a higher Android SDK version.
Fix this issue by adding the following to the file
/Users/joe/Projects/flutter-ffmpeg-kit-lts-repro/android/app/build.gradle:
android {
  defaultConfig {
    minSdkVersion 24
  }
}


Note that your app won't be available to users running Android SDKs below 24.
Alternatively, try to find a version of this plugin that supports these lower
versions of the Android SDK.
Exception: Gradle task assembleDebug failed with exit code 1
You might also like...

Caching with flutter riverpod and looking into future providers. Example to demonstrate stale while revalidate pattern.

Caching with flutter riverpod and looking into future providers. Example to demonstrate stale while revalidate pattern.

FLUTTER SWR EXAMPLE Test stale-while-revalidate pattern with riverpod. Look; query_provider package Backend calls are made with ghibli-api Tested Prov

Jun 30, 2022

Flutter example App

world_time A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if th

Mar 17, 2022

Example how to use biometric authentication in flutter :alien:

# flutter_biometric_authentication A new Flutter project. ## Getting Started This project is a starting point for a Flutter application. A few res

Dec 31, 2021

Example app using Flutter and Firebase

Example app using Flutter and Firebase

Flutter Example App Example app with Flutter that uses Firebase Base project made with much ❤️ . Contains CRUD, patterns, and much more! Report bug ·

Nov 6, 2022

A piano app made with Flutter as a gRPC example

A piano app made with Flutter as a gRPC example

Remote Piano A toy piano app made with Flutter as a gRPC example, with a unique feature to interact with remote devices. Demo https://kaboc.github.io/

Oct 24, 2022

A Stripe Platform Example With Flutter, Firebase And StripeConnectAPI

A Stripe Platform Example With Flutter, Firebase And StripeConnectAPI

Stripe-Platform-Example Flutter × Firebase × StripeConnectAPI を用いたプラットフォーム型サービスのサンプルアプリです。 ログイン 商品一覧 アカウント   機能 ユーザーの登録 クレジットカード情報の登録・削除 本人確認 決済 解説記事

Dec 16, 2022

A flutter todo/task listing example app with advance state management using `Momentum` library.

A flutter todo/task listing example app with advance state management using `Momentum` library.

A flutter todo/task listing example app with advanced state management using Momentum library. Simple on the outside but powerful in the inside. This

Oct 11, 2022

Cloth Shop it's an example using Flutter for Android and iOS.

Cloth Shop it's an example using Flutter for Android and iOS.

Cloth Shop - Flutter Cloth Shop it's an example using Flutter for Android and iOS. About This repository serves the source code for the Ecommers sampl

Oct 4, 2022

A basic demo example for integrating between Appwrite & Flutter 💙

A basic demo example for integrating between Appwrite & Flutter 💙

🔖 Quiz With Flutter A simple Quiz App built with Flutter and Appwrite 🎬 Getting Started 🤘 Install Appwrite Follow our simple Installation Guide to

Nov 22, 2022
Owner
József Sallai
József Sallai
Flutter-Shop-UI-Kit - Create An E-commerce App UI kit Using Flutter

Flutter Shop UI kit If you are planning to create an e-commerce app using Flutte

Abu Anwar 405 Dec 28, 2022
A Flutter Starter Kit (Boilerplate) to kick-start your next Android and iOS app

Flutter Starter Kit (Boilerplate) using the BLoC Pattern A Flutter starter application that utilizes the BLoC Pattern. You can read more at this Mediu

AceLords 233 Dec 28, 2022
A Flutter IM Kit

flutter_im_kit 概述 flutter_im_kit 是一套基于 Flutter 的 IM 组件库,提供 IM 业务场景下的常用 UI 组件和解决方案。 组件集合 flutter_excellent_badge 常用于消息提醒的红点展示。 BadgePosition 用于设置 flutt

Teren 6 Jul 27, 2022
A complete Flutter chat UI kit

A complete Flutter chat UI kit This Flutter package provides you with a base structure as well as a set of tools that allow you to quickly build up a

null 102 Dec 25, 2022
🍔😋 Grocery Shopping App template UI kit in Flutter

?? ?? Fryo - Grocery Shopping App template kit A Flutter UI template of a Grocery Shopping App I found on Uplabs. Design screens are on Uplabs. It's p

Victor Aremu 490 Jan 3, 2023
A Translator App Which is Build using Flutter, Speech To Text, Google ML Kit, Google Translator and Text To Speech.

AI Translator This is a Translator App Which is Build using Flutter, Speech To Text, Google ML Kit, Google Translator and Text To Speech. Download App

null 4 Jul 16, 2022
An App I made to learn of FIrebase Phone Auth and ML Kit

demoapp A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this

D Srikhar Shashi 1 Oct 19, 2021
With ML Kit's face detection API, you can detect faces in an camera or image, Note that the API detects faces, it does not recognize people

Face Detection This project is a starting point for a Flutter application. Getting Started For help getting started with Flutter, view our online docu

Nashwan Abdullah 21 Dec 29, 2022
Flutter example project to run Solidity smart contracts using web3Dart library

Fluthereum Description Flutter example project to run Solidity smart contracts using web3Dart library Dependencies web3dart: A dart library that conne

Marcos Carlomagno 72 Dec 27, 2022
This is an example project for Firebase integration using flutter.

Flutter Firebase Integration Example Project In this video we have shown how to create #Firebase app from firebase console and integrate that into #Fl

Flutter Tutorial 5 Jul 28, 2022