image_picker_linux

v0.2.2

Linux platform implementation of image_picker

Архив пакета: https://pubdev.letsnova.ru/api/archives/image_picker_linux/0.2.2.tar.gz

Установкаdart pub add image_picker_linux

README

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.

История изменений

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 getMedia mime 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 getMedia method.

0.2.0

  • Implements initial Linux support.