relax_image_picker 3.1.0
relax_image_picker: ^3.1.0 copied to clipboard
A WhatsApp-like media picker for Flutter: OS photo picker or in-app gallery grid, camera with video capture and playback, documents, preview and theming.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add relax_image_pickerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
relax_image_picker: ^3.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:relax_image_picker/relax_image_picker.dart';