compress_getit 0.1.0
compress_getit: ^0.1.0 copied to clipboard
Compress the video by using Get-it instance.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add compress_getitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
compress_getit: ^0.1.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:compress_getit/compress_getit.dart';