nexever_file_picker_plus 0.0.1
nexever_file_picker_plus: ^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 Flutter:
$ flutter pub add nexever_file_picker_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
nexever_file_picker_plus: ^0.0.1Alternatively, 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:nexever_file_picker_plus/app_logs.dart';
import 'package:nexever_file_picker_plus/functions/nex_file_picker.dart';
import 'package:nexever_file_picker_plus/model/return_model.dart';
import 'package:nexever_file_picker_plus/nexever_file_picker.dart';
import 'package:nexever_file_picker_plus/state/nex_file_picker_state.dart';