hq_picker 0.0.3
hq_picker: ^0.0.3 copied to clipboard
A stateful widget that allows users to pick media files (images, videos, audio, files) from their device.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add hq_pickerWith Flutter:
$ flutter pub add hq_pickerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
hq_picker: ^0.0.3Alternatively, 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:hq_picker/hq_picker.dart';