image_picker_linux
v0.2.2Linux platform implementation of image_picker
Package archive: https://pubdev.letsnova.ru/api/archives/image_picker_linux/0.2.2.tar.gz
Install
dart pub add image_picker_linuxReadme
Platform Implementation Test App
This is a test app for manual testing and automated integration testing of this platform implementation. It is not intended to demonstrate actual use of this package, since the intent is that plugin clients use the app-facing package.
Unless you are making changes to this implementation package, this example is very unlikely to be relevant.
Changelog
0.2.2
- Adds support for
getMultiVideoWithOptions. - Updates minimum supported SDK version to Flutter 3.27/Dart 3.6.
0.2.1+2
- Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
- Fixes
getMediamime types.
0.2.1+1
- Adds pub topics to package metadata.
- Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
0.2.1
- Adds
getMediamethod.
0.2.0
- Implements initial Linux support.
