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

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(const MyApp());

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) => MaterialApp(
        title: 'Video Trimmer',
        theme: ThemeData(
          primarySwatch: Colors.blue,
        ),
        home: const HomePage(),
      );
}
485
likes
160
points
4.14k
downloads

Publisher

verified publishersouvikbiswas.com

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_native_video_trimmer, get_thumbnail_video, image, intl, path, path_provider, transparent_image, video_player

More

Packages that depend on video_trimmer