nexever_file_picker 0.0.1 copy "nexever_file_picker: ^0.0.1" to clipboard
nexever_file_picker: ^0.0.1 copied to clipboard

A Flutter package for picking files, images, and videos with options for cropping and compression.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add nexever_file_picker

With Flutter:

 $ flutter pub add nexever_file_picker

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

dependencies:
  nexever_file_picker: ^0.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:nexever_file_picker/nexever_file_picker.dart';
0
likes
0
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for picking files, images, and videos with options for cropping and compression.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

file_picker, flutter, flutter_image_compress, image_cropper, image_picker, permission_handler

More

Packages that depend on nexever_file_picker