image_picker_platforms 1.0.0 copy "image_picker_platforms: ^1.0.0" to clipboard
image_picker_platforms: ^1.0.0 copied to clipboard

Multi-purpose Image Picker package for Dart/Flutter, supporting Web, Android and iOS. Simplify image picking with cross-platform compatibility.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add image_picker_platforms

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

dependencies:
  image_picker_platforms: ^1.0.0

Alternatively, 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:image_picker_platforms/image_picker_platforms.dart';
1
likes
140
points
11
downloads

Publisher

unverified uploader

Weekly Downloads

Multi-purpose Image Picker package for Dart/Flutter, supporting Web, Android and iOS. Simplify image picking with cross-platform compatibility.

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, image, image_picker, image_picker_web

More

Packages that depend on image_picker_platforms