gt_media 1.0.0
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_mediaThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
gt_media: ^1.0.0Alternatively, 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';