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.

example/image_picker_platforms_example.dart

import 'package:image_picker_platforms/image_picker_platforms.dart';

void main() async {
  final data = await ImagePickerPlatform.pickSingleFile();
  ResizeImagePlatform.resize(data?.data);
}
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