video_trimmer 0.3.1 copy "video_trimmer: ^0.3.1" to clipboard
video_trimmer: ^0.3.1 copied to clipboard

outdated

A Flutter package for trimming videos. This supports retrieving, trimming, and storage of trimmed video files to the file system.

example/lib/main.dart

import 'package:example/home_page.dart';
import 'package:flutter/material.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Video Trimmer',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: HomePage(),
    );
  }
}
433
likes
0
pub points
96%
popularity

Publisher

verified publishersouvikbiswas.com

A Flutter package for trimming videos. This supports retrieving, trimming, and storage of trimmed video files to the file system.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

file_picker, flutter, flutter_ffmpeg, intl, path, path_provider, video_player, video_thumbnail

More

Packages that depend on video_trimmer