remove_video_location 0.9.1
remove_video_location: ^0.9.1 copied to clipboard
Strip location and related metadata from video files without re-encoding.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add remove_video_locationThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
remove_video_location: ^0.9.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:remove_video_location/remove_video_location.dart';