open_file_android

v1.0.6

Android implementation of the open_file plugin.

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

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

README

open_file_android

The Android implementation of open_file.

Usage

This package is endorsed, which means you can simply use open_file normally. This package will be automatically included in your app when you do.

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

1.0.6

  • update open_file_platform_interface: ^1.0.3.

1.0.5

  • use file.canRead() to check whether the file has permission to open

1.0.4

  • use canonicalPath instead of path
  • use checkUriPermission to check whether the file has permission to open

1.0.3

1.0.2

  • update open_file_platform_interface: ^1.0.2.

1.0.1

  • fix crashes onAttachedToActivity function .

1.0.0

  • initial release.