Closed thandal closed 2 months ago
These comments show how to use a local build of ffmpeg-kit.arr for flutter, which is a little more tricky than it appears, because directly using local .arr files aren't allowed by gradle.
I would recommend that we link to this build.gradle file from https://github.com/arthenica/ffmpeg-kit/wiki/How-to-Decrease-Binary-Size#hybrid-plugins-flutter-react-native (and perhaps make that section more visible, since it's not clear that vital information for flutter/react is hidden in the How to Decrease Binary Size section!)
NOTE: For the examples, https://github.com/arthenica/ffmpeg-kit-test/pull/60 is also needed.
Android
iOS
Linux
macOS
tvOS
flutter run on ffmpeg-kit-test flutter local build example.
flutter run
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This PR was closed because it has been stalled for 7 days with no activity.
Description
These comments show how to use a local build of ffmpeg-kit.arr for flutter, which is a little more tricky than it appears, because directly using local .arr files aren't allowed by gradle.
I would recommend that we link to this build.gradle file from https://github.com/arthenica/ffmpeg-kit/wiki/How-to-Decrease-Binary-Size#hybrid-plugins-flutter-react-native (and perhaps make that section more visible, since it's not clear that vital information for flutter/react is hidden in the How to Decrease Binary Size section!)
NOTE: For the examples, https://github.com/arthenica/ffmpeg-kit-test/pull/60 is also needed.
Type of Change
Checks
Android
,iOS
,Linux
,macOS
,tvOS
)Tests
flutter run
on ffmpeg-kit-test flutter local build example.