video_trimmer_plus 1.1.1 copy "video_trimmer_plus: ^1.1.1" to clipboard
video_trimmer_plus: ^1.1.1 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(),
      );
}
0
likes
160
points
10
downloads

Publisher

verified publishermahfuzmunna.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)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

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

More

Packages that depend on video_trimmer_plus