gt_media 1.0.0 copy "gt_media: ^1.0.0" to clipboard
gt_media: ^1.0.0 copied to clipboard

A comprehensive Flutter media utility package providing image picking, cropping, compression, video trimming, document picking, and a feature-rich video player with gesture controls.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gt_media

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  gt_media: ^1.0.0

Alternatively, 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:gt_media/gt_media.dart';
0
likes
140
points
148
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive Flutter media utility package providing image picking, cropping, compression, video trimming, document picking, and a feature-rich video player with gesture controls.

Repository (GitHub)
View/report issues

Topics

#media #image-picker #video-player #cropping #compression

Documentation

API reference

License

MIT (license)

Dependencies

file_picker, flutter, flutter_image_compress, image_cropper, image_picker, path, path_provider, video_player, video_trimmer

More

Packages that depend on gt_media