native_image_picker_macos 0.0.2 copy "native_image_picker_macos: ^0.0.2" to clipboard
native_image_picker_macos: ^0.0.2 copied to clipboard

PlatformmacOS

A macOS platform implementation of image_picker using the native system picker instead of file_selector

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add native_image_picker_macos
copied to clipboard

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

dependencies:
  native_image_picker_macos: ^0.0.2
copied to clipboard

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:native_image_picker_macos/native_image_picker_macos.dart';
copied to clipboard
1
likes
160
points
59
downloads

Publisher

verified publishercompilekernel.dev

Weekly Downloads

2024.09.21 - 2025.04.05

A macOS platform implementation of image_picker using the native system picker instead of file_selector

Repository (GitHub)
View/report issues

Topics

#image-picker #files #file-selection

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, image_picker_platform_interface, meta

More

Packages that depend on native_image_picker_macos